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

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



Changes in directory llvm/tools/bugpoint:

Makefile updated: 1.11 -> 1.12
---
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/bugpoint/Makefile
diff -u llvm/tools/bugpoint/Makefile:1.11 llvm/tools/bugpoint/Makefile:1.12
--- llvm/tools/bugpoint/Makefile:1.11	Thu Nov 25 14:22:07 2004
+++ llvm/tools/bugpoint/Makefile	Fri Apr 22 12:14:14 2005
@@ -18,6 +18,4 @@
 	   LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \
 	   LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
 
-TOOLLINKOPTS = $(PLATFORMLIBDL)
-
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list