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.in49
1 files changed, 0 insertions, 49 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index bf9324f..7b9ab48 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -336,52 +336,3 @@ config CC_LANG_JAVA_USE_ECJ
default y
depends on CC_LANG_JAVA
depends on CC_GCC_4_3_or_later
-
-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.
-
-config CC_ENABLE_CXX_FLAGS
- string
- prompt "Flags to pass to --enable-cxx-flags"
- default ""
- help
- Enter here the value of the gcc's ./configure option --enable-cxx-flags.
- Leave empty if you don't know better.
-
- Note: just pass in the option _value_, that is only the part that goes
- after the '=' sign.
-
-config CC_CORE_EXTRA_CONFIG
- string
- prompt "Core gcc extra config"
- default ""
- help
- Extra flags to pass onto ./configure when configuring the core gcc.
-
- The core gcc is a stripped down, C-only compiler needed to build
- the C library. Kinda bootstrap gcc, if you wish.
-
-config CC_EXTRA_CONFIG
- string
- prompt "gcc extra config"
- default ""
- depends on ! BARE_METAL
- help
- Extra flags to pass onto ./configure when configuring gcc.