diff options
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r-- | config/cc/gcc.in.2 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 481c5700..e774b95d 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -129,7 +129,6 @@ config CC_GCC_ENABLE_TARGET_OPTSPACE config CC_GCC_LIBMUDFLAP bool prompt "Compile libmudflap" - default n help libmudflap is a pointer-use checking tool, which can detect various mis-usages of pointers in C and (to some extents) C++. @@ -143,7 +142,6 @@ config CC_GCC_LIBMUDFLAP config CC_GCC_LIBGOMP bool prompt "Compile libgomp" - default n help libgomp is "the GNU implementation of the OpenMP Application Programming Interface (API) for multi-platform shared-memory parallel programming in @@ -155,7 +153,6 @@ config CC_GCC_LIBGOMP config CC_GCC_LIBSSP bool prompt "Compile libssp" - default n help libssp is the run-time Stack-Smashing Protection library. @@ -177,7 +174,6 @@ config CC_CXA_ATEXIT config CC_GCC_DISABLE_PCH bool prompt "Do not build PCH" - default n help Say 'y' here to not use Pre-Compiled Headers in the resulting toolchain. at the expense of speed when compiling C++ code. |