[oe-commits] org.oe.dev conf/machine/sequoia.conf: Sequoia board is using AMCC's ppc440EPx cpu with an FP unit and

ifaistos commit openembedded-commits at lists.openembedded.org
Wed May 30 19:04:03 UTC 2007


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

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 5bbcb1c94823b912fc6772f5feb40c6164e33b15
ViewMTN: http://monotone.openembedded.org/revision.psp?id=5bbcb1c94823b912fc6772f5feb40c6164e33b15
Files:
1
conf/machine/include/tune-ppc440e.conf
conf/machine/sequoia.conf
Diffs:

#
# mt diff -r2ce404b96f961e9dcdec8600c991c69ff43ae9ee -r5bbcb1c94823b912fc6772f5feb40c6164e33b15
#
# 
# 
# add_file "conf/machine/include/tune-ppc440e.conf"
#  content [31fe75135a31057b5ebdc3c5eb2cbf35eb537517]
# 
# patch "conf/machine/sequoia.conf"
#  from [33055496184fdcae61158530eddc7cd123ecfe43]
#    to [8ffb2527b686486004ac38e4f22da5066bf539a2]
# 
============================================================
--- conf/machine/include/tune-ppc440e.conf	31fe75135a31057b5ebdc3c5eb2cbf35eb537517
+++ conf/machine/include/tune-ppc440e.conf	31fe75135a31057b5ebdc3c5eb2cbf35eb537517
@@ -0,0 +1,2 @@
+TARGET_CC_ARCH = "-mcpu=440fp"
+PACKAGE_ARCH = "ppc440"
============================================================
--- conf/machine/sequoia.conf	33055496184fdcae61158530eddc7cd123ecfe43
+++ conf/machine/sequoia.conf	8ffb2527b686486004ac38e4f22da5066bf539a2
@@ -6,7 +6,7 @@ TARGET_ARCH = "powerpc"
 
 
 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 @@ IMAGE_FSTYPES = "jffs2"
 IMAGE_FSTYPES = "jffs2"
 
 #tune for the AMCC440 cpu
+require conf/machine/include/tune-ppc440e.conf
-require conf/machine/include/tune-ppc440.conf






More information about the Openembedded-commits mailing list