summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-27 20:41:17 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-04-27 20:41:17 (GMT)
commitc1a758793d920d552f54ebe3d54cbe70fbae4ff6 (patch)
tree92c8cad418e8f564610661a766a53e75d45d364e /config/cc/gcc.in
parent21ed457efffbc850a2274acb78f1f81709bb6cf4 (diff)
cc/gcc: suffle options around
Move options around so it feels more organised. Add comments to separate groups of related options. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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.