mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
u-boot-tools: use architecture independent build config
ref: - https://u-boot.readthedocs.io/en/latest/build/tools.html
This commit is contained in:
parent
209e8d9929
commit
06660af5c3
@ -6,7 +6,7 @@ PKG_VERSION="$(get_pkg_version u-boot)"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://www.denx.de/wiki/U-Boot"
|
||||
PKG_URL=""
|
||||
PKG_DEPENDS_HOST="ccache:host bison:host flex:host openssl:host pkg-config:host"
|
||||
PKG_DEPENDS_HOST="ccache:host bison:host flex:host gnutls:host openssl:host pkg-config:host"
|
||||
PKG_LONGDESC="Das U-Boot is a cross-platform bootloader for embedded systems."
|
||||
PKG_DEPENDS_UNPACK+=" u-boot"
|
||||
|
||||
@ -16,7 +16,7 @@ unpack() {
|
||||
}
|
||||
|
||||
make_host() {
|
||||
make qemu-x86_64_defconfig HOSTCC="${HOST_CC}" HOSTCFLAGS="-I${TOOLCHAIN}/include" HOSTLDFLAGS="${HOST_LDFLAGS}"
|
||||
make tools-only_defconfig HOSTCC="${HOST_CC}" HOSTCFLAGS="-I${TOOLCHAIN}/include" HOSTLDFLAGS="${HOST_LDFLAGS}"
|
||||
make tools-only HOSTCC="${HOST_CC}" HOSTCFLAGS="-I${TOOLCHAIN}/include" HOSTLDFLAGS="${HOST_LDFLAGS}"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user