From fc616f2ec8a670f5bfdd7c38ca2895b49ae9290f Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Fri, 20 Jul 2012 17:34:40 +0200 Subject: bump to version 5.17.3 --- hints/catamount.sh | 4 ++-- hints/hpux.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'hints') diff --git a/hints/catamount.sh b/hints/catamount.sh index e1bdf95f16..2852f888c5 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.17.2 +# mkdir -p /opt/perl-catamount/lib/perl5/5.17.3 # 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.17.2 +# cp -pr lib/* /opt/perl-catamount/lib/perl5/5.17.3 # 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 7566434e3b..5d040cda97 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.17.2), + # Has optimizing problems with +O2 for blead (5.17.3), # see https://rt.perl.org:443/rt3/Ticket/Display.html?id=103668. # # +O2 +Onolimit +Onoprocelim +Ostore_ordering \ -- cgit v1.2.1