summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-03-18 02:45:38 (GMT)
committerGitHub <noreply@github.com>2021-03-18 02:45:38 (GMT)
commit6729a76d0c8ecd5d3f347ec31cc1c093b8e20b8e (patch)
treee8cad2ef2ee4c950aa0de7e038e5382389e6595a /config/cc/gcc.in
parent572ebc6b7d97fa3c63995e32ad2a70103d171dfb (diff)
parent8b4373d4eeaff35ce6cd18faa87a3b90fbd2ea3f (diff)
Merge pull request #1471 from IKukhta/feature/manual_GCC_LIBSSP_option
Extend CC_GCC_LIBSSP with manual state
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 21e7db0..c3918e8 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -218,12 +218,18 @@ config CC_GCC_LIBGOMP
The default is 'N'. Say 'Y' if you need it, and report success/failure.
config CC_GCC_LIBSSP
- bool
+ tristate
prompt "Compile libssp"
help
libssp is the run-time Stack-Smashing Protection library.
- The default is 'N'. Say 'Y' if you need it, and report success/failure.
+ Option | SSP implementation | libssp built | Associated ./configure switch
+ ---------+---------------------+--------------+-------------------------------
+ Y | libssp (forced) | yes | --enable-libssp
+ M | libc (if available) | yes | (none, ./configure decides)
+ N | libc (forced) | no | --disable-libssp
+
+ The default is 'N'. Say 'Y' or 'M' if you need it, and report success/failure.
config CC_GCC_LIBQUADMATH
bool