config/cc/gcc.in.2
changeset 2487 481cd34691f0
parent 2486 328816f6e606
child 2500 ba1e71fa72a9
     1.1 --- a/config/cc/gcc.in.2	Tue May 31 19:55:59 2011 +0200
     1.2 +++ b/config/cc/gcc.in.2	Tue May 31 20:12:35 2011 +0200
     1.3 @@ -1,25 +1,5 @@
     1.4  # gcc configuration options
     1.5  
     1.6 -config CC_PKGVERSION
     1.7 -    string
     1.8 -    prompt "gcc ID string"
     1.9 -    depends on CC_GCC_HAS_PKGVERSION_BUGURL
    1.10 -    default "crosstool-NG-${CT_VERSION}"
    1.11 -    help
    1.12 -      Specify a string that identifies your package. You may wish to include
    1.13 -      a build number or build date. This version string will be included in
    1.14 -      the output of gcc --version.
    1.15 -
    1.16 -      This is passed to the configure flag --with-pkgversion.
    1.17 -
    1.18 -config CC_BUGURL
    1.19 -    string
    1.20 -    prompt "gcc bug URL"
    1.21 -    depends on CC_GCC_HAS_PKGVERSION_BUGURL
    1.22 -    default ""
    1.23 -    help
    1.24 -      Specify the URL that users should visit if they wish to report a bug.
    1.25 -
    1.26  config CC_ENABLE_CXX_FLAGS
    1.27      string
    1.28      prompt "Flags to pass to --enable-cxx-flags"