mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
5a6f29c1d1
In backend mode, only enforce the arch and/or kernel selection if the upper-layer build system effectively forces the selection.
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
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/cc.in"
|
|
source "config/libc.in"
|
|
source "config/debug.in"
|
|
source "config/companion_libs.in"
|
|
source "config/companion_tools.in"
|