In perl.git, the branch nicholas/bisect has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fc1af9e2a8c72bed5902a3ff5627cc9e355d9ee4?hp=63d4663dc8bb8eb23868bb759f32ef868f29b0e6>
- Log ----------------------------------------------------------------- commit fc1af9e2a8c72bed5902a3ff5627cc9e355d9ee4 Author: Nicholas Clark <[email protected]> Date: Wed May 2 11:26:15 2012 +0200 bisect-runner.pl should fix a typo in the Solaris hints file. Without this typo fix about 700 revisions from 5.13.10 to 5.14.0-RC1 can't be built on Solaris with Sun's compiler. ----------------------------------------------------------------------- Summary of changes: Porting/bisect-runner.pl | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Porting/bisect-runner.pl b/Porting/bisect-runner.pl index db7310d..d067131 100755 --- a/Porting/bisect-runner.pl +++ b/Porting/bisect-runner.pl @@ -2030,6 +2030,11 @@ EOT } } } + } elsif ($^O eq 'solaris') { + if (($major == 13 || $major == 14) + && extract_from_file('hints/solaris_2.sh', qr/getconfldllflags/)) { + apply_commit('c80bde4388070c45'); + } } } -- Perl5 Master Repository
