config/cc/gcc.in.2
changeset 2484 d1a8c2ae7946
parent 2469 3b08a7927e55
child 2486 328816f6e606
     1.1 --- a/config/cc/gcc.in.2	Wed May 18 23:42:57 2011 +0200
     1.2 +++ b/config/cc/gcc.in.2	Tue May 31 16:27:39 2011 +0200
     1.3 @@ -129,7 +129,6 @@
     1.4  config CC_GCC_LIBMUDFLAP
     1.5      bool
     1.6      prompt "Compile libmudflap"
     1.7 -    default n
     1.8      help
     1.9        libmudflap is a pointer-use checking tool, which can detect
    1.10        various mis-usages of pointers in C and (to some extents) C++.
    1.11 @@ -143,7 +142,6 @@
    1.12  config CC_GCC_LIBGOMP
    1.13      bool
    1.14      prompt "Compile libgomp"
    1.15 -    default n
    1.16      help
    1.17        libgomp is "the GNU implementation of the OpenMP Application Programming
    1.18        Interface (API) for multi-platform shared-memory parallel programming in
    1.19 @@ -155,7 +153,6 @@
    1.20  config CC_GCC_LIBSSP
    1.21      bool
    1.22      prompt "Compile libssp"
    1.23 -    default n
    1.24      help
    1.25        libssp is the run-time Stack-Smashing Protection library.
    1.26        
    1.27 @@ -177,7 +174,6 @@
    1.28  config CC_GCC_DISABLE_PCH
    1.29      bool
    1.30      prompt "Do not build PCH"
    1.31 -    default n
    1.32      help
    1.33        Say 'y' here to not use Pre-Compiled Headers in the resulting toolchain.
    1.34        at the expense of speed when compiling C++ code.