1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

Added KVM support to AARCH64-LIBC/2.24

This commit is contained in:
Bryan Roe
2021-01-19 11:43:42 -08:00
parent d6c331b425
commit 72e7013643
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -223,7 +223,7 @@ CC = $(PATH_AARCH64)bin/aarch64-linux-gcc
STRIP = $(PATH_AARCH64)bin/aarch64-linux-strip
CEXTRA = -D_FORTIFY_SOURCE=2 -D_NOILIBSTACKDEBUG -D_NOFSWATCHER -Wformat -Wformat-security -fno-strict-aliasing
INCDIRS += -I$(PATH_AARCH64)include
KVM = 0
KVM = 1
LMS = 0
endif