pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/gcc10-aux
Module Name: pkgsrc
Committed By: wiz
Date: Thu Sep 22 11:35:27 UTC 2022
Modified Files:
pkgsrc/lang/gcc10-aux: Makefile
Log Message:
gcc10-aux: disable stack check
gcc6-aux does not support some of the flags.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/gcc10-aux/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/gcc10-aux/Makefile
diff -u pkgsrc/lang/gcc10-aux/Makefile:1.4 pkgsrc/lang/gcc10-aux/Makefile:1.5
--- pkgsrc/lang/gcc10-aux/Makefile:1.4 Tue Jun 28 11:34:10 2022
+++ pkgsrc/lang/gcc10-aux/Makefile Thu Sep 22 11:35:27 2022
@@ -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 @@ BUILD_DEPENDS+= gcc6-aux-[0-9]*:../../l
# 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