summaryrefslogtreecommitdiff
path: root/libffi/configure
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-01 12:46:02 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-01 12:46:02 +0000
commit08fbebd8c69d061be964f922891f5f92622b915d (patch)
tree80bd0a47fd8ab2040e785317dcea7817db48f607 /libffi/configure
parentcc9d0711655703a34776732942d838d35ce3f3a8 (diff)
downloadgcc-08fbebd8c69d061be964f922891f5f92622b915d.tar.gz
Define HAVE_LONG_DOUBLE appropriately for MIPS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155552 138bc75d-0d04-0410-961f-82ee72b054a4
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 5ab81bd4183..43fc0ec6e42 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
;;