summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-04-08 13:41:50 -0600
committerBrian Paul <brianp@vmware.com>2010-04-14 14:32:09 -0600
commit816fe9dd094ea3fc7355ddfaf366062cc37193e6 (patch)
tree32b634bfb142f7f1b78d64fa8b9b883e59251579 /configs
parent3a82c8c5625217599f31cd5080b4d7ff7a1dc0aa (diff)
mesa: add -D__STDC_CONSTANT_MACROS to linux-llvm
This is needed in more places (st_cb_feedback.c) since the new LLVM code has been added to the gallium/draw module.
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm
index 1b15a308f3..83d2fc3717 100644
--- a/configs/linux-llvm
+++ b/configs/linux-llvm
@@ -15,7 +15,7 @@ ARCH_FLAGS = -mmmx -msse -msse2 -mstackrealign
DEFINES += -DNDEBUG -DGALLIUM_LLVMPIPE -DHAVE_UDIS86
# override -std=c99
-CFLAGS += -std=gnu99
+CFLAGS += -std=gnu99 -D__STDC_CONSTANT_MACROS
LLVM_VERSION := $(shell llvm-config --version)