summaryrefslogtreecommitdiff
path: root/lang/gcc10
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-10-01 11:49:59 +0000
committernia <nia@pkgsrc.org>2021-10-01 11:49:59 +0000
commit86e00653c19db2f5af7c41c55b21f64912b793fa (patch)
tree89342b9206400e78e5ff4b1491eb1c4e6883b50b /lang/gcc10
parent42384882e12002bab3abe6d131ed809154d32dde (diff)
downloadpkgsrc-86e00653c19db2f5af7c41c55b21f64912b793fa.tar.gz
gcc*: Unsafe for MKPIE. Reported by tnn.
Diffstat (limited to 'lang/gcc10')
-rw-r--r--lang/gcc10/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile
index 516ac00579f..a0e140de34d 100644
--- a/lang/gcc10/Makefile
+++ b/lang/gcc10/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2021/06/26 17:42:23 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2021/10/01 11:49:59 nia Exp $
GCC_PKGNAME= gcc10
PKGREVISION= 1
@@ -21,6 +21,9 @@ LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND gnu-lgpl-v3
DISTFILES= ${DEFAULT_DISTFILES}
EXTRACT_ONLY= ${DEFAULT_DISTFILES}
+# Relocations result in a linker error on AArch64, but not x86.
+MKPIE_SUPPORTED= no
+
NOT_FOR_PLATFORM= Interix-*-*
USE_LANGUAGES= c99 c++