mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
source config/backend.in
|
|
if ! BACKEND_ERROR
|
|
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
|
|
endif # ! BACKEND_ERROR
|