summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-09-06 22:13:03 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2014-09-07 22:08:34 -0400
commit7928175efa34637177898e95a4d6b119801c01fb (patch)
tree535970d55c97ea541a6c3149b51d5c08cdbbd704 /hints
parentd67dac15a1bac6947d501164aa494adf160ff668 (diff)
downloadperl-7928175efa34637177898e95a4d6b119801c01fb.tar.gz
5df8ece2 didn't really allow one to keep long doubles.
(It undefed the symbol, but stripped the flags and libs.)
Diffstat (limited to 'hints')
-rw-r--r--hints/aix.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 317e743bc8..a09c85c2e8 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -572,15 +572,15 @@ EOF
[Yy]*)
echo "Okay, disabling long doubles." >&4
uselongdouble=undef
+ ccflags=`echo " $ccflags " | sed -e 's/ -qlongdouble / /'`
+ libswanted=`echo " $libswanted " | sed -e 's/ c128/ /'`
+ lddlflags=`echo " $lddlflags " | sed -e 's/ -lc128 / /'`
;;
*)
echo "Okay, keeping long doubles enabled." >&4
echo "But please note that t/op/infnan.t will fail a lot." >&4
;;
esac
- ccflags=`echo " $ccflags " | sed -e 's/ -qlongdouble / /'`
- libswanted=`echo " $libswanted " | sed -e 's/ c128/ /'`
- lddlflags=`echo " $lddlflags " | sed -e 's/ -lc128 / /'`
;;
esac
rm -f inf$$.c inf$$