diff options
author | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2012-03-19 23:49:34 +0100 |
commit | 3b318f16bd82320be5768efa37201351e3a0ff2e (patch) | |
tree | a427daabb004064fccdd315a3b13f138b021b9b0 /hints | |
parent | 78de934f39c2d076a0a3b7b73bc4bb7d0d5780f9 (diff) | |
download | perl-3b318f16bd82320be5768efa37201351e3a0ff2e.tar.gz |
Bump the perl version in various places for 5.15.9
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 4 | ||||
-rw-r--r-- | hints/hpux.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index e604b3d444..1fb9339faa 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -31,11 +31,11 @@ # mkdir -p /opt/perl-catamount # mkdir -p /opt/perl-catamount/include # mkdir -p /opt/perl-catamount/lib -# mkdir -p /opt/perl-catamount/lib/perl5/5.15.8 +# mkdir -p /opt/perl-catamount/lib/perl5/5.15.9 # mkdir -p /opt/perl-catamount/bin # cp *.h /opt/perl-catamount/include # cp libperl.a /opt/perl-catamount/lib -# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.15.8 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.15.9 # cp miniperl perl run.sh cc.sh /opt/perl-catamount/lib # # With the headers and the libperl.a you can embed Perl to your Catamount diff --git a/hints/hpux.sh b/hints/hpux.sh index 80d84fcb4f..313511ed95 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -439,7 +439,7 @@ case "$ccisgcc" in B3910B*A.06.15) # > cc --version # cc: HP C/aC++ B3910B A.06.15 [May 16 2007] - # Has optimizing problems with +O2 for blead (5.15.8), + # Has optimizing problems with +O2 for blead (5.15.9), # see https://rt.perl.org:443/rt3/Ticket/Display.html?id=103668. # # +O2 +Onolimit +Onoprocelim +Ostore_ordering \ |