conf/machine/sequoia.conf: Sequoia board is using AMCC's ppc440EPx cpu with an FP...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 30 May 2007 18:57:18 +0000 (18:57 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 30 May 2007 18:57:18 +0000 (18:57 +0000)
so it needs to build with -mcpu=440fp for hard fp support

conf/machine/include/tune-ppc440e.conf [new file with mode: 0644]
conf/machine/sequoia.conf

diff --git a/conf/machine/include/tune-ppc440e.conf b/conf/machine/include/tune-ppc440e.conf
new file mode 100644 (file)
index 0000000..0cfa50c
--- /dev/null
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-mcpu=440fp"
+PACKAGE_ARCH = "ppc440"
index 2336ecb..a6f31ab 100644 (file)
@@ -6,7 +6,7 @@
 
 
 TARGET_ARCH = "powerpc"
-PACKAGE_EXTRA_ARCHS = "all  ${MACHINE} ppc ppc440"
+PACKAGE_EXTRA_ARCHS = "all  ${MACHINE} ppc ppc440e"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
 
@@ -25,4 +25,4 @@ ERASEBLOCK_SIZE = "0x10000"
 IMAGE_FSTYPES = "jffs2"
 
 #tune for the AMCC440 cpu
-require conf/machine/include/tune-ppc440.conf
+require conf/machine/include/tune-ppc440e.conf