[llvm-commits] [llvm] r47694 - /llvm/trunk/tools/lto2/Makefile
Nick Kledzik
kledzik at apple.com
Wed Feb 27 14:23:46 PST 2008
Author: kledzik
Date: Wed Feb 27 16:23:46 2008
New Revision: 47694
URL: http://llvm.org/viewvc/llvm-project?rev=47694&view=rev
Log:
use PROJ_SRC_DIR so this builds with Apple style builds
Modified:
llvm/trunk/tools/lto2/Makefile
Modified: llvm/trunk/tools/lto2/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto2/Makefile?rev=47694&r1=47693&r2=47694&view=diff
==============================================================================
--- llvm/trunk/tools/lto2/Makefile (original)
+++ llvm/trunk/tools/lto2/Makefile Wed Feb 27 16:23:46 2008
@@ -36,7 +36,7 @@
# extra options to override libtool defaults
LLVMLibsOptions := $(LLVMLibsOptions) \
-no-undefined -avoid-version \
- -Wl,-exported_symbols_list -Wl,lto.exports \
+ -Wl,-exported_symbols_list -Wl,$(PROJ_SRC_DIR)/lto.exports \
-Wl,-dead_strip \
-Wl,-install_name \
-Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)" \
More information about the llvm-commits
mailing list