diff --git a/ChangeLog b/ChangeLog index 03bfdff9..53b2abc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-03-10 Mike Hommey + + * configure.ac: Allow building for mipsel with Android NDK r8. + 2014-03-01 Anthony Green * Makefile.am (EXTRA_DIST): Replace old scripts with diff --git a/configure.ac b/configure.ac index 4dd919d8..bf003faa 100644 --- a/configure.ac +++ b/configure.ac @@ -215,7 +215,7 @@ case "$host" in mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*) TARGET=MIPS; TARGETDIR=mips ;; - mips*-*-linux* | mips*-*-openbsd*) + mips*-*linux* | mips*-*-openbsd*) # Support 128-bit long double for NewABI. HAVE_LONG_DOUBLE='defined(__mips64)' TARGET=MIPS; TARGETDIR=mips