forked from M-Labs/artiq
runtime: follow rename of compiler_rt to compiler-rt in misoc.
This commit is contained in:
parent
4e3bb01e7e
commit
283fc904ec
|
@ -33,12 +33,12 @@ runtime.elf: $(OBJECTS)
|
||||||
-N -o $@ \
|
-N -o $@ \
|
||||||
../libbase/crt0-$(CPU).o \
|
../libbase/crt0-$(CPU).o \
|
||||||
$(OBJECTS) \
|
$(OBJECTS) \
|
||||||
-L../libcompiler_rt \
|
-L../libcompiler-rt \
|
||||||
-L../libbase \
|
-L../libbase \
|
||||||
-L../libm \
|
-L../libm \
|
||||||
-L../liballoc \
|
-L../liballoc \
|
||||||
-L../liblwip \
|
-L../liblwip \
|
||||||
-lbase -lm -lcompiler_rt -lalloc -llwip
|
-lbase -lm -lcompiler-rt -lalloc -llwip
|
||||||
@chmod -x $@
|
@chmod -x $@
|
||||||
|
|
||||||
ksupport.elf: $(OBJECTS_KSUPPORT)
|
ksupport.elf: $(OBJECTS_KSUPPORT)
|
||||||
|
@ -49,10 +49,10 @@ ksupport.elf: $(OBJECTS_KSUPPORT)
|
||||||
../libbase/crt0-$(CPU).o \
|
../libbase/crt0-$(CPU).o \
|
||||||
$^ \
|
$^ \
|
||||||
-L../libbase \
|
-L../libbase \
|
||||||
-L../libcompiler_rt \
|
-L../libcompiler-rt \
|
||||||
-L../libunwind \
|
-L../libunwind \
|
||||||
-L../libdyld \
|
-L../libdyld \
|
||||||
-lbase-nofloat -lcompiler_rt -ldyld -lunwind
|
-lbase-nofloat -lcompiler-rt -ldyld -lunwind
|
||||||
@chmod -x $@
|
@chmod -x $@
|
||||||
|
|
||||||
ksupport_data.o: ksupport.elf
|
ksupport_data.o: ksupport.elf
|
||||||
|
|
Loading…
Reference in New Issue