mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 09:06:19 +00:00
Pass HOSTCC to uclibc's make
Else it looks for 'gcc'. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
ae58824a7e
commit
9a9b02acef
@ -119,6 +119,7 @@ do_libc_backend_once() {
|
||||
# - We do _not_ want to strip anything for now, in case we specifically
|
||||
# asked for a debug toolchain, thus the STRIPTOOL= assignment.
|
||||
make_args=( CROSS_COMPILE="${CT_TARGET}-" \
|
||||
HOSTCC="${CT_BUILD}-gcc" \
|
||||
PREFIX="${multi_root}/" \
|
||||
MULTILIB_DIR="${multilib_dir}" \
|
||||
LOCALE_DATA_FILENAME="${uclibc_locale_tarball}.tgz" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user