runtime: follow rename of compiler_rt to compiler-rt in misoc.

This commit is contained in:
whitequark 2016-08-16 06:56:32 +00:00
parent 4e3bb01e7e
commit 283fc904ec
1 changed files with 4 additions and 4 deletions

View File

@ -33,12 +33,12 @@ runtime.elf: $(OBJECTS)
-N -o $@ \
../libbase/crt0-$(CPU).o \
$(OBJECTS) \
-L../libcompiler_rt \
-L../libcompiler-rt \
-L../libbase \
-L../libm \
-L../liballoc \
-L../liblwip \
-lbase -lm -lcompiler_rt -lalloc -llwip
-lbase -lm -lcompiler-rt -lalloc -llwip
@chmod -x $@
ksupport.elf: $(OBJECTS_KSUPPORT)
@ -49,10 +49,10 @@ ksupport.elf: $(OBJECTS_KSUPPORT)
../libbase/crt0-$(CPU).o \
$^ \
-L../libbase \
-L../libcompiler_rt \
-L../libcompiler-rt \
-L../libunwind \
-L../libdyld \
-lbase-nofloat -lcompiler_rt -ldyld -lunwind
-lbase-nofloat -lcompiler-rt -ldyld -lunwind
@chmod -x $@
ksupport_data.o: ksupport.elf