From: Mark Wooding Date: Sun, 20 May 2018 23:57:10 +0000 (+0100) Subject: configure.ac: Recognize `androideabi' as a thing we can support. X-Git-Tag: 2.4.2~12 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/e08c000f323a60ab87e9d54f165f4545e847e541 configure.ac: Recognize `androideabi' as a thing we can support. There's no significant difference in calling conventions, so this is safe. --- diff --git a/configure.ac b/configure.ac index b41687a5..142b854a 100644 --- a/configure.ac +++ b/configure.ac @@ -79,7 +79,8 @@ AC_DEFUN([catacomb_CPU_FAMILIES], $1([x86_64,cygwin], [amd64], [win]) $1([x86_64,*], [amd64], [sysv]) $1([arm,*-gnueabi | arm,*-gnueabihf | dnl - armv*,*-gnueabi | armv*,*-gnueabihf], [armel], [gnueabi])]) + armv*,*-gnueabi | armv*,*-gnueabihf | dnl + arm,*-androideabi], [armel], [gnueabi])]) dnl A utility to clear the `seen' flags, used so as to process each CPU or dnl ABI once.