Skip to content

Commit 283fc90

Browse files
author
whitequark
committedAug 16, 2016
runtime: follow rename of compiler_rt to compiler-rt in misoc.
1 parent 4e3bb01 commit 283fc90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

Diff for: ‎artiq/runtime/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ runtime.elf: $(OBJECTS)
3333
-N -o $@ \
3434
../libbase/crt0-$(CPU).o \
3535
$(OBJECTS) \
36-
-L../libcompiler_rt \
36+
-L../libcompiler-rt \
3737
-L../libbase \
3838
-L../libm \
3939
-L../liballoc \
4040
-L../liblwip \
41-
-lbase -lm -lcompiler_rt -lalloc -llwip
41+
-lbase -lm -lcompiler-rt -lalloc -llwip
4242
@chmod -x $@
4343

4444
ksupport.elf: $(OBJECTS_KSUPPORT)
@@ -49,10 +49,10 @@ ksupport.elf: $(OBJECTS_KSUPPORT)
4949
../libbase/crt0-$(CPU).o \
5050
$^ \
5151
-L../libbase \
52-
-L../libcompiler_rt \
52+
-L../libcompiler-rt \
5353
-L../libunwind \
5454
-L../libdyld \
55-
-lbase-nofloat -lcompiler_rt -ldyld -lunwind
55+
-lbase-nofloat -lcompiler-rt -ldyld -lunwind
5656
@chmod -x $@
5757

5858
ksupport_data.o: ksupport.elf

0 commit comments

Comments
 (0)