diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/powerpc-440fp/details	Thu Apr 02 19:59:47 2009 -0500
@@ -0,0 +1,12 @@
+# Power PC system
+
+source "$CONFIG_DIR/powerpc/details"
+
+CROSS_TARGET=powerpc-unknown-linux
+GCC_FLAGS="--with-cpu=440fp --with-tune=440fp"
+BINUTILS_FLAGS="--with-cpu=440fp --with-tune=440fp"
+
+emulator_command()
+{
+  echo qemu-system-ppc -M bamboo $(qemu_defaults "$@")
+}