From 35fe8a047d4a0d14c74708434e2e4ba2d845681d Mon Sep 17 00:00:00 2001 From: "Benoît THÉBAUDEAU\"" Date: Tue, 31 May 2011 20:12:35 +0200 Subject: gcc: promote PKGVERSION and BUGURL options to toolchain level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch promotes the PKGVERSION and BUGURL options to toolchain level so that all toolchain components supporting them can benefit from them. These options are passed to configure through --with-pkgversion and --with-bugurl. They are supported by binutils 2.18+, gcc 4.3+, eglibc 2.9+ and gdb 7.0+. Signed-off-by: "Benoît THÉBAUDEAU" --- config/cc/gcc.in.2 | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'config/cc') diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index 770763de..bf333738 100644 --- a/config/cc/gcc.in.2 +++ b/config/cc/gcc.in.2 @@ -1,25 +1,5 @@ # gcc configuration options -config CC_PKGVERSION - string - prompt "gcc ID string" - 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 - 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_HAS_PKGVERSION_BUGURL - default "" - help - Specify the URL that users should visit if they wish to report a bug. - config CC_ENABLE_CXX_FLAGS string prompt "Flags to pass to --enable-cxx-flags" -- cgit v1.2.3