[llvm-commits] [dragonegg] r95974 - /dragonegg/trunk/Makefile

Duncan Sands baldrick at free.fr
Fri Feb 12 02:13:35 PST 2010


Author: baldrick
Date: Fri Feb 12 04:13:32 2010
New Revision: 95974

URL: http://llvm.org/viewvc/llvm-project?rev=95974&view=rev
Log:
If a particular llvm-config is specified in the environment,
via the LLVM_CONFIG variable, then use it.

Modified:
    dragonegg/trunk/Makefile

Modified: dragonegg/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/Makefile?rev=95974&r1=95973&r2=95974&view=diff

==============================================================================
--- dragonegg/trunk/Makefile (original)
+++ dragonegg/trunk/Makefile Fri Feb 12 04:13:32 2010
@@ -2,7 +2,7 @@
 GCCSOURCE_DIR=$(shell $(GCC) -print-file-name=plugin)
 # Point LLVM_CONFIG to the just built llvm-config to use an LLVM build rather
 # than the installed version of LLVM.
-LLVM_CONFIG=llvm-config
+LLVM_CONFIG?=llvm-config
 
 # Replace with an informative string when doing a release.
 REVISION:=$(shell svnversion -n .)





More information about the llvm-commits mailing list