Module: Mesa
Branch: master
Commit: 8056b3ffeb0cdca890cf9cde05dcd5afff4c50fc
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8056b3ffeb0cdca890cf9cde05dcd5afff4c50fc

Author: Mauro Rossi <[email protected]>
Date:   Fri Aug 21 23:46:29 2015 +0200

android: Always define __STDC_LIMIT_MACROS.

Analogous to commit 02a4fe22b13 (configure.ac: Always define
__STDC_LIMIT_MACROS.)

v2: [Emil Velikov] keep the LLVM specific __STDC_FORMAT_MACROS

Cc: 11.0 <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>

---

 Android.common.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Android.common.mk b/Android.common.mk
index f7556d7..948561c 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -42,6 +42,7 @@ LOCAL_CFLAGS += \
        
-DANDROID_VERSION=0x0$(MESA_ANDROID_MAJOR_VERSION)0$(MESA_ANDROID_MINOR_VERSION)
 
 LOCAL_CFLAGS += \
+       -D__STDC_LIMIT_MACROS \
        -DHAVE___BUILTIN_EXPECT \
        -DHAVE___BUILTIN_FFS \
        -DHAVE___BUILTIN_FFSLL \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to