forked from M-Labs/artiq
1
0
Fork 0

runtime: link libm in ksupport

This commit is contained in:
Sebastien Bourdeauducq 2017-10-02 11:23:03 +08:00
parent 8e3959d7ce
commit 09822457a3
1 changed files with 2 additions and 1 deletions

View File

@ -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