We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3bb01 commit 283fc90Copy full SHA for 283fc90
artiq/runtime/Makefile
@@ -33,12 +33,12 @@ runtime.elf: $(OBJECTS)
33
-N -o $@ \
34
../libbase/crt0-$(CPU).o \
35
$(OBJECTS) \
36
- -L../libcompiler_rt \
+ -L../libcompiler-rt \
37
-L../libbase \
38
-L../libm \
39
-L../liballoc \
40
-L../liblwip \
41
- -lbase -lm -lcompiler_rt -lalloc -llwip
+ -lbase -lm -lcompiler-rt -lalloc -llwip
42
@chmod -x $@
43
44
ksupport.elf: $(OBJECTS_KSUPPORT)
@@ -49,10 +49,10 @@ ksupport.elf: $(OBJECTS_KSUPPORT)
49
50
$^ \
51
52
53
-L../libunwind \
54
-L../libdyld \
55
- -lbase-nofloat -lcompiler_rt -ldyld -lunwind
+ -lbase-nofloat -lcompiler-rt -ldyld -lunwind
56
57
58
ksupport_data.o: ksupport.elf
0 commit comments