aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-x86.inc
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2008-04-02 09:32:45 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-04-02 09:32:45 +0000
commit507cc9a74d34783a4a941429b65eb92d149d2766 (patch)
tree1bbc92592427e139a9d862d42d73fd88953a4f52 /conf/machine/include/tune-x86.inc
parent86e14927b6ec3085881baa02854e76e518fd23c4 (diff)
downloadopenembedded-507cc9a74d34783a4a941429b65eb92d149d2766.tar.gz
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
Diffstat (limited to 'conf/machine/include/tune-x86.inc')
-rw-r--r--conf/machine/include/tune-x86.inc3
1 files changed, 3 insertions, 0 deletions
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"
+
+