diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-01-01 12:46:02 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2010-01-01 12:46:02 +0000 |
commit | 50117ecbdb4127b71e071af0986c3cb51ceacd56 (patch) | |
tree | 80bd0a47fd8ab2040e785317dcea7817db48f607 /libffi/configure | |
parent | bc472c00543c367d819de2abc93ccbf73f6e5442 (diff) | |
download | gcc-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-x | libffi/configure | 2 |
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 ;; |