[llvm-commits] CVS: llvm/tools/opt/Makefile

Reid Spencer reid at x10sys.com
Fri Apr 22 10:14:26 PDT 2005



Changes in directory llvm/tools/opt:

Makefile updated: 1.48 -> 1.49
---
Log message:

Two changes:
1. Get rid of TOOLLINKOPTS as it is a hold over from llvm-test and only
   used to communicate additional libraries to the linker. The *standard*
   way to do that is with the LIBS variable which this change supports.

2. Allow the TARGETS_TO_BUILD variable to be set from the configuration
   substitution. This is the result of the --enable-target= parameter to
   the configure script.


---
Diffs of the changes:  (+0 -2)

 Makefile |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.48 llvm/tools/opt/Makefile:1.49
--- llvm/tools/opt/Makefile:1.48	Thu Nov 25 14:22:07 2004
+++ llvm/tools/opt/Makefile	Fri Apr 22 12:14:14 2005
@@ -14,6 +14,4 @@
 	   LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \
 	   LLVMbzip2 LLVMSystem.a 
 
-TOOLLINKOPTS = $(PLATFORMLIBDL)
-
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list