OSDN Git Service

mesa/llvm: use llvm-config --cppflags
authorBrian Paul <brianp@vmware.com>
Mon, 6 Dec 2010 17:10:58 +0000 (10:10 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 6 Dec 2010 17:11:00 +0000 (10:11 -0700)
commitc1095f0b0c636832acdfeb5dbf5595cb9b8bf513
treee2c24edc0ddbc478fb2591689001621e308dcfbf
parent4fc62a074c5cc7e55a81c2a24cc5ef2f1452e948
mesa/llvm: use llvm-config --cppflags

Use --cppflags instead of --cflags so that we get the -I and -D flags
we want, but not compiler options like -O3.

A similar change should probably be made for autoconf.
configs/linux-llvm