diff options
author | Zack Rusin <[email protected]> | 2007-10-12 13:57:53 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-10-24 11:21:03 -0400 |
commit | 2dbba8b024720c11cb2d812b5ccb61ecb9887faa (patch) | |
tree | ed3fd1386378a7e64bf2a2ba7521930f9c973b86 /configs/default | |
parent | 11bc1f015a781760c419bdd53b326132b5146971 (diff) |
Implement the conversion and do the initial execution pass.
Diffstat (limited to 'configs/default')
-rw-r--r-- | configs/default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/default b/configs/default index ac8de653ec3..bb8f9a18082 100644 --- a/configs/default +++ b/configs/default @@ -76,7 +76,8 @@ else endif ifeq ($(MESA_NO_LLVM),0) - LLVM_CFLAGS=`llvm-config --cflags` -DMESA_NO_LLVM=0 +# LLVM_CFLAGS=`llvm-config --cflags` -DMESA_NO_LLVM=0 + LLVM_CFLAGS=-DMESA_NO_LLVM=0 LLVM_CXXFLAGS=`llvm-config --cxxflags` -DMESA_NO_LLVM=0 -Wno-long-long LLVM_LDFLAGS=`llvm-config --ldflags` LLVM_LIBS=`llvm-config --libs` |