mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-30 00:07:59 +00:00
Fixed compilation issues on aarch64
This commit is contained in:
parent
9c3c07116c
commit
7477c55ccd
2
Makefile
2
Makefile
@ -78,7 +78,7 @@ LDFLAGS += -TArchitecture/i686/linker.ld \
|
|||||||
|
|
||||||
else ifeq ($(OSARCH), aarch64)
|
else ifeq ($(OSARCH), aarch64)
|
||||||
|
|
||||||
CFLAGS += -pipe -fno-builtin -fPIC -mgeneral-regs-only
|
CFLAGS += -pipe -fno-builtin -fPIC
|
||||||
CFLAG_STACK_PROTECTOR := -fstack-protector-all
|
CFLAG_STACK_PROTECTOR := -fstack-protector-all
|
||||||
LDFLAGS += -TArchitecture/aarch64/linker.ld -fPIC
|
LDFLAGS += -TArchitecture/aarch64/linker.ld -fPIC
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user