From 507cc9a74d34783a4a941429b65eb92d149d2766 Mon Sep 17 00:00:00 2001 From: Stelios Koroneos Date: Wed, 2 Apr 2008 09:32:45 +0000 Subject: 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 --- conf/machine/include/tune-x86.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 conf/machine/include/tune-x86.inc (limited to 'conf/machine/include') 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" + + -- cgit v1.2.3