Revert "Don't set mtune"

This reverts commit ef1c660708.
This commit is contained in:
Jarred Sumner
2024-07-11 18:58:24 -07:00
parent ef1c660708
commit c6a2ab5165
3 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ 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
MARCH_NATIVE = -mcpu=cortex-a35 -mtune=ampere1
endif
else
ARCH_NAME = x64