Displaying 2 results from an estimated 2 matches for "7901fea".
2015 Oct 05
0
[PATCH 1/4] diag/mbr: fix dependency to linker script
...gault at gmail.com>
The Makefile used to have a dependency to an unused linker script.
Signed-off-by: Sylvain Gault <sylvain.gault at gmail.com>
---
diag/mbr/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/diag/mbr/Makefile b/diag/mbr/Makefile
index 5b7153c..7901fea 100644
--- a/diag/mbr/Makefile
+++ b/diag/mbr/Makefile
@@ -25,7 +25,7 @@ all: handoff.bin
$(CC) $(MAKEDEPS) $(SFLAGS) -Wa,-a=$*.lst -c -o $@ $<
.PRECIOUS: %.elf
-%.elf: %.o $(mbrdir)/mbr.ld
+%.elf: %.o $(mbrdir)/$(ARCH)/mbr.ld
$(LD) $(LDFLAGS) -T $(mbrdir)/$(ARCH)/mbr.ld -e _start -o $@ $...
2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com>
These patches basically remove unused linker scripts and port a change that was
made to an unused script.
Those are to be applied on top of the gcc 5 bug fixes as they would conflict
otherwise.
Sylvain Gault (4):
diag/mbr: fix dependency to linker script
Remove unused linker scripts
core: Make symbols defined in linker script HIDDEN