Revert "Use -mno-sse to prevent overzealous gcc optimizations"
authorPatrick Georgi <patrick@georgi-clan.de>
Sat, 3 Mar 2012 09:46:26 +0000 (10:46 +0100)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 6 Mar 2012 21:45:20 +0000 (22:45 +0100)
AGESA uses SSE intrinsics :-(

This reverts commit 05f4b03fb64999ba373fe61256f358e5371bf8ae

Change-Id: I7c48e07a261eafda2119354d282bd05eac5a14b6
Reviewed-on: http://review.coreboot.org/706
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
util/xcompile/xcompile

index f5d43d0e886bf79fb2846d6376feaed911b58e6f..49263941dfa10d9d1ae47d884b661fa960f76ed1 100644 (file)
@@ -84,10 +84,6 @@ testcc "$CC" "$CFLAGS-Wl,--build-id=none " && CFLAGS="$CFLAGS-Wl,--build-id=none
 # now:
 testcc "$CC" "$CFLAGS-Wno-unused-but-set-variable " && \
               CFLAGS="$CFLAGS-Wno-unused-but-set-variable "
-# Use bfd linker instead of gold if available:
-testcc "$CC" "$CFLAGS-fuse-ld=bfd " && CFLAGS="$CFLAGS-fuse-ld=bfd " && LINKER_SUFFIX='.bfd'
-# Prevent SSE instructions sneaking in:
-testcc "$CC" "$CFLAGS-mno-sse " && CFLAGS="$CFLAGS-mno-sse "
 
 if which gcc 2>/dev/null >/dev/null; then
        HOSTCC=gcc