aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-08-18 18:53:44 +0000
committerDavid Robillard <d@drobilla.net>2010-08-18 18:53:44 +0000
commit34de70a553c0863626f254ed89d689611b7f9c0a (patch)
tree59e3e7f05acee64b62b2ef72caf2c263f8c65029 /Makefile
parent7bec36818542d53a52fb285757b1c5947b77b443 (diff)
downloadresp-34de70a553c0863626f254ed89d689611b7f9c0a.tar.gz
resp-34de70a553c0863626f254ed89d689611b7f9c0a.tar.bz2
resp-34de70a553c0863626f254ed89d689611b7f9c0a.zip
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
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