PR/60439 CVS commit: pkgsrc/lang
"Havard Eidnes" <[email protected]> Tue, 21 Jul 2026 09:05: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: Tue, 21 Jul 2026 09:03:21 +0000 Module Name: pkgsrc Committed By: he Date: Tue Jul 21 09:03:21 UTC 2026 Modified Files: pkgsrc/lang/gcc10: Makefile distinfo pkgsrc/lang/gcc10-libs: Makefile Added Files: pkgsrc/lang/gcc10/patches: patch-gcc_config_rs6000_netbsd.h Log Message: lang/gcc10: pull over the changes to rs6000/netbsd.h from gcc12. 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 for lang/gcc10. Bump PKGREVISION for both gcc10 and gcc10-libs, to adhere to rules in comments. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/gcc10/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/gcc10/distinfo cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/gcc10-libs/Makefile cvs rdiff -u -r0 -r1.1 \ pkgsrc/lang/gcc10/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.