From 8568fadaf22787bc1652bb6f818b9c5c1ec81318 Mon Sep 17 00:00:00 2001 From: Michel Dänzer Date: Thu, 25 Oct 2007 18:24:51 +0200 Subject: LLVM requires linking with the C++ compiler. It's basically luck if it works with the C compiler on some platforms... --- configs/linux-llvm | 1 + 1 file changed, 1 insertion(+) (limited to 'configs') diff --git a/configs/linux-llvm b/configs/linux-llvm index 8e9b408861..b24959ec01 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= -- cgit v1.2.3