mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-17 06:48:16 +00:00
Allow for custom archive names
... and directories therein. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
@ -265,7 +265,7 @@ do_elf2flt_backend() {
|
||||
CFLAGS="${cflags}" \
|
||||
LDFLAGS="${ldflags}" \
|
||||
${CONFIG_SHELL} \
|
||||
"${CT_SRC_DIR}/elf2flt-${CT_ELF2FLT_VERSION}/configure" \
|
||||
"${CT_SRC_DIR}/elf2flt/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${host} \
|
||||
--target=${CT_TARGET} \
|
||||
|
Reference in New Issue
Block a user