summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorRich Rauenzahn <rrauenza@hp.com>2009-05-21 14:03:37 -0700
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-05-22 10:16:25 +0200
commit4400b3fbcd713874b43a1bb1f4863cd8738a7787 (patch)
treec5a470f4cb14cc6cae12b77feb6dc265efbcb5e6 /hints
parent41cb7b2bbf3884f70e9310a33e435deda35b8c46 (diff)
downloadperl-4400b3fbcd713874b43a1bb1f4863cd8738a7787.tar.gz
Smoke failing on longdouble
Signed-off-by: H.Merijn Brand <h.m.brand@xs4all.nl>
Diffstat (limited to 'hints')
-rw-r--r--hints/hpux.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index f806274c53..f99168e66c 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -218,18 +218,6 @@ case "$archname" in
# While here, override so=sl auto-detection
so='so'
;;
- *)
- case "$uselongdouble" in
- *) ;;
- $define|true|[yY]*)
- cat <<EOM >&4
-
-*** long doubles are not (yet) supported on HP-UX (any version)
-*** Until it does, we cannot continue, aborting.
-EOM
- exit 1 ;;
- esac
- ;;
esac
case "$use64bitint" in