aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/Makefile.singlesrc
diff options
context:
space:
mode:
Diffstat (limited to 'SingleSource/Makefile.singlesrc')
-rw-r--r--SingleSource/Makefile.singlesrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/SingleSource/Makefile.singlesrc b/SingleSource/Makefile.singlesrc
index eb380e23..ba37d78b 100644
--- a/SingleSource/Makefile.singlesrc
+++ b/SingleSource/Makefile.singlesrc
@@ -28,4 +28,4 @@ Output/%.native: %.c Output/.dir
#
# FIXME: LIBS should be specified, not hardcoded to -lc -lm
Output/%.llvm: Output/%.bc
- $(LGCCLD) $< -lc -lm -o $@
+ $(LGCCLD) $< -lgcc -lc -lm -o $@