summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in.2
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r--config/cc/gcc.in.24
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index e774b95..770763d 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -3,7 +3,7 @@
config CC_PKGVERSION
string
prompt "gcc ID string"
- depends on CC_GCC_4_3_or_later
+ depends on CC_GCC_HAS_PKGVERSION_BUGURL
default "crosstool-NG-${CT_VERSION}"
help
Specify a string that identifies your package. You may wish to include
@@ -15,7 +15,7 @@ config CC_PKGVERSION
config CC_BUGURL
string
prompt "gcc bug URL"
- depends on CC_GCC_4_3_or_later
+ depends on CC_GCC_HAS_PKGVERSION_BUGURL
default ""
help
Specify the URL that users should visit if they wish to report a bug.