[coreboot] New patch to review for coreboot: 2746947 xcompile: use LINKER_SUFFIX for x-compiling

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Feb 26 01:23:07 CET 2013


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

-gerrit

commit 2746947a006993d6d2e3b574f302abb83d8539b1
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Thu Nov 8 17:26:29 2012 -0600

    xcompile: use LINKER_SUFFIX for x-compiling
    
    The LINKER_SUFFIX environment variable was introduced but never actually
    used. Actually use it.
    
    Change-Id: I9edb8b63b5742e13dbf0e7b6034814acea11fc52
    Signed-off-by: Aaron Durbin <adurbin at chromium.org>
---
 util/xcompile/xcompile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/xcompile/xcompile b/util/xcompile/xcompile
index ea975ec..5d6d858 100644
--- a/util/xcompile/xcompile
+++ b/util/xcompile/xcompile
@@ -118,7 +118,7 @@ report_arch_toolchain() {
 # elf${TWIDTH}-${TBFDARCH} toolchain (${GCCPREFIX}gcc)
 CC_${TARCH}:=${GCCPREFIX}gcc ${CFLAGS}
 AS_${TARCH}:=${GCCPREFIX}as ${ASFLAGS}
-LD_${TARCH}:=${GCCPREFIX}ld ${LDFLAGS}
+LD_${TARCH}:=${GCCPREFIX}ld${LINKER_SUFFIX} ${LDFLAGS}
 NM_${TARCH}:=${GCCPREFIX}nm
 OBJCOPY_${TARCH}:=${GCCPREFIX}objcopy
 OBJDUMP_${TARCH}:=${GCCPREFIX}objdump



More information about the coreboot mailing list