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

Reid Spencer reid at x10sys.com
Thu Jul 27 16:00:52 PDT 2006



Changes in directory llvm/tools/analyze:

Makefile updated: 1.32 -> 1.33
---
Log message:

Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs to
have a compile-host version of "nm", not build-host. In order to effect this
we must use autoconf to determine the correct "nm" to use and propagate that
through the makefiles, through llvm-config and finally to GenLibDeps.pl as
an optional argument. 
Patch contributed by Anton Korobeynikov. Thanks!


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

 Makefile |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.32 llvm/tools/analyze/Makefile:1.33
--- llvm/tools/analyze/Makefile:1.32	Thu Jul  6 19:46:18 2006
+++ llvm/tools/analyze/Makefile	Thu Jul 27 18:00:30 2006
@@ -8,6 +8,8 @@
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 TOOLNAME = analyze
+#TOOLLINKOPTS = $(LINKALL)
+#TOOLLINKOPTSB = $(NOLINKALL)
 USEDLIBS = LLVMAsmParser.a LLVMBCReader.a LLVMAnalysis.a LLVMipa.a \
            LLVMDataStructure \
 	   LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \






More information about the llvm-commits mailing list