mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/image: include adjustments to cflags made by toolchain setup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
7a6f1b219c
commit
41d833c2aa
@ -19,8 +19,6 @@ if [ "${BOOTLOADER}" = "u-boot" -a -n "${DEVICE}" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
show_config
|
|
||||||
|
|
||||||
${SCRIPTS}/checkdeps
|
${SCRIPTS}/checkdeps
|
||||||
|
|
||||||
# Setup both toolchain cmake configs to avoid potentially racy behaviour later.
|
# Setup both toolchain cmake configs to avoid potentially racy behaviour later.
|
||||||
@ -28,6 +26,8 @@ ${SCRIPTS}/checkdeps
|
|||||||
( setup_toolchain host )
|
( setup_toolchain host )
|
||||||
setup_toolchain target
|
setup_toolchain target
|
||||||
|
|
||||||
|
show_config
|
||||||
|
|
||||||
function do_mkimage() {
|
function do_mkimage() {
|
||||||
# Variables used in mkimage script must be passed
|
# Variables used in mkimage script must be passed
|
||||||
env \
|
env \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user