NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/45439 CVS commit: pkgsrc/lang/perl5
The following reply was made to PR toolchain/45439; it has been noted by GNATS.
From: "Hauke Fath" <hauke%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/45439 CVS commit: pkgsrc/lang/perl5
Date: Tue, 11 Oct 2011 10:02:14 +0000
Module Name: pkgsrc
Committed By: hauke
Date: Tue Oct 11 10:02:14 UTC 2011
Modified Files:
pkgsrc/lang/perl5: hacks.mk
Log Message:
On m68k, gcc creates short assembler branch insns, and expects the
assembler to adapt them to the distance. m68k gas appears not to do
that for fpu branch insns, resulting in an out-of-range FPU assembler
branch instruction error in "ext/re/re_exec.c".
As a workaround, building with "-Os" instead of "-O2" reduces the size
of the object file enough to allow short branches.
See PR toolchain/45439.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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