From: Florent Kermarrec Date: Mon, 29 Jun 2020 15:01:36 +0000 (+0200) Subject: software/bios/Makefile: fix #578 merge. (get back #579). X-Git-Tag: 24jan2021_ls180~128 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54598ed2f808a376c2b8bc57d4a7306049d617c0;p=litex.git software/bios/Makefile: fix #578 merge. (get back #579). --- diff --git a/litex/soc/software/bios/Makefile b/litex/soc/software/bios/Makefile index 6bde2b19..67eea215 100755 --- a/litex/soc/software/bios/Makefile +++ b/litex/soc/software/bios/Makefile @@ -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 $@