-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbuild.config.aarch64
More file actions
39 lines (33 loc) · 881 Bytes
/
build.config.aarch64
File metadata and controls
39 lines (33 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#ARCH=arm64
#
#LLVM_IAS=1
#CROSS_COMPILE=aarch64-linux-gnu-
#CROSS_COMPILE_COMPAT=arm-linux-gnueabi-
#LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
#LINUX_GCC_CROSS_COMPILE_COMPAT_PREBUILTS_BIN=prebuilts/gas/linux-x86
#
#MAKE_GOALS="
#Image
#modules
#"
#
#FILES="
#arch/arm64/boot/Image
#vmlinux
#System.map
#"
#this config from amlgoic-5.4-dev
ARCH=arm64
#In kernel 5.4.124+, CLANG_TRIPLE is not used
#CROSS_COMPILE will set to --target (when 5.4.84 CROSS_TRIPLE set to --target)
#if --target set to aarch64-linux-androidkernel-, kernel can't boot(need further analysis)
#CLANG_TRIPLE=aarch64-linux-gnu-
CROSS_COMPILE=aarch64-linux-gnu-
#CROSS_COMPILE=aarch64-linux-androidkernel-
#LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin
FILES="
arch/arm64/boot/Image.gz
arch/arm64/boot/Image
vmlinux
System.map
"