public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] binutils/binutils: fix extra config array variable name
@ 2011-12-12 19:25 Benoît Thébaudeau
  2011-12-12 23:02 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Benoît Thébaudeau @ 2011-12-12 19:25 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
# Date 1323717845 -3600
# Node ID 3164b4b84050da24406841ee0daea3e2d3994672
# Parent  7a5ee8d36a1de21f8cb1e1cd138c0f066f0ec8c2
binutils/binutils: fix extra config array variable name

The changeset 2467 #200836977ce6 missed renaming one occurrence of
CT_BINUTILS_EXTRA_CONFIG to CT_BINUTILS_EXTRA_CONFIG_ARRAY, which is fixed by
this patch.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh
--- a/scripts/build/binutils/binutils.sh
+++ b/scripts/build/binutils/binutils.sh
@@ -181,7 +181,7 @@
             --disable-multilib                                      \
             "${extra_config[@]}"                                    \
             ${CT_ARCH_WITH_FLOAT}                                   \
-            "${CT_BINUTILS_EXTRA_CONFIG[@]}"
+            "${CT_BINUTILS_EXTRA_CONFIG_ARRAY[@]}"
 
         CT_DoLog EXTRA "Building binutils' libraries (${targets[*]}) for target"
         CT_DoExecLog ALL make ${JOBSFLAGS} "${build_targets[@]}"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-12-12 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-12 19:25 [PATCH] binutils/binutils: fix extra config array variable name Benoît Thébaudeau
2011-12-12 23:02 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).