From: Stelios Koroneos Date: Wed, 30 May 2007 18:57:18 +0000 (+0000) Subject: conf/machine/sequoia.conf: Sequoia board is using AMCC's ppc440EPx cpu with an FP... X-Git-Tag: Release-2010-05/1~8868^2~400^2~133 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f08392f208df49e0c1376073626222cdb417fe42;p=openembedded.git conf/machine/sequoia.conf: Sequoia board is using AMCC's ppc440EPx cpu with an FP unit and so it needs to build with -mcpu=440fp for hard fp support --- diff --git a/conf/machine/include/tune-ppc440e.conf b/conf/machine/include/tune-ppc440e.conf new file mode 100644 index 0000000000..0cfa50c69e --- /dev/null +++ b/conf/machine/include/tune-ppc440e.conf @@ -0,0 +1,2 @@ +TARGET_CC_ARCH = "-mcpu=440fp" +PACKAGE_ARCH = "ppc440" diff --git a/conf/machine/sequoia.conf b/conf/machine/sequoia.conf index 2336ecbcf3..a6f31ab84a 100644 --- a/conf/machine/sequoia.conf +++ b/conf/machine/sequoia.conf @@ -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