summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan VanderMeulen <ryanvm@gmail.com>2014-03-10 14:43:37 -0400
committerRyan VanderMeulen <ryanvm@gmail.com>2014-03-10 14:43:37 -0400
commit18eb81d032f29d645d0498ba92bddfd651f009ae (patch)
tree87e8a35c48a1b93ffca282932384f375ae2b4965 /configure.ac
parent634a475eaf1bee31c09f7d519e31c13b64cd24df (diff)
downloadlibffi-18eb81d032f29d645d0498ba92bddfd651f009ae.tar.gz
Allow building for mipsel with Android NDK r8. From Mozilla bug 756740.
https://bugzilla.mozilla.org/show_bug.cgi?id=756740
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4dd919d..bf003fa 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