[coreboot-gerrit] New patch to review for coreboot: 2436680 RISCV: one last little nit to make it build and run

Ronald G. Minnich (rminnich@gmail.com) gerrit at coreboot.org
Thu Dec 4 20:25:10 CET 2014


Ronald G. Minnich (rminnich at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7645

-gerrit

commit 2436680f507a0b00ef2f083cd7d403536654eddd
Author: Ronald G. Minnich <rminnich at gmail.com>
Date:   Thu Dec 4 19:24:20 2014 +0000

    RISCV: one last little nit to make it build and run
    
    Change-Id: I6e9e1dff09c08079774f7d6e60e67a12760d37b4
    Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
---
 src/arch/riscv/Makefile.inc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/arch/riscv/Makefile.inc b/src/arch/riscv/Makefile.inc
index 1020fc7..242fd40 100644
--- a/src/arch/riscv/Makefile.inc
+++ b/src/arch/riscv/Makefile.inc
@@ -41,7 +41,9 @@ bootblock-y += \
 
 $(objcbfs)/bootblock.debug: $(src)/arch/riscv/bootblock.ld $(obj)/ldoptions $$(bootblock-objs)
 	@printf "    LINK       $(subst $(obj)/,,$(@))\n"
-	$(LD_bootblock) -m elf64lriscv --gc-sections -static -o $@ -L$(obj) $< -T $(src)/arch/riscv/bootblock.ld
+	$(CC_bootblock) $(CFLAGS_bootblock) -nostartfiles -Wl,--gc-sections -static -o $@ -L$(obj) \
+		-T $(src)/arch/riscv/bootblock.ld -Wl,--start-group $(bootblock-objs) \
+		$(LIBGCC_FILE_NAME_bootblock) -Wl,--end-group
 
 endif
 



More information about the coreboot-gerrit mailing list