Fixed compilation issues on aarch64

This commit is contained in:
Alex 2022-10-21 03:59:39 +03:00
parent 9c3c07116c
commit 7477c55ccd
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -78,7 +78,7 @@ LDFLAGS += -TArchitecture/i686/linker.ld \
else ifeq ($(OSARCH), aarch64)
CFLAGS += -pipe -fno-builtin -fPIC -mgeneral-regs-only
CFLAGS += -pipe -fno-builtin -fPIC
CFLAG_STACK_PROTECTOR := -fstack-protector-all
LDFLAGS += -TArchitecture/aarch64/linker.ld -fPIC