config/cc/gcc.in
changeset 545 a7782f2c0926
parent 466 7f9bbf94b0bb
child 549 3c4c45be945a
     1.1 --- a/config/cc/gcc.in	Wed Apr 30 10:43:41 2008 +0000
     1.2 +++ b/config/cc/gcc.in	Mon Jun 09 16:14:23 2008 +0000
     1.3 @@ -104,6 +104,10 @@
     1.4  # CT_INSERT_VERSION_STRING_ABOVE
     1.5  # Don't remove above line!
     1.6  
     1.7 +config CC_GCC_4_3_or_later
     1.8 +    bool
     1.9 +    default n
    1.10 +
    1.11  config CC_CXA_ATEXIT
    1.12      bool
    1.13      prompt "__cxa_atexit"
    1.14 @@ -129,6 +133,26 @@
    1.15      help
    1.16        Extra flags to pass onto ./configure when configuring gcc.
    1.17  
    1.18 +config CC_PKGVERSION
    1.19 +    string
    1.20 +    prompt "gcc ID string"
    1.21 +    depends on CC_GCC_4_3_or_later
    1.22 +    default "crosstool-NG-${CT_VERSION}"
    1.23 +    help
    1.24 +      Specify a string that identifies your package. You may wish to include
    1.25 +      a build number or build date. This version string will be included in
    1.26 +      the output of gcc --version.
    1.27 +
    1.28 +      This is passed to the configure flag --with-pkgversion.
    1.29 +
    1.30 +config CC_BUGURL
    1.31 +    string
    1.32 +    prompt "gcc bug URL"
    1.33 +    depends on CC_GCC_4_3_or_later
    1.34 +    default ""
    1.35 +    help
    1.36 +      Specify the URL that users should visit if they wish to report a bug.
    1.37 +
    1.38  menuconfig CC_GCC_GMP_MPFR
    1.39      bool
    1.40      prompt "GMP and MPFR"