[coreboot] New patch to review for coreboot: bffda14 Only include libgcc wrappers on x86

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Sat Dec 8 02:34:02 CET 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2009

-gerrit

commit bffda14bf6c5b53ac2c66924c59f12cdacc484f2
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Dec 7 17:28:02 2012 -0800

    Only include libgcc wrappers on x86
    
    ARM does not need them, and they're causing trouble
    
    Change-Id: I6c70a52c68fdcdbf211217d30c96e1c2877c7f90
    Signed-off-by: David Hendricks <dhendrix at chromium.org>
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/lib/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index 3b16170..6b3f0d8 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -60,7 +60,7 @@ ramstage-y += cbfs.c
 ramstage-y += lzma.c
 #ramstage-y += lzmadecode.c
 ramstage-y += stack.c
-ramstage-y += gcc.c
+ramstage-$(CONFIG_ARCH_X86) += gcc.c
 ramstage-y += clog2.c
 ramstage-y += cbmem.c
 ramstage-$(CONFIG_CONSOLE_SERIAL8250) += uart8250.c




More information about the coreboot mailing list