Guest User

Untitled

a guest
May 19th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.57 KB | None | 0 0
  1. diff --git a/litex/soc/software/bios/Makefile b/litex/soc/software/bios/Makefile
  2. index 0e288a43..a04a17b3 100755
  3. --- a/litex/soc/software/bios/Makefile
  4. +++ b/litex/soc/software/bios/Makefile
  5. @@ -72,7 +72,7 @@ bios.elf: $(BIOS_DIRECTORY)/linker.ld $(OBJECTS)
  6.                 -L../libliteeth \
  7.                 -L../liblitesdcard \
  8.                 $(BP_LIBS) \
  9. -               -lcompiler_rt -lbase-nofloat -llitedram -lliteeth -llitesdcard \
  10. +               -lcompiler_rt -llitedram -lliteeth -llitesdcard -lbase-nofloat \
  11.                 $(BP_FLAGS)
  12.  
  13.  ifneq ($(OS),Windows_NT)
Advertisement
Add Comment
Please, Sign In to add comment