NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/51521 CVS commit: pkgsrc/lang/g95
The following reply was made to PR toolchain/51521; it has been noted by GNATS.
From: "Maya Rashish" <maya%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/51521 CVS commit: pkgsrc/lang/g95
Date: Sun, 2 Oct 2016 23:26:40 +0000
Module Name: pkgsrc
Committed By: maya
Date: Sun Oct 2 23:26:40 UTC 2016
Modified Files:
pkgsrc/lang/g95: distinfo
pkgsrc/lang/g95/patches: patch-libf95.a-0.93_runtime_mutex.c
Log Message:
g95: now that I understand why -mips1 is chosen here, clarify it in the
comment for the patch.
note: the choice of o32 for this package is questionable, and defaulting
to n32 on gcc/config.gcc instead is probably the right thing, this package
won't run on platforms that use o32, and the n32 linker can't handle the
o32 objects apparently - it dies with "not enough GOT space for local GOT
entries" (PR toolchain/51521).
defaulting to n32 will allow deleting this patch, but I won't make the
transition because I can't get further in the build and hit a compile
assertion about MTYPE not matching CEXT (double float in my case), similar
to GCC bug #20633.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/g95/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/lang/g95/patches/patch-libf95.a-0.93_runtime_mutex.c
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