aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-13 17:33:17 +0000
committerDavid Robillard <d@drobilla.net>2011-05-13 17:33:17 +0000
commit76228727db6a807452338d098afc4dc85806eb50 (patch)
tree175fbb3ea9e74b010342ba1d8f75e33ff06569e8 /Makefile
parent526810d5387bf32f2e7a0b5c3be4611eb5f633ac (diff)
downloadresp-76228727db6a807452338d098afc4dc85806eb50.tar.gz
resp-76228727db6a807452338d098afc4dc85806eb50.tar.bz2
resp-76228727db6a807452338d098afc4dc85806eb50.zip
Update for LLVM 2.8.
git-svn-id: http://svn.drobilla.net/resp/trunk@411 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 8f09df3..7678e1a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-LLVM_CXXFLAGS=`llvm-config-2.7 --cppflags core jit native codegen ipo`
-LLVM_LDFLAGS=`llvm-config-2.7 --ldflags --libs core jit native codegen ipo`
-#LLVM_CXXFLAGS=`llvm-config-2.7 --cppflags all`
-#LLVM_LDFLAGS=`llvm-config-2.7 --ldflags --libs all`
+LLVM_CXXFLAGS=`llvm-config-2.8 --cppflags core jit native codegen ipo`
+LLVM_LDFLAGS=`llvm-config-2.8 --ldflags --libs core jit native codegen ipo`
+#LLVM_CXXFLAGS=`llvm-config-2.8 --cppflags all`
+#LLVM_LDFLAGS=`llvm-config-2.8 --ldflags --libs all`
COMMON_FLAGS=-fPIC
COMMON_FLAGS+=-Wall -Wextra -Wno-unused-parameter