We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 662aec9 commit ef45d06Copy full SHA for ef45d06
Makefile
@@ -20,9 +20,9 @@ misp.elf: linker.ld $(OBJECTS) libs
20
%.elf:
21
$(LD) $(LDFLAGS) -T $< -N -o $@ $(OBJECTS) \
22
-L$(M2DIR)/software/libbase \
23
- -L$(CRTDIR) \
+ -L$(M2DIR)/software/libcompiler-rt \
24
$(addprefix -L$(MISPDIR)/lib,$(OURLIBS)) \
25
- --start-group -lbase -lcompiler_rt $(addprefix -l,$(OURLIBS)) --end-group
+ --start-group -lbase -lcompiler-rt $(addprefix -l,$(OURLIBS)) --end-group
26
chmod -x $@
27
28
%.o: %.c
0 commit comments