From 541199de3a6dc195898b880b4ef2084c106b53ae Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Fri, 29 May 2015 21:40:49 +0100 Subject: config: Add config support for multiple compilers This change updates the config to support multiple compilers by moving CC_.* to CC_GCC_.* to make room for other compilers. We also update gen_in_frags.sh to check for a default cc. Signed-off-by: Ray Donnelly Reviewed-by: Yann Diorcet Reviewed-by: Bryan Hundven --- config/cc.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config/cc.in') diff --git a/config/cc.in b/config/cc.in index aca8380e..5603738f 100644 --- a/config/cc.in +++ b/config/cc.in @@ -4,6 +4,7 @@ menu "C compiler" config CC string + default "gcc" config CC_VERSION string @@ -134,6 +135,4 @@ config CC_LANG_OTHERS Eg. gcc-4.1+ has a toy programming language, treelang. As it is not useful in real life, it is not available in the selection above. -source "config.gen/cc.in.2" - endmenu -- cgit v1.2.3