From 76228727db6a807452338d098afc4dc85806eb50 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 May 2011 17:33:17 +0000 Subject: Update for LLVM 2.8. git-svn-id: http://svn.drobilla.net/resp/trunk@411 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1