config/cc/gcc.in
changeset 2415 ae9899116f19
parent 2406 95e0c248d257
child 2416 e4044a447612
     1.1 --- a/config/cc/gcc.in	Sat Apr 16 22:01:35 2011 +0200
     1.2 +++ b/config/cc/gcc.in	Wed Apr 27 22:41:17 2011 +0200
     1.3 @@ -336,52 +336,3 @@
     1.4      default y
     1.5      depends on CC_LANG_JAVA
     1.6      depends on CC_GCC_4_3_or_later
     1.7 -
     1.8 -config CC_PKGVERSION
     1.9 -    string
    1.10 -    prompt "gcc ID string"
    1.11 -    depends on CC_GCC_4_3_or_later
    1.12 -    default "crosstool-NG-${CT_VERSION}"
    1.13 -    help
    1.14 -      Specify a string that identifies your package. You may wish to include
    1.15 -      a build number or build date. This version string will be included in
    1.16 -      the output of gcc --version.
    1.17 -
    1.18 -      This is passed to the configure flag --with-pkgversion.
    1.19 -
    1.20 -config CC_BUGURL
    1.21 -    string
    1.22 -    prompt "gcc bug URL"
    1.23 -    depends on CC_GCC_4_3_or_later
    1.24 -    default ""
    1.25 -    help
    1.26 -      Specify the URL that users should visit if they wish to report a bug.
    1.27 -
    1.28 -config CC_ENABLE_CXX_FLAGS
    1.29 -    string
    1.30 -    prompt "Flags to pass to --enable-cxx-flags"
    1.31 -    default ""
    1.32 -    help
    1.33 -      Enter here the value of the gcc's ./configure option --enable-cxx-flags.
    1.34 -      Leave empty if you don't know better.
    1.35 -      
    1.36 -      Note: just pass in the option _value_, that is only the part that goes
    1.37 -      after the '=' sign.
    1.38 -
    1.39 -config CC_CORE_EXTRA_CONFIG
    1.40 -    string
    1.41 -    prompt "Core gcc extra config"
    1.42 -    default ""
    1.43 -    help
    1.44 -      Extra flags to pass onto ./configure when configuring the core gcc.
    1.45 -      
    1.46 -      The core gcc is a stripped down, C-only compiler needed to build
    1.47 -      the C library. Kinda bootstrap gcc, if you wish.
    1.48 -
    1.49 -config CC_EXTRA_CONFIG
    1.50 -    string
    1.51 -    prompt "gcc extra config"
    1.52 -    default ""
    1.53 -    depends on ! BARE_METAL
    1.54 -    help
    1.55 -      Extra flags to pass onto ./configure when configuring gcc.