aboutsummaryrefslogtreecommitdiff
path: root/build.config.x86_64
blob: 21b72bedb8a174ff7a7a357a4f012e60d316e3b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
. ${ROOT_DIR}/u-boot/build.config.common

ARCH=x86_64
CLANG_TRIPLE=x86_64-linux-gnu-
CROSS_COMPILE=llvm-
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin
# TODO(b/164420327): ld.lld builds, but does not boot
LD=ld.bfd

SWIG_LIB=${ROOT_DIR}/prebuilts/kernel-build-tools/linux-x86/share/swig

MAKE_GOALS="
"

FILES="u-boot
u-boot.rom
System.map
"