Patrick Georgi (patrick@georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/706
-gerrit
commit 7c48e07a261eafda2119354d282bd05eac5a14b6 Author: Patrick Georgi patrick@georgi-clan.de Date: Sat Mar 3 10:46:26 2012 +0100
Revert "Use -mno-sse to prevent overzealous gcc optimizations"
AGESA uses SSE intrinsics :-(
This reverts commit 05f4b03fb64999ba373fe61256f358e5371bf8ae --- util/xcompile/xcompile | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile index f5d43d0..4926394 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