aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/hosts/default.mk
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-11-18 13:21:08 -0600
committerluigi1111 <luigi1111w@gmail.com>2019-11-18 13:21:08 -0600
commitac0e6f7ecde492099b4d1ccd7e2cc81d4f8f3d6b (patch)
treef19e297c67fcc76e35c6519ba1d5a9ce084b836e /contrib/depends/hosts/default.mk
parentMerge pull request #6135 (diff)
parent"Fix" non-determinism in native_cctools build (diff)
downloadmonero-ac0e6f7ecde492099b4d1ccd7e2cc81d4f8f3d6b.tar.xz
Merge pull request #6118
gitian: add FreeBSD support (75c5a04, 607c01a, cca6e5c, 35b5e91, 024a1c7, b14d9ab, 5eea312, 9cbba5a, 2e435df, abeed9a) (hyc)
Diffstat (limited to 'contrib/depends/hosts/default.mk')
-rw-r--r--contrib/depends/hosts/default.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/hosts/default.mk b/contrib/depends/hosts/default.mk
index 6f60d6b3f..2e7f9fa23 100644
--- a/contrib/depends/hosts/default.mk
+++ b/contrib/depends/hosts/default.mk
@@ -23,4 +23,4 @@ host_$(release_type)_$1 = $$($(host_arch)_$(host_os)_$(release_type)_$1)
endef
$(foreach tool,CC CXX AR RANLIB STRIP NM LIBTOOL OTOOL INSTALL_NAME_TOOL,$(eval $(call add_host_tool_func,$(tool))))
-$(foreach flags,CFLAGS CXXFLAGS CPPFLAGS LDFLAGS, $(eval $(call add_host_flags_func,$(flags))))
+$(foreach flags,CFLAGS CXXFLAGS ARFLAGS CPPFLAGS LDFLAGS, $(eval $(call add_host_flags_func,$(flags))))