aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-01-02 12:29:41 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-01-02 12:29:41 +0000
commitf30d52d36e96991c9b767b0d2708e743d6205153 (patch)
tree540c7579d6bb2b99e3fa8057fba5067dd2f48423 /lang
parent58083a596736902f0b7c0eaf4c9affda7d7edbb5 (diff)
downloadports-f30d52d36e96991c9b767b0d2708e743d6205153.tar.gz
ports-f30d52d36e96991c9b767b0d2708e743d6205153.zip
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.
Notes
Notes: svn path=/head/; revision=559932
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc9/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile
index 746387468997..1951896f273e 100644
--- a/lang/gcc9/Makefile
+++ b/lang/gcc9/Makefile
@@ -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}