conf/machine/x86.conf : Due to changes in recent gcc/glibc make sure that x86 image...
authorStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 2 Apr 2008 09:32:45 +0000 (09:32 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Wed, 2 Apr 2008 09:32:45 +0000 (09:32 +0000)
is set to i486 for x86. Closes #3834 and #3861

conf/machine/include/tune-x86.inc [new file with mode: 0644]
conf/machine/x86.conf

diff --git a/conf/machine/include/tune-x86.inc b/conf/machine/include/tune-x86.inc
new file mode 100644 (file)
index 0000000..a536bbb
--- /dev/null
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-march=i486"
+
+
index 0ee69c2..cce5868 100644 (file)
@@ -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