mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 23:54:15 +00:00
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
|
# mold options
|
||
|
|
||
|
config LINKER_MOLD_has_cmake
|
||
|
def_bool $(success,which cmake)
|
||
|
|
||
|
comment "mold requires cmake"
|
||
|
depends on !LINKER_MOLD_has_cmake
|