Allow building for mipsel with Android NDK r8. From Mozilla bug 756740.
authorRyan VanderMeulen <ryanvm@gmail.com>
Mon, 10 Mar 2014 18:43:37 +0000 (14:43 -0400)
committerRyan VanderMeulen <ryanvm@gmail.com>
Mon, 10 Mar 2014 18:43:37 +0000 (14:43 -0400)
https://bugzilla.mozilla.org/show_bug.cgi?id=756740

ChangeLog
configure.ac

index 03bfdff9f9d9477cab36c6f41583a2988335137d..53b2abc8db84a1b827569922534d2d83e615c3bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-10  Mike Hommey <mh+mozilla@glandium.org>
+
+       * configure.ac: Allow building for mipsel with Android NDK r8.
+
 2014-03-01  Anthony Green  <green@moxielogic.com>
 
        * Makefile.am (EXTRA_DIST): Replace old scripts with
index 4dd919d80ba63c11612de882b87f7d53d294d73b..bf003faa3dcd31977de98e515f46955ea5fa3034 100644 (file)
@@ -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