software/bios/Makefile: fix #578 merge. (get back #579).
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 29 Jun 2020 15:01:36 +0000 (17:01 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 29 Jun 2020 15:01:36 +0000 (17:01 +0200)
litex/soc/software/bios/Makefile

index 6bde2b197b986ed502af5df73ca3628231f64f9b..67eea215909c78fdbc1581cf0cdcda5e7016b038 100755 (executable)
@@ -70,7 +70,7 @@ bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS)
                -L../libliteeth \
                -L../liblitespi \
                -L../liblitesdcard \
-               -lcompiler_rt -llitedram -lliteeth -llitespi -llitesdcard -lbase-nofloat 
+               -llitedram -lliteeth -llitespi -llitesdcard -lbase-nofloat -lcompiler_rt
 
 ifneq ($(OS),Windows_NT)
        chmod -x $@