configure.ac: Recognize `androideabi' as a thing we can support.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 May 2018 23:57:10 +0000 (00:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 May 2018 23:57:10 +0000 (00:57 +0100)
There's no significant difference in calling conventions, so this is
safe.

configure.ac

index b41687a..142b854 100644 (file)
@@ -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.