svn commit: r559932 - head/lang/gcc9

Gerald Pfeifer gerald at FreeBSD.org
Sat Jan 2 12:29:41 UTC 2021


Author: gerald
Date: Sat Jan  2 12:29:41 2021
New Revision: 559932
URL: https://svnweb.freebsd.org/changeset/ports/559932

Log:
  Back port part of r554445 | gerald | 2020-11-08 from lang/gcc9-devel:
  
    Also remove SSP_UNSAFE which was added by r327697 in 2013 to the
    pre-pre-...-predecessor of this port and does not appear necessary
    any longer.

Modified:
  head/lang/gcc9/Makefile

Modified: head/lang/gcc9/Makefile
==============================================================================
--- head/lang/gcc9/Makefile	Sat Jan  2 12:28:34 2021	(r559931)
+++ head/lang/gcc9/Makefile	Sat Jan  2 12:29:41 2021	(r559932)
@@ -35,7 +35,6 @@ CPE_VENDOR=	gnu
 
 GCC_VERSION=	${PORTVERSION}
 SUFFIX=		${PORTVERSION:C/([0-9]+).*/\1/}
-SSP_UNSAFE=	yes
 CFLAGS:=	${CFLAGS:N-mretpoline}
 CXXFLAGS:=	${CXXFLAGS:N-mretpoline}
 


More information about the svn-ports-all mailing list