diff -r 7f9bbf94b0bb -r a7782f2c0926 config/cc/gcc.in --- a/config/cc/gcc.in Wed Apr 30 10:43:41 2008 +0000 +++ b/config/cc/gcc.in Mon Jun 09 16:14:23 2008 +0000 @@ -104,6 +104,10 @@ # 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 @@ 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"