Skip to content

Commit ef45d06

Browse files
author
Sebastien Bourdeauducq
committedMar 6, 2013
Use new compiler-rt path
1 parent 662aec9 commit ef45d06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ misp.elf: linker.ld $(OBJECTS) libs
2020
%.elf:
2121
$(LD) $(LDFLAGS) -T $< -N -o $@ $(OBJECTS) \
2222
-L$(M2DIR)/software/libbase \
23-
-L$(CRTDIR) \
23+
-L$(M2DIR)/software/libcompiler-rt \
2424
$(addprefix -L$(MISPDIR)/lib,$(OURLIBS)) \
25-
--start-group -lbase -lcompiler_rt $(addprefix -l,$(OURLIBS)) --end-group
25+
--start-group -lbase -lcompiler-rt $(addprefix -l,$(OURLIBS)) --end-group
2626
chmod -x $@
2727

2828
%.o: %.c

0 commit comments

Comments
 (0)
Please sign in to comment.