From 5578813961a205a7c5d3e9da8a1b5ec00d4dac3c Mon Sep 17 00:00:00 2001 From: Pavel Chupin Date: Wed, 30 Jan 2013 18:38:15 +0400 Subject: Remove march/mtune/mfpmath hardcoded values They should be passed in configure to work correctly. See https://android-review.googlesource.com/50815 Change-Id: I2aeb0375132ba985a51c397ee386af1ff4a47c32 Signed-off-by: Pavel Chupin --- gcc-4.6/gcc/config/i386/linux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc-4.6') diff --git a/gcc-4.6/gcc/config/i386/linux.h b/gcc-4.6/gcc/config/i386/linux.h index 4bf4a45c9..7a0388e04 100644 --- a/gcc-4.6/gcc/config/i386/linux.h +++ b/gcc-4.6/gcc/config/i386/linux.h @@ -86,8 +86,7 @@ along with GCC; see the file COPYING3. If not see #define CC1_SPEC \ LINUX_OR_ANDROID_CC (LINUX_TARGET_CC1_SPEC, \ LINUX_TARGET_CC1_SPEC \ - " -march=i686 -mtune=atom" \ - " -mstackrealign -msse3 -mfpmath=sse" \ + " -mstackrealign -msse3" \ " -m32 -fno-short-enums" \ " " \ ANDROID_CC1_SPEC("-fPIC")) -- cgit v1.2.3