diff options
author | Michel Dänzer <[email protected]> | 2007-10-25 18:24:51 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2007-10-25 18:26:26 +0200 |
commit | 8568fadaf22787bc1652bb6f818b9c5c1ec81318 (patch) | |
tree | abc019527c1ba9b7fd6fa9ba94491b081c17741c /configs | |
parent | 4a4e6f2cabdf39e9032e3e513f9966f471454077 (diff) |
LLVM requires linking with the C++ compiler.
It's basically luck if it works with the C compiler on some platforms...
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-llvm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm index 8e9b4088615..b24959ec01c 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -23,6 +23,7 @@ ifeq ($(MESA_LLVM),1) LLVM_CXXFLAGS=`llvm-config --cxxflags` -DMESA_LLVM=1 -Wno-long-long LLVM_LDFLAGS=`llvm-config --ldflags` LLVM_LIBS=`llvm-config --libs` + MKLIB_OPTIONS=-cplusplus else LLVM_CFLAGS= LLVM_CXXFLAGS= |