Skip to content

Commit

Permalink
Use new compiler-rt path
Browse files Browse the repository at this point in the history
Sebastien Bourdeauducq committed Mar 6, 2013
1 parent 662aec9 commit ef45d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -20,9 +20,9 @@ misp.elf: linker.ld $(OBJECTS) libs
%.elf:
$(LD) $(LDFLAGS) -T $< -N -o $@ $(OBJECTS) \
-L$(M2DIR)/software/libbase \
-L$(CRTDIR) \
-L$(M2DIR)/software/libcompiler-rt \
$(addprefix -L$(MISPDIR)/lib,$(OURLIBS)) \
--start-group -lbase -lcompiler_rt $(addprefix -l,$(OURLIBS)) --end-group
--start-group -lbase -lcompiler-rt $(addprefix -l,$(OURLIBS)) --end-group
chmod -x $@

%.o: %.c

0 comments on commit ef45d06

Please sign in to comment.