diff options
author | Brian Paul <[email protected]> | 2010-12-03 10:59:52 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-12-03 13:52:59 -0700 |
commit | b87369e863c4c9650ef3a04a111e9ca79bca9e08 (patch) | |
tree | 9b6f212901486799ba56743659c0a49b99c29731 /src/gallium/drivers/llvmpipe | |
parent | 9f7f093090c45278162a03f10e147fac688eee6f (diff) |
mesa: consolidate some compiler -D flags
-D__STDC_CONSTANT_MACROS and -D__STDC_LIMIT_MACROS are only needed for
LLVM build.
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r-- | src/gallium/drivers/llvmpipe/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 669e42e3003..4068bed393c 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -3,8 +3,6 @@ include $(TOP)/configs/current LIBNAME = llvmpipe -DEFINES += -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS - C_SOURCES = \ lp_bld_alpha.c \ lp_bld_blend_aos.c \ |