From 59daf82dca63ee25394dab310d12e8c3262f0d13 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 24 Nov 2019 15:56:24 +0300 Subject: Disable SSP by default Here is the problem: 1. illumos libc does not support SSP yet. 2. If SSP is enabled by default, libssp library is not added to the linker command line. 3. Even if libssp were added, it is not available yet when building some parts of GCC (for example libgomp). --- debian/rules.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules.defs b/debian/rules.defs index f033d55..0bd921d 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -1276,6 +1276,7 @@ ifeq ($(with_ssp),yes) endif endif endif +with_ssp_default := no # gomp -------------------- with_gomp := yes -- cgit v1.2.3