diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-02 10:52:03 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-11-02 13:59:54 -0500 |
commit | 51fcc443fcd9429abcf8dc5b417e777181618720 (patch) | |
tree | eecc879ef3ace425f19841df395120428a17b0b2 /Configure | |
parent | bade9271ee0e5b9c22d1e80ca4088af09f1bcf43 (diff) | |
download | perl-51fcc443fcd9429abcf8dc5b417e777181618720.tar.gz |
Configure: echo the less common long double kinds.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7005,6 +7005,9 @@ case "$longdblkind" in 1) echo "You have IEEE 754 128-bit little endian long doubles." >&4 ;; 2) echo "You have IEEE 754 128-bit big endian long doubles." >&4 ;; 3) echo "You have x86 80-bit little endian long doubles." >& 4 ;; +4) echo "You have x86 80-bit big endian long doubles." >& 4 ;; +5) echo "You have 128-bit little-endian double-double long doubles." >& 4 ;; +6) echo "You have 128-bit big-endian double-double long doubles." >& 4 ;; *) echo "Cannot figure out your long double." >&4 ;; esac $rm_try |