annotate sources/targets/powerpc-440fp/settings @ 705:04109e3f877e

Rename "details" to "settings" in sources/targets.
author Rob Landley <rob@landley.net>
date Tue, 07 Apr 2009 19:48:56 -0500
parents sources/targets/powerpc-440fp/details@b4a9c0084f2f
children 4ff4cf117082
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
705
04109e3f877e Rename "details" to "settings" in sources/targets.
Rob Landley <rob@landley.net>
parents: 701
diff changeset
3 source "$CONFIG_DIR/powerpc/settings"
692
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
701
b4a9c0084f2f Converted ARMV5L from OABI to EABI with VFP support. Added patches for uClibc and uClibc++ to deal with Unwind Exception handling, made uClibc++ pull in libgcc_eh for this as well, and disabled SJLJ exceptions for ARMV5L EABI, which is apparently required, so --enable-sjlj-exceptions was added to the details file for all the other arches. Also correct the GENTOO_CHOST variable for armeb.
Mark Miller <mark@mirell.org>
parents: 692
diff changeset
6 GCC_FLAGS="--with-cpu=440fp --with-tune=440fp ${GCC_FLAGS}"
692
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 }