mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 16:30:17 +00:00
m1n1.asm: Upgrade to armv8.4-a
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
0cd85eb14b
commit
ec3fcfc562
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class BaseAsm(object):
|
|||
|
||||
class ARMAsm(BaseAsm):
|
||||
ARCH = os.path.join(os.environ.get("ARCH", "aarch64-linux-gnu-"))
|
||||
CFLAGS = "-pipe -Wall -march=armv8.2-a"
|
||||
CFLAGS = "-pipe -Wall -march=armv8.4-a"
|
||||
LDFLAGS = "-maarch64elf"
|
||||
HEADER = """
|
||||
.text
|
||||
|
|
Loading…
Reference in a new issue