svn commit: r559289 - head/lang/gcc10

Gerald Pfeifer gerald at FreeBSD.org
Sat Dec 26 12:38:48 UTC 2020


Author: gerald
Date: Sat Dec 26 12:38:47 2020
New Revision: 559289
URL: https://svnweb.freebsd.org/changeset/ports/559289

Log:
  Back port part of r554055 | gerald | 2020-11-04 from lang/gcc10-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/gcc10/Makefile

Modified: head/lang/gcc10/Makefile
==============================================================================
--- head/lang/gcc10/Makefile	Sat Dec 26 12:31:06 2020	(r559288)
+++ head/lang/gcc10/Makefile	Sat Dec 26 12:38:47 2020	(r559289)
@@ -34,7 +34,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