projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e05e3e0
)
configure.ac: Also match -androideabi tuple
author
Nicolas Boichat
<drinkcat@chromium.org>
Fri, 5 May 2017 02:26:00 +0000
(10:26 +0800)
committer
Chad Versace
<chadversary@chromium.org>
Fri, 5 May 2017 22:39:38 +0000
(15:39 -0700)
On ARM Android platforms, the host_os tuple should be linux-androideabi,
so let's match both -android and -androideabi (or any other
-android* tuple) to determine if we should do an Android build.
Reviewed-by: Chad Versace <chadversary@chromium.org>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index a614458ab7c979a7d36c03b6f71cc6736622ac02..df3eb6b29ac6a5b4838619bb37cc43cfa8e0aa4e 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-269,7
+269,7
@@
DEFINES="-D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
AC_SUBST([DEFINES])
android=no
case "$host_os" in
-*-android)
+*-android
*
)
android=yes
;;
linux*|*-gnu*|gnu*|cygwin*)