Skip to content

Commit 4621f49

Browse files
author
Peter Aronsson
committed
Removed linking with runtime, c files are included instead
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@770 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 6477f09 commit 4621f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mosh/build/Makefile.single

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ all : $(CDIR) $(ODIR) $(BDIR) $(TARGETS)
3030

3131
$(TARGETS) : $(BDIR)/% : $(ODIR)/%.main.o
3232
rm -f $@
33-
gcc -g -o $@ $(LDFLAGS) $< -lc_runtime
33+
gcc -g -o $@ $(LDFLAGS) $<
3434

3535
$(OBJS) : $(ODIR)/%.main.o : $(CDIR)/%.c $(MOSHHOME)/build/main.c
3636
rm -f $(TARGETS)

0 commit comments

Comments
 (0)