summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-11-24 15:56:24 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-11-24 20:13:59 +0300
commit59daf82dca63ee25394dab310d12e8c3262f0d13 (patch)
tree27f018bddbdef565c3e8ccac204f48e3096f32ea
parent490fcdaaf2b1f27aa328120bb7bb842101083cce (diff)
downloadgcc-9-59daf82dca63ee25394dab310d12e8c3262f0d13.tar.gz
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).
-rw-r--r--debian/rules.defs1
1 files changed, 1 insertions, 0 deletions
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