pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gcc10-aux gcc10-aux: disable stack check
details: https://anonhg.NetBSD.org/pkgsrc/rev/e016c77ebd2c
branches: trunk
changeset: 385644:e016c77ebd2c
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 22 11:35:27 2022 +0000
description:
gcc10-aux: disable stack check
gcc6-aux does not support some of the flags.
diffstat:
lang/gcc10-aux/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 8ca4cfb035e6 -r e016c77ebd2c lang/gcc10-aux/Makefile
--- a/lang/gcc10-aux/Makefile Thu Sep 22 10:11:19 2022 +0000
+++ b/lang/gcc10-aux/Makefile Thu Sep 22 11:35:27 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/06/28 11:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/09/22 11:35:27 wiz Exp $
GCC_PKGNAME= gcc10-aux
PKGREVISION= 1
@@ -24,6 +24,9 @@
# Relocations result in a linker error on AArch64, but not x86.
MKPIE_SUPPORTED= no
+# gcc6-aux does not support -fstack-clash-protection
+PKGSRC_USE_STACK_CHECK= no
+
CHECK_RELRO_SKIP+= ${GCC_PKGNAME}/lib/*
NOT_FOR_PLATFORM= Interix-*-*
Home |
Main Index |
Thread Index |
Old Index