svn commit: r559432 - head/lang/gcc8

Gerald Pfeifer gerald at FreeBSD.org
Sun Dec 27 22:13:57 UTC 2020


Author: gerald
Date: Sun Dec 27 22:13:56 2020
New Revision: 559432
URL: https://svnweb.freebsd.org/changeset/ports/559432

Log:
  Back port part of r554351 | gerald | 2020-11-07 from lang/gcc8-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/gcc8/Makefile

Modified: head/lang/gcc8/Makefile
==============================================================================
--- head/lang/gcc8/Makefile	Sun Dec 27 22:07:53 2020	(r559431)
+++ head/lang/gcc8/Makefile	Sun Dec 27 22:13:56 2020	(r559432)
@@ -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