[oe-commits] org.oe.dev conf/machine/x86.conf : Due to changes in recent gcc/glibc make sure that x86 image -march

ifaistos commit oe at amethyst.openembedded.net
Wed Apr 2 09:37:43 UTC 2008


conf/machine/x86.conf : Due to changes in recent gcc/glibc make sure that x86 image -march 
is set to i486 for x86. Closes #3834 and #3861

Author: ifaistos at openembedded.org
Branch: org.openembedded.dev
Revision: 6fe43ab76c4fc12eb8d88adfd84e1aa260ca5d6f
ViewMTN: http://monotone.openembedded.org/revision/info/6fe43ab76c4fc12eb8d88adfd84e1aa260ca5d6f
Files:
1
conf/machine/include/tune-x86.inc
conf/machine/x86.conf
Diffs:

#
# mt diff -r3045d45509dc6f40a083808827129d654175565d -r6fe43ab76c4fc12eb8d88adfd84e1aa260ca5d6f
#
#
#
# add_file "conf/machine/include/tune-x86.inc"
#  content [6df546996c08b7962ed5c2698180a4846a70cda9]
# 
# patch "conf/machine/x86.conf"
#  from [96a9c14683b22db4b60943164fface49cc11e869]
#    to [5309d246381ff3e42c6ced3d4aa2fc56deb4eb9b]
#
============================================================
--- conf/machine/include/tune-x86.inc	6df546996c08b7962ed5c2698180a4846a70cda9
+++ conf/machine/include/tune-x86.inc	6df546996c08b7962ed5c2698180a4846a70cda9
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-march=i486"
+
+
============================================================
--- conf/machine/x86.conf	96a9c14683b22db4b60943164fface49cc11e869
+++ conf/machine/x86.conf	5309d246381ff3e42c6ced3d4aa2fc56deb4eb9b
@@ -22,4 +22,4 @@ GLIBC_EXTRA_OECONF = "--with-tls"
 GLIBC_ADDONS = "nptl"
 GLIBC_EXTRA_OECONF = "--with-tls"
 
+require conf/machine/include/tune-x86.inc
-#require conf/machine/include/tune-x86.inc






More information about the Openembedded-commits mailing list