]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mold: dont allow on MacOS 18575/head
authorRobert Marko <robimarko@gmail.com>
Wed, 23 Apr 2025 12:18:48 +0000 (14:18 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 23 Apr 2025 20:01:06 +0000 (22:01 +0200)
commit3c65dc367827bc06bd45f7eb375c59192deb0a75
tree87ff37108b40522427d97f05770892febe6b8457
parent181909078ff14904c04f509e334afff16279293f
mold: dont allow on MacOS

Mold does not really work on MacOS, when attempting to use it for example
for ubus:
mold: get_self_path is not supportedcollect2: error: ld returned 1 exit status

Which was introduced by [1] so it seems that MacOS is not supported, so
lets make it non selectable when MacOS is the host.

[1] https://github.com/rui314/mold/commit/f9a37e9dd43681758bbc5647ba9e596ec4ea9f33

Link: https://github.com/openwrt/openwrt/pull/18575
Signed-off-by: Robert Marko <robimarko@gmail.com>
config/Config-build.in