summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolchain/gcc/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 0835b5c8a..506287a3f 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -29,12 +29,6 @@ choice
endchoice
-config PACKAGE_LIBGCC
- tristate
- prompt "libgcc package" if TOOLCHAINOPTS
- default y if GCC_VERSION_4_0_2 || GCC_VERSION_4_0_3 || GCC_VERSION_4_1_0
- default m
-
config GCC_VERSION
string
prompt "GCC compiler Version" if (TOOLCHAINOPTS && NULL)