mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-15 05:52:25 +00:00
fix the mold check
This commit is contained in:
parent
89ce97a201
commit
f802896e03
2
debian/rules
vendored
2
debian/rules
vendored
@ -304,7 +304,7 @@ endif
|
|||||||
|
|
||||||
# Use mold as a linker. Faster than the other.
|
# Use mold as a linker. Faster than the other.
|
||||||
MOLD_DISABLE_DISTRO := bionic buster focal buster bullseye bookworm
|
MOLD_DISABLE_DISTRO := bionic buster focal buster bullseye bookworm
|
||||||
ifeq (,$(filter-out $(LIBC_DISABLE_DISTRO), $(DISTRO)))
|
ifeq (,$(filter-out $(MOLD_DISABLE_DISTRO), $(DISTRO)))
|
||||||
# mold is too old on this distro
|
# mold is too old on this distro
|
||||||
MOLD_ENABLE=no
|
MOLD_ENABLE=no
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user