summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 84d0abf..9d60d18 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -104,6 +104,10 @@ config CC_VERSION
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
+config CC_GCC_4_3_or_later
+ bool
+ default n
+
config CC_CXA_ATEXIT
bool
prompt "__cxa_atexit"
@@ -129,6 +133,26 @@ config CC_EXTRA_CONFIG
help
Extra flags to pass onto ./configure when configuring gcc.
+config CC_PKGVERSION
+ string
+ prompt "gcc ID string"
+ depends on CC_GCC_4_3_or_later
+ default "crosstool-NG-${CT_VERSION}"
+ help
+ Specify a string that identifies your package. You may wish to include
+ a build number or build date. This version string will be included in
+ the output of gcc --version.
+
+ This is passed to the configure flag --with-pkgversion.
+
+config CC_BUGURL
+ string
+ prompt "gcc bug URL"
+ depends on CC_GCC_4_3_or_later
+ default ""
+ help
+ Specify the URL that users should visit if they wish to report a bug.
+
menuconfig CC_GCC_GMP_MPFR
bool
prompt "GMP and MPFR"