From 5ae048e78b04cd25abb4adce1b53fbaf4ad18add Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 13 Oct 2008 16:58:52 +0000 Subject: Generate the choice menu for C compilers, the same way arch, kernels and C libraries are generated. /trunk/kconfig/kconfig.mk | 6 6 0 0 ++++++ /trunk/config/cc/gcc.in | 13 13 0 0 +++++++++++++ /trunk/config/cc.in | 31 3 28 0 +++---------------------------- 3 files changed, 22 insertions(+), 28 deletions(-) --- config/cc/gcc.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config/cc') diff --git a/config/cc/gcc.in b/config/cc/gcc.in index e280ad16..ededcae6 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -1,5 +1,18 @@ # Compiler options +config CC_gcc + select CC_SUPPORT_CXX + select CC_SUPPORT_FORTRAN + select CC_SUPPORT_JAVA + select CC_SUPPORT_ADA + select CC_SUPPORT_OBJC + select CC_SUPPORT_OBJCXX + help + gcc is the full-blown GNU compiler. This is what most people will choose. + + gcc supports many languages, a powerful code parser, optimised binary + output, and lots of other features. + choice bool prompt "gcc version" -- cgit v1.2.3