summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.libs2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.libs b/runtime/Makefile.libs
index b5e21c28d8..66d6a7563c 100644
--- a/runtime/Makefile.libs
+++ b/runtime/Makefile.libs
@@ -24,7 +24,7 @@ LObjects := $(addprefix Output/,$(LObjs))
# Link the library, then perform postlink optimization...
$(DESTLIBNAME): $(DESTLIBDIR)/.dir $(LObjects)
- $(LLINK) -f $(LObjects) | \
+ $(LLINK) -f $(LObjects) $(LDFLAGS) | \
$(LOPT) -f -cleangcc -raise -constprop -dce -o $@
# Install target for libraries: Copy into the gcc install directory in chris's