+config SSP_SUPPORT
+ bool
+ prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
+ default n
+ help
+ Enable Stack-Smashing Protection support
+
+config TLS_SUPPORT
+ bool
+ prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
+ default n
+ help
+ Enable Thread-local storage support
+
+config SJLJ_EXCEPTIONS
+ bool
+ prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS
+ default n
+ help
+ Use old setjump()/longjump() exceptions instead of the newer
+ frame unwinding exceptions handling routines. Warning: increases
+ code size and runtime memory usage.
+