PR/60439 CVS commit: pkgsrc/lang
"Havard Eidnes" <[email protected]> Sat, 18 Jul 2026 09:15:02 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/60439; it has been noted by GNATS. From: "Havard Eidnes" <[email protected]> To: [email protected] Cc: Subject: PR/60439 CVS commit: pkgsrc/lang Date: Sat, 18 Jul 2026 09:12:39 +0000 Module Name: pkgsrc Committed By: he Date: Sat Jul 18 09:12:39 UTC 2026 Modified Files: pkgsrc/lang/gcc12: Makefile distinfo pkgsrc/lang/gcc12-libs: Makefile Added Files: pkgsrc/lang/gcc12/patches: patch-gcc_config_rs6000_netbsd.h Log Message: lang/gcc12: pull over the changes to rs6000/netbsd.h from our in-tree gcc. This is so that this builds and runs on powerpc/11.0*. The most important fix is that on powerpc, -msecure-plt is enabled by default, so that resulting executables can be run with PAX_MPROTECT active. Otherwise, we end up with executables with sections which have both "write" and "execute" turned on, which PAX_MPROTECT rejects. Fixes PR#60439. Bump PKGREVISION for both gcc12 and gcc12-libs, to adhere to rules in comments. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/gcc12/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/gcc12/distinfo cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/gcc12-libs/Makefile cvs rdiff -u -r0 -r1.1 \ pkgsrc/lang/gcc12/patches/patch-gcc_config_rs6000_netbsd.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.