pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/compiler



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Aug  4 08:53:33 UTC 2017

Modified Files:
        pkgsrc/mk/compiler: gcc.mk

Log Message:
Remove obsolete and unused SunOS fortify section.


To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 pkgsrc/mk/compiler/gcc.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/compiler/gcc.mk
diff -u pkgsrc/mk/compiler/gcc.mk:1.181 pkgsrc/mk/compiler/gcc.mk:1.182
--- pkgsrc/mk/compiler/gcc.mk:1.181     Tue Jul 18 18:27:31 2017
+++ pkgsrc/mk/compiler/gcc.mk   Fri Aug  4 08:53:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: gcc.mk,v 1.181 2017/07/18 18:27:31 brook Exp $
+# $NetBSD: gcc.mk,v 1.182 2017/08/04 08:53:33 jperkin Exp $
 #
 # This is the compiler definition for the GNU Compiler Collection.
 #
@@ -339,10 +339,6 @@ _MKPIE_CFLAGS.gcc= -fPIC
 #_MKPIE_LDFLAGS.gcc=   -pie
 .endif
 
-.if ${OPSYS} == "SunOS"
-_FORTIFY_CFLAGS.gcc=   -D_FORTIFY_SOURCE=2
-.endif
-
 .if ${_PKGSRC_MKPIE} == "yes"
 _GCC_CFLAGS+=          ${_MKPIE_CFLAGS.gcc}
 _GCC_LDFLAGS+=         ${_MKPIE_LDFLAGS.gcc}



Home | Main Index | Thread Index | Old Index