From: Stelios Koroneos Date: Wed, 2 Apr 2008 09:32:45 +0000 (+0000) Subject: conf/machine/x86.conf : Due to changes in recent gcc/glibc make sure that x86 image... X-Git-Tag: Release-2010-05/1~7249^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=507cc9a74d34783a4a941429b65eb92d149d2766;p=openembedded.git 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 --- diff --git a/conf/machine/include/tune-x86.inc b/conf/machine/include/tune-x86.inc new file mode 100644 index 0000000000..a536bbb6e5 --- /dev/null +++ b/conf/machine/include/tune-x86.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-march=i486" + + diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index 0ee69c2869..cce5868313 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -22,4 +22,4 @@ OLDEST_KERNEL = "2.6.17" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" -#require conf/machine/include/tune-x86.inc +require conf/machine/include/tune-x86.inc