mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
dd60b1fa9d
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" <yann.morin.1998@free.fr>
14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
source "config/configure.in"
|
|
source "config/backend.in"
|
|
source "config/global.in"
|
|
source "config/target.in"
|
|
source "config/toolchain.in"
|
|
source "config/kernel.in"
|
|
source "config/binutils.in"
|
|
source "config/libc.in"
|
|
source "config/cc.in"
|
|
source "config/debug.in"
|
|
source "config/companion_libs.in"
|
|
source "config/companion_tools.in"
|
|
source "config/test_suite.in"
|