Fix the arm64 MACHINE_CPUARCH value in the efi fdt glue code.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c93a8403be
commit
30dd368aa7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281525
@ -10,7 +10,7 @@ INTERNALLIB=
|
||||
SRCS= efi_fdt.c
|
||||
|
||||
CFLAGS+= -ffreestanding -msoft-float
|
||||
.if ${MACHINE_CPUARCH} == "arm64"
|
||||
.if ${MACHINE_CPUARCH} == "aarch64"
|
||||
CFLAGS+= -mgeneral-regs-only
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user