annotate sources/targets/powerpc-440fp/details @ 692:e6eccf8454ea

Build for the PowerPC 440. (Someday, I may be able to test this...)
author Rob Landley <rob@landley.net>
date Thu, 02 Apr 2009 19:59:47 -0500
parents
children b4a9c0084f2f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
692
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
1 # Power PC system
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
2
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
3 source "$CONFIG_DIR/powerpc/details"
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
4
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
5 CROSS_TARGET=powerpc-unknown-linux
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
6 GCC_FLAGS="--with-cpu=440fp --with-tune=440fp"
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
7 BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
8
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
9 emulator_command()
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
10 {
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
11 echo qemu-system-ppc -M bamboo $(qemu_defaults "$@")
e6eccf8454ea Build for the PowerPC 440. (Someday, I may be able to test this...)
Rob Landley <rob@landley.net>
parents:
diff changeset
12 }