mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
f9ab04b63a
Allows building the #mold linker, which can then be used in the cross-toolchain by passing the -fuse-ld=mold to the gcc flags. It is much faster than ld or gold. This requires a C++20 compiler and cmake. Initially implemented by Arnaud, and HC added configure check for cmake. Outstanding task to validate compiler is C++20 compatible. Signed-off-by: Arnaud Vrac <avrac@freebox.fr> Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
16 lines
434 B
Plaintext
16 lines
434 B
Plaintext
mainmenu "crosstool-NG $(CT_VERSION) Configuration"
|
|
source "config/config_utils.in"
|
|
source "config/configure.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/linker.in"
|
|
source "config/debug.in"
|
|
source "config/comp_libs.in"
|
|
source "config/comp_tools.in"
|
|
source "config/test_suite.in"
|