config/cc/gcc.in
changeset 2523 b1bf9ca6db1a
parent 2521 9cfca603f892
child 2572 5711f9422329
     1.1 --- a/config/cc/gcc.in	Mon Jun 27 13:52:15 2011 +0200
     1.2 +++ b/config/cc/gcc.in	Mon Jun 27 18:04:50 2011 +0200
     1.3 @@ -277,6 +277,11 @@
     1.4  config CC_GCC_HAS_BUILD_ID
     1.5      bool
     1.6  
     1.7 +# For the upcoming 4.7 ?
     1.8 +# None have linker-hash-style support for now...
     1.9 +config CC_GCC_HAS_LNK_HASH_STYLE
    1.10 +    bool
    1.11 +
    1.12  # Only enable gcc's support for plugins if binutils has it as well
    1.13  # They are usefull only when doing LTO, but it does no harm enabling
    1.14  # them even without LTO.