From 34de70a553c0863626f254ed89d689611b7f9c0a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Aug 2010 18:53:44 +0000 Subject: Update for LLVM 2.7. Factor out mostly duplicated code in Env::topLevel and Env::innerMost. git-svn-id: http://svn.drobilla.net/resp/resp@259 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 69c58b7..6b3107b 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -LLVM_CXXFLAGS=`llvm-config --cppflags core jit native` -LLVM_LDFLAGS=`llvm-config --ldflags --libs core jit native` -#LLVM_CXXFLAGS=`llvm-config --cppflags all` -#LLVM_LDFLAGS=`llvm-config --ldflags --libs all` +LLVM_CXXFLAGS=`llvm-config-2.7 --cppflags core jit native` +LLVM_LDFLAGS=`llvm-config-2.7 --ldflags --libs core jit native` +#LLVM_CXXFLAGS=`llvm-config-2.7 --cppflags all` +#LLVM_LDFLAGS=`llvm-config-2.7 --ldflags --libs all` COMMON_FLAGS=-fPIC COMMON_FLAGS+=-Wall -Wextra -Wno-unused-parameter -- cgit v1.2.1