Merge pull request #579 from antmicro/fix_building_bios

Fix ordering of libraries
This commit is contained in:
enjoy-digital 2020-06-29 14:52:37 +02:00 committed by GitHub
commit 5a1c3a7c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS)
-L../liblitespi \
-L../liblitesdcard \
$(BP_LIBS) \
-lcompiler_rt -llitedram -lliteeth -llitespi -llitesdcard -lbase-nofloat \
-llitedram -lliteeth -llitespi -llitesdcard -lbase-nofloat -lcompiler_rt \
$(BP_FLAGS)
ifneq ($(OS),Windows_NT)