config/cc/gcc.in.2
changeset 2486 328816f6e606
parent 2484 d1a8c2ae7946
child 2487 481cd34691f0
     1.1 --- a/config/cc/gcc.in.2	Tue May 31 16:27:39 2011 +0200
     1.2 +++ b/config/cc/gcc.in.2	Tue May 31 19:55:59 2011 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4  config CC_PKGVERSION
     1.5      string
     1.6      prompt "gcc ID string"
     1.7 -    depends on CC_GCC_4_3_or_later
     1.8 +    depends on CC_GCC_HAS_PKGVERSION_BUGURL
     1.9      default "crosstool-NG-${CT_VERSION}"
    1.10      help
    1.11        Specify a string that identifies your package. You may wish to include
    1.12 @@ -15,7 +15,7 @@
    1.13  config CC_BUGURL
    1.14      string
    1.15      prompt "gcc bug URL"
    1.16 -    depends on CC_GCC_4_3_or_later
    1.17 +    depends on CC_GCC_HAS_PKGVERSION_BUGURL
    1.18      default ""
    1.19      help
    1.20        Specify the URL that users should visit if they wish to report a bug.