Bug 1806040 - Preserve host ldflags from configure when building clang-plugin. r=firefox-build-system-reviewers,ahochheiden

Differential Revision: https://phabricator.services.mozilla.com/D165247
This commit is contained in:
Mike Hommey 2022-12-28 21:01:59 +00:00
parent f5d75f8abe
commit 7e97be654f

View File

@ -4,7 +4,7 @@
include $(topsrcdir)/config/config.mk
HOST_LDFLAGS := $(LLVM_LDFLAGS) $(CLANG_LDFLAGS)
HOST_LDFLAGS += $(LLVM_LDFLAGS) $(CLANG_LDFLAGS)
ifeq ($(HOST_OS_ARCH),WINNT)
# clang-plugin.dll needs to be deterministic for sccache hashes