Subject: CVS commit: pkgsrc/lang/g95
From: Maya Rashish
Date: 2016-10-03 01:26:40
Message id: 20161002232640.31294FBD2@cvs.NetBSD.org

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.

Files:
RevisionActionfile
1.28modifypkgsrc/lang/g95/distinfo
1.2modifypkgsrc/lang/g95/patches/patch-libf95.a-0.93_runtime_mutex.c