From: Patrick Georgi Date: Sat, 3 Mar 2012 09:46:26 +0000 (+0100) Subject: Revert "Use -mno-sse to prevent overzealous gcc optimizations" X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=5ec21580f63180551bae762249c24a1888b625bb Revert "Use -mno-sse to prevent overzealous gcc optimizations" AGESA uses SSE intrinsics :-( This reverts commit 05f4b03fb64999ba373fe61256f358e5371bf8ae Change-Id: I7c48e07a261eafda2119354d282bd05eac5a14b6 Reviewed-on: http://review.coreboot.org/706 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index f5d43d0e8..49263941d 100644 --- a/util/xcompile/xcompile +++ b/util/xcompile/xcompile @@ -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