Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use new compiler-rt path
  • Loading branch information
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
Expand Up @@ -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
Expand Down

0 comments on commit ef45d06

Please sign in to comment.