diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-08-22 11:05:52 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-09-19 09:26:48 -0400 |
commit | d6d36205af417d227110bac72e1801d73862770f (patch) | |
tree | d6e052f71467033a4e2b9ea86b1f298d03578f43 /config_h.SH | |
parent | 4e5044f034f5b5d064c8d998817c4476bf4842a3 (diff) | |
download | perl-d6d36205af417d227110bac72e1801d73862770f.tar.gz |
Configure -Dusequadmath.
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 948a156542..7aae94f05a 100755 --- a/config_h.SH +++ b/config_h.SH @@ -4849,6 +4849,14 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$uselongdouble USE_LONG_DOUBLE /**/ #endif +/* USE_QUADMATH: + * This symbol, if defined, indicates that the quadmath library should + * be used when available. + */ +#ifndef USE_QUADMATH +#$usequadmath USE_QUADMATH /**/ +#endif + /* USE_MORE_BITS: * This symbol, if defined, indicates that 64-bit interfaces and * long doubles should be used when available. |