mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
${LD_TARGET} -> ${CT_TARGET}.
Obvious typo, worked by some miracle. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
4a138d8407
commit
7989e5d743
@ -21,7 +21,7 @@ do_debug_strace_build() {
|
||||
CT_DoExecLog CFG \
|
||||
CC="${CT_TARGET}-gcc" \
|
||||
CPP="${CT_TARGET}-cpp" \
|
||||
LD="${LD_TARGET}-ld" \
|
||||
LD="${CT_TARGET}-ld" \
|
||||
"${CT_SRC_DIR}/strace-${CT_STRACE_VERSION}/configure" \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_TARGET} \
|
||||
|
Loading…
Reference in New Issue
Block a user