mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-16 03:41:26 +00:00
Fix random build breakage in mvebu-default u-boot
This commit is contained in:
parent
1f55397619
commit
0e95e258db
1 changed files with 13 additions and 0 deletions
13
patch/u-boot/u-boot-mvebu/fix-ldscript-make-race.patch
Normal file
13
patch/u-boot/u-boot-mvebu/fix-ldscript-make-race.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/tools/marvell/bin_hdr/Makefile b/tools/marvell/bin_hdr/Makefile
|
||||
index f2e0434..ed0e37a 100755
|
||||
--- a/tools/marvell/bin_hdr/Makefile
|
||||
+++ b/tools/marvell/bin_hdr/Makefile
|
||||
@@ -172,7 +172,7 @@ $(TGT).elf: subdirs $(AOBJ) $(COBJ) $(SETPARAM) $(LDSCRIPT)
|
||||
$(TGT)_sec.elf: subdirs $(AOBJ) $(COBJ) $(SETPARAM) $(LDSECSCRIPT)
|
||||
$(CC) $(LDSECFLAGSBIN) $(AOBJ) $(COBJ) $(HDR_COMPONENTS) $(LIB_PLAT) $(LIBGCC) -o $@
|
||||
|
||||
-$(TGT).uart.elf: $(AOBJ) $(CUART_OBJ) subdirs
|
||||
+$(TGT).uart.elf: $(AOBJ) $(CUART_OBJ) $(LDSCRIPT) subdirs
|
||||
$(CC) $(LDFLAGSBIN) $(AOBJ) $(CUART_OBJ) $(HDR_COMPONENTS_UART) $(LIB_PLAT_UART) $(LIBGCC) -o $@
|
||||
|
||||
$(LDSCRIPT): $(SETPARAMS)
|
Loading…
Add table
Reference in a new issue