Makefile: build for armv8.2-a

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-01-30 21:17:08 +09:00
parent b2ef461114
commit 2d5fb878f8

View file

@ -4,7 +4,7 @@ CFLAGS := -O2 -Wall -Wundef -Werror=strict-prototypes -fno-common -fno-PIE \
-Werror=implicit-function-declaration -Werror=implicit-int \
-Wsign-compare -Wunused-parameter \
-ffreestanding -fpic -ffunction-sections -fdata-sections \
-fno-stack-protector -mgeneral-regs-only -mstrict-align
-fno-stack-protector -mgeneral-regs-only -mstrict-align -march=armv8.2-a\
LDFLAGS := -T m1n1.ld -EL -maarch64elf --no-undefined -X -Bsymbolic \
-z notext --no-apply-dynamic-relocs --orphan-handling=warn --strip-debug \