mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
sunxi-tools: bring in gcc-arm-linux-gnueabi hostdep required for building sunxi's boot stages
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Most sunxi stuff, even if 64-bit, requires 32-bit compiler, add it.
|
||||
# This is only used for non-Docker, since the Docker image already has it, since it includes compilers for all architectures.
|
||||
function add_host_dependencies__sunxi_add_32_bit_c_compiler() {
|
||||
display_alert "Adding armhf C compiler to host dependencies" "for sunxi bootloader compile" "debug"
|
||||
declare -g EXTRA_BUILD_DEPS="${EXTRA_BUILD_DEPS} gcc-arm-linux-gnueabi" # @TODO: convert to array later
|
||||
}
|
||||
|
||||
function fetch_sources_tools__sunxi_tools() {
|
||||
fetch_from_repo "https://github.com/linux-sunxi/sunxi-tools" "sunxi-tools" "branch:master"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user