diff -r 3b08a7927e55 -r d1a8c2ae7946 config/cc/gcc.in.2 --- a/config/cc/gcc.in.2 Wed May 18 23:42:57 2011 +0200 +++ b/config/cc/gcc.in.2 Tue May 31 16:27:39 2011 +0200 @@ -129,7 +129,6 @@ 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_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_LIBSSP bool prompt "Compile libssp" - default n help libssp is the run-time Stack-Smashing Protection library. @@ -177,7 +174,6 @@ 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.