config/cc/gcc.in
changeset 2009 7e19c1de65cd
parent 1972 7939e7e0573d
child 2014 cd9322b076d7
     1.1 --- a/config/cc/gcc.in	Mon May 24 16:34:55 2010 +0200
     1.2 +++ b/config/cc/gcc.in	Sat Jul 03 01:15:28 2010 +0200
     1.3 @@ -268,6 +268,18 @@
     1.4  
     1.5        This will compile crossgcc's libs with -Os.
     1.6  
     1.7 +config CC_GCC_DISABLE_PCH
     1.8 +    bool
     1.9 +    prompt "Do not build PCH"
    1.10 +    default n
    1.11 +    help
    1.12 +      Say 'y' here to not use Pre-Compiled Headers in the resulting toolchain.
    1.13 +      at the expense of speed when compiling C++ code.
    1.14 +      
    1.15 +      For some configurations (most notably canadian?), PCH are broken, and
    1.16 +      need to be disabled.  Please see:
    1.17 +        http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40974
    1.18 +
    1.19  config CC_PKGVERSION
    1.20      string
    1.21      prompt "gcc ID string"