summaryrefslogtreecommitdiff
path: root/lang/gcc10
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-03-10 16:43:11 +0000
committernia <nia@pkgsrc.org>2022-03-10 16:43:11 +0000
commit6526b8390c960f79b923e7990bd88cb79e4787bd (patch)
treeb3fb5791740ff3bf19ee863de43962d2c1d2de12 /lang/gcc10
parent9abb9fd050022c0312b91584afb568d40a811ad2 (diff)
downloadpkgsrc-6526b8390c960f79b923e7990bd88cb79e4787bd.tar.gz
gcc8: deconditionalize CHECK_RELRO_SKIP
as hinted by mef's recent bulk build, it appears to be more complicated than simply a matter of bootstrapping
Diffstat (limited to 'lang/gcc10')
-rw-r--r--lang/gcc10/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile
index ebde7822629..95f61ac41e8 100644
--- a/lang/gcc10/Makefile
+++ b/lang/gcc10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/10/12 13:46:14 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2022/03/10 16:43:11 nia Exp $
GCC_PKGNAME= gcc10
PKGREVISION= 1
@@ -23,6 +23,7 @@ EXTRACT_ONLY= ${DEFAULT_DISTFILES}
# Relocations result in a linker error on AArch64, but not x86.
MKPIE_SUPPORTED= no
+CHECK_RELRO_SKIP+= ${GCC_PKGNAME}/lib/*
NOT_FOR_PLATFORM= Interix-*-*
@@ -125,7 +126,6 @@ MAKE_ENV.SunOS+= ac_cv_func_mkostemp=no
.if !empty(PKGSRC_COMPILER:Mclang) || ${OPSYS} == "DragonFly"
CONFIGURE_ARGS+= --disable-bootstrap
-CHECK_RELRO_SKIP+= ${GCC_PKGNAME}/lib/*
.endif
.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || !empty(MACHINE_PLATFORM:MLinux-*-i386)