diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2011-11-20 14:56:15 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2011-11-20 14:56:15 +0000 |
commit | 31308e0c7f58e94e107406cdabc32ec563391d79 (patch) | |
tree | c5b16d5ce51072c82731f37917becbbc3e9f93bf /hints | |
parent | 517453e7e33edbb071e75fd9ed1f43c1ca0c53ea (diff) | |
download | perl-31308e0c7f58e94e107406cdabc32ec563391d79.tar.gz |
Bump the perl version for 5.15.5
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 bf189558b7..f6e76192e8 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.4 +# mkdir -p /opt/perl-catamount/lib/perl5/5.15.5 # 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.4 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.15.5 # 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 64de1bde0e..653b5a1865 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.4), + # Has optimizing problems with +O2 for blead (5.15.5), # see https://rt.perl.org:443/rt3/Ticket/Display.html?id=103668. # # +O2 +Onolimit +Onoprocelim +Ostore_ordering \ |