pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2015Q2] pkgsrc/lang/perl5



Module Name:    pkgsrc
Committed By:   tron
Date:           Sun Aug  9 08:04:54 UTC 2015

Modified Files:
        pkgsrc/lang/perl5 [pkgsrc-2015Q2]: hacks.mk

Log Message:
Pullup ticket #4789 - requested by mrg
lang/perl5: bug fix patch

Revisions pulled up:
- lang/perl5/hacks.mk                                           1.17

---
   Module Name:    pkgsrc
   Committed By:   mrg
   Date:           Fri Aug  7 22:11:23 UTC 2015

   Modified Files:
           pkgsrc/lang/perl5: hacks.mk

   Log Message:
   use -fno-reorder-blocks for sparc64, mips, and vax and GCC 4.5*.

   something in op.c (as miniop.c) is mis-compiled with this option which
   is enabled by -O2, when using GCC 4.5.  i didn't try to figure out
   exactly what as op.c is 419,359 bytes long and the assembler output
   is almost 100% different and approximiately 1.5MB either way (the
   diff of the asm output is larger than the combined inputs), so for now
   we have this hack.  this problem doesn't appear to occur in newer GCC.

   XXX: pullup to 2015Q2.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.2.1 pkgsrc/lang/perl5/hacks.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index