chiark / gitweb /
utils/split-pieces (QfConvert): Construct an instance of the right class.
[catacomb] / configure.ac
index b41687a52fa4da78a12c3f172ec3b198ecceba9b..142b854a56c9e1681532e726169b216ca0eeb926 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.