Disable AFFINITY for arm64 hosts in cross-builds from x86_64
This commit is contained in:
parent
9283c7c0b5
commit
5dfc32d1b5
|
@ -1463,6 +1463,9 @@ ifneq ($(ARCH), x86)
|
|||
NO_AFFINITY = 1
|
||||
endif
|
||||
endif
|
||||
ifdef ARMV8
|
||||
NO_AFFINITY = 1
|
||||
endif
|
||||
|
||||
ifdef NO_AFFINITY
|
||||
ifeq ($(NO_AFFINITY), 0)
|
||||
|
|
Loading…
Reference in New Issue