aboutsummaryrefslogtreecommitdiff
path: root/libffi/configure
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-01-01 12:46:02 +0000
committerAnthony Green <green@gcc.gnu.org>2010-01-01 12:46:02 +0000
commit50117ecbdb4127b71e071af0986c3cb51ceacd56 (patch)
tree80bd0a47fd8ab2040e785317dcea7817db48f607 /libffi/configure
parentbc472c00543c367d819de2abc93ccbf73f6e5442 (diff)
downloadgcc-50117ecbdb4127b71e071af0986c3cb51ceacd56.zip
gcc-50117ecbdb4127b71e071af0986c3cb51ceacd56.tar.gz
gcc-50117ecbdb4127b71e071af0986c3cb51ceacd56.tar.bz2
Define HAVE_LONG_DOUBLE appropriately for MIPS.
From-SVN: r155552
Diffstat (limited to 'libffi/configure')
-rwxr-xr-xlibffi/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/libffi/configure b/libffi/configure
index 5ab81bd..43fc0ec 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -11388,6 +11388,8 @@ case "$host" in
TARGET=MIPS; TARGETDIR=mips
;;
mips*-*-linux*)
+ # Support 128-bit long double for NewABI.
+ HAVE_LONG_DOUBLE='defined(__mips64)'
TARGET=MIPS; TARGETDIR=mips
;;