aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc8
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2020-12-27 22:13:56 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2020-12-27 22:13:56 +0000
commit7fd74e4a5e61cebd988da1d7e2d9c9606798b971 (patch)
treea1f408a2069f71a6d1cbae63cc158357c26b7693 /lang/gcc8
parent7f0af7092f19bb67c15853528ed0b941ffcfcf88 (diff)
downloadports-7fd74e4a5e61cebd988da1d7e2d9c9606798b971.tar.gz
ports-7fd74e4a5e61cebd988da1d7e2d9c9606798b971.zip
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.
Notes
Notes: svn path=/head/; revision=559432
Diffstat (limited to 'lang/gcc8')
-rw-r--r--lang/gcc8/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile
index ec9237aeeabb..7746185da8cc 100644
--- a/lang/gcc8/Makefile
+++ b/lang/gcc8/Makefile
@@ -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}