mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Fix warning about setting --host and not --build.
This commit is contained in:
parent
6f797c35f0
commit
fee99394cd
@ -25,8 +25,9 @@ do_binutils() {
|
||||
CFLAGS="${CT_CFLAGS_FOR_HOST}" \
|
||||
"${CT_SRC_DIR}/${CT_BINUTILS_FILE}/configure" \
|
||||
${CT_CANADIAN_OPT} \
|
||||
--target=${CT_TARGET} \
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_HOST} \
|
||||
--target=${CT_TARGET} \
|
||||
--prefix=${CT_PREFIX_DIR} \
|
||||
--disable-nls \
|
||||
${CT_BINUTILS_EXTRA_CONFIG} \
|
||||
|
Loading…
Reference in New Issue
Block a user