Merge "Change the default multilib for host libraries to "both""
This commit is contained in:
commit
7c2bfaf329
2 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ ifndef my_module_multilib
|
||||||
ifeq ($(HOST_PREFER_32_BIT),true)
|
ifeq ($(HOST_PREFER_32_BIT),true)
|
||||||
my_module_multilib := 32
|
my_module_multilib := 32
|
||||||
else
|
else
|
||||||
# By default we only build host module for the first arch.
|
# libraries default to building for both architecturess
|
||||||
my_module_multilib := first
|
my_module_multilib := both
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -6,8 +6,8 @@ ifndef my_module_multilib
|
||||||
ifeq ($(HOST_PREFER_32_BIT),true)
|
ifeq ($(HOST_PREFER_32_BIT),true)
|
||||||
my_module_multilib := 32
|
my_module_multilib := 32
|
||||||
else
|
else
|
||||||
# By default we only build host module for the first arch.
|
# libraries default to building for both architecturess
|
||||||
my_module_multilib := first
|
my_module_multilib := both
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue