Merge pull request #531 from gsomlo/gls-bios-linker
software/bios: fix link order to avoid undefined symbol errors
This commit is contained in:
commit
939f546a05
|
@ -72,7 +72,7 @@ bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS)
|
||||||
-L../libliteeth \
|
-L../libliteeth \
|
||||||
-L../liblitesdcard \
|
-L../liblitesdcard \
|
||||||
$(BP_LIBS) \
|
$(BP_LIBS) \
|
||||||
-lcompiler_rt -lbase-nofloat -llitedram -lliteeth -llitesdcard \
|
-lcompiler_rt -llitedram -lliteeth -llitesdcard -lbase-nofloat \
|
||||||
$(BP_FLAGS)
|
$(BP_FLAGS)
|
||||||
|
|
||||||
ifneq ($(OS),Windows_NT)
|
ifneq ($(OS),Windows_NT)
|
||||||
|
|
Loading…
Reference in New Issue