software/bios: fix link order to avoid undefined symbol errors

Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
This commit is contained in:
Gabriel Somlo 2020-05-19 16:20:58 -04:00
parent b4267a7901
commit c5524dbf20
1 changed files with 1 additions and 1 deletions

View File

@ -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)