chore: initial commit (extracted from Launchers monorepo)
Plugin: ns7zip v2.0.0 Architectures: x86-ansi, x86-unicode, amd64-unicode License: LGPL-2.1-or-later
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
PLATFORM=arm64
|
||||
O=b/g_$(PLATFORM)
|
||||
IS_X64=
|
||||
IS_X86=
|
||||
IS_ARM64=1
|
||||
CROSS_COMPILE=
|
||||
MY_ARCH=-mtune=cortex-a53
|
||||
USE_ASM=1
|
||||
CC=$(CROSS_COMPILE)gcc
|
||||
CXX=$(CROSS_COMPILE)g++
|
||||
|
||||
# -march=armv8-a+crc+crypto
|
||||
Reference in New Issue
Block a user