diff options
author | Brian Paul <brianp@vmware.com> | 2010-04-08 13:41:50 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-04-14 14:32:09 -0600 |
commit | 816fe9dd094ea3fc7355ddfaf366062cc37193e6 (patch) | |
tree | 32b634bfb142f7f1b78d64fa8b9b883e59251579 /configs | |
parent | 3a82c8c5625217599f31cd5080b4d7ff7a1dc0aa (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-llvm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm index 1b15a308f37..83d2fc37176 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) |