diff --git a/Makefile b/Makefile index 064eb61..b688952 100644 --- a/Makefile +++ b/Makefile @@ -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