summaryrefslogtreecommitdiffstats
path: root/llvm/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-20 21:45:44 +0000
committerChris Lattner <sabre@nondot.org>2002-05-20 21:45:44 +0000
commit4b52d7fbacf511beba6fece6474ef3b0f891d2c4 (patch)
tree59e918103114f2995e88d994a71786f10e819f6f /llvm/runtime
parentace7b8d3bdeb4a94c20d713237155f825e5799bb (diff)
downloadbcm5719-llvm-4b52d7fbacf511beba6fece6474ef3b0f891d2c4.tar.gz
bcm5719-llvm-4b52d7fbacf511beba6fece6474ef3b0f891d2c4.zip
Allow libraries to specify other libraries to link to
llvm-svn: 2678
Diffstat (limited to 'llvm/runtime')
-rw-r--r--llvm/runtime/Makefile.libs2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/runtime/Makefile.libs b/llvm/runtime/Makefile.libs
index b5e21c28d84..66d6a7563ce 100644
--- a/llvm/runtime/Makefile.libs
+++ b/llvm/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
OpenPOWER on IntegriCloud