From 54598ed2f808a376c2b8bc57d4a7306049d617c0 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 29 Jun 2020 17:01:36 +0200 Subject: [PATCH] software/bios/Makefile: fix #578 merge. (get back #579). --- litex/soc/software/bios/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.30.2