summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-05-26 19:42:52 -0600
committerSawyer X <xsawyerx@cpan.org>2020-05-27 11:09:32 +0300
commitc1a0d73449dedca2742e619b7e274d58fe58d679 (patch)
tree494de5fe8ba817a1d3f6437612ec1c4f11f99ff5 /hints
parent7970044f57558c168ac11838e59a01fcabd64d59 (diff)
downloadperl-c1a0d73449dedca2742e619b7e274d58fe58d679.tar.gz
hints/os390.sh: Handle no C optimizations
There is a bug in Configure where it doesn't handle 'none' properly for platforms which have no flag to indicate don't optimize. Instead of fixing this for 5.32 at this late date, change the hints file for os390 to use the equivalent " ", that does work.
Diffstat (limited to 'hints')
-rw-r--r--hints/os390.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/os390.sh b/hints/os390.sh
index 7ae62d1bee..56703033ae 100644
--- a/hints/os390.sh
+++ b/hints/os390.sh
@@ -43,7 +43,7 @@ esac
# Turning on optimization breaks perl.
# You can override this with Configure -Doptimize='-O' or somesuch.
case "$optimize" in
-'') optimize='none' ;;
+'') optimize=' ' ;;
esac
# To link via definition side decks we need the dll option