From 4b52d7fbacf511beba6fece6474ef3b0f891d2c4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 20 May 2002 21:45:44 +0000 Subject: Allow libraries to specify other libraries to link to llvm-svn: 2678 --- llvm/runtime/Makefile.libs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/runtime') 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 -- cgit v1.2.3