[llvm-commits] CVS: llvm/tools/analyze/Makefile
Reid Spencer
reid at x10sys.com
Fri Apr 22 10:14:26 PDT 2005
Changes in directory llvm/tools/analyze:
Makefile updated: 1.25 -> 1.26
---
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/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.25 llvm/tools/analyze/Makefile:1.26
--- llvm/tools/analyze/Makefile:1.25 Thu Nov 25 14:22:07 2004
+++ llvm/tools/analyze/Makefile Fri Apr 22 12:14:14 2005
@@ -12,6 +12,4 @@
LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \
LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
-TOOLLINKOPTS = $(PLATFORMLIBDL)
-
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list