This commit is contained in:
Jarred Sumner
2024-07-11 16:59:14 -07:00
committed by GitHub
parent 8a3f882ef7
commit aa0f54cb93
6 changed files with 16 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ DOCKER_BUILDARCH = arm64
BREW_PREFIX_PATH = /opt/homebrew
DEFAULT_MIN_MACOS_VERSION = 11.0
MARCH_NATIVE = -mtune=$(CPU_TARGET)
ifeq ($(OS_NAME),linux)
MARCH_NATIVE = -mcpu=cortex-a35 -mtune=ampere1
endif
else
ARCH_NAME = x64
DOCKER_BUILDARCH = amd64