forked from M-Labs/artiq
runtime: link libm in ksupport
This commit is contained in:
parent
8e3959d7ce
commit
09822457a3
|
@ -49,10 +49,11 @@ ksupport.elf: $(OBJECTS_KSUPPORT)
|
|||
../libbase/crt0-$(CPU).o \
|
||||
$^ \
|
||||
-L../libbase \
|
||||
-L../libm \
|
||||
-L../libcompiler-rt \
|
||||
-L../libunwind \
|
||||
-L../libdyld \
|
||||
-lbase-nofloat -lcompiler-rt -ldyld -lunwind
|
||||
-lbase-nofloat -lm -lcompiler-rt -ldyld -lunwind
|
||||
@chmod -x $@
|
||||
|
||||
ksupport_data.o: ksupport.elf
|
||||
|
|
Loading…
Reference in New Issue