Mesa (master): android: set HAVE_FUNC_ATTRIBUTE_ALIAS

Emil Velikov evelikov at kemper.freedesktop.org
Wed Jan 18 16:03:36 UTC 2017


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

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Mon Dec  5 19:52:42 2016 +0000

android: set HAVE_FUNC_ATTRIBUTE_ALIAS

Analogous to previous two commits.

Strictly speaking it's not be applicable for Android since we don't
build GLX and related code.

Regardless keep things consistent with the other build systems.

Cc: Rob Herring <robh at kernel.org>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

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

diff --git a/Android.common.mk b/Android.common.mk
index 9f64c22..ed5118a 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -51,6 +51,7 @@ LOCAL_CFLAGS += \
 	-DHAVE_FUNC_ATTRIBUTE_UNUSED \
 	-DHAVE_FUNC_ATTRIBUTE_FORMAT \
 	-DHAVE_FUNC_ATTRIBUTE_PACKED \
+	_DHAVE_FUNC_ATTRIBUTE_ALIAS \
 	-DHAVE___BUILTIN_CTZ \
 	-DHAVE___BUILTIN_POPCOUNT \
 	-DHAVE___BUILTIN_POPCOUNTLL \




More information about the mesa-commit mailing list