From dd60b1fa9dbb917938fc8c21934ce036cfa78fe5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 11 May 2014 13:38:12 +0200 Subject: config: switch cc with libc in the config order Some of the compiler options depend on the C library choice, (e.g. whether core passes are needed). Since the compiler menu comes before the C library menu, those options may or may not be visible until the C library is chosen, leading to either options being visible by the user (thus be puzzling as they would not apply to his case), or invisible to him (yet again puzzling him). Invert the order of the compiler and the C library in the menuconfig. It anyway looks more rational, in the end. Signed-off-by: "Yann E. MORIN" diff --git a/config/config.in b/config/config.in index 8a88fef..885f722 100644 --- a/config/config.in +++ b/config/config.in @@ -5,8 +5,8 @@ source "config/target.in" source "config/toolchain.in" source "config/kernel.in" source "config/binutils.in" -source "config/cc.in" source "config/libc.in" +source "config/cc.in" source "config/debug.in" source "config/companion_libs.in" source "config/companion_tools.in" -- cgit v0.10.2-6-g49f6