public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] libc/newlib: fix configure error
@ 2011-12-07  2:18 Zhenqiang Chen
  2011-12-07  3:17 ` Mike Frysinger
  2011-12-11 21:25 ` Yann E. MORIN
  0 siblings, 2 replies; 7+ messages in thread
From: Zhenqiang Chen @ 2011-12-07  2:18 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

exporting patch:
# HG changeset patch
# User Zhenqiang Chen <zhenqiang.chen@linaro.org>
# Date 1323223997 -28800
# Node ID f4ac9aa016c90484868940a8077ecb035ab4c26f
# Parent  cf509170838f4e289fe25617e3f3db1d6d6ffc41
libc/newlib: fix configure error

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>

diff -r cf509170838f -r f4ac9aa016c9 scripts/build/libc/newlib.sh
--- a/scripts/build/libc/newlib.sh      Wed Nov 30 12:07:59 2011 +0100
+++ b/scripts/build/libc/newlib.sh      Wed Dec 07 10:13:17 2011 +0800
@@ -98,7 +98,8 @@
     AR=${CT_TARGET}-ar                                  \
     RANLIB=${CT_TARGET}-ranlib                          \
     "${CT_SRC_DIR}/newlib-$(libc_newlib_version)/configure" \
-        --host=${CT_BUILD}                              \
+        --build=${CT_BUILD}                             \
+        --host=${CT_HOST}                               \
         --target=${CT_TARGET}                           \
         --prefix=${CT_PREFIX_DIR}                       \
         "${newlib_opts[@]}"                             \

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-07  2:18 [PATCH] libc/newlib: fix configure error Zhenqiang Chen
2011-12-07  3:17 ` Mike Frysinger
2011-12-07  4:46   ` Ralf Corsepius
2011-12-07  7:57     ` Zhenqiang Chen
2011-12-07  6:01   ` Zhenqiang Chen
2011-12-11 21:25 ` Yann E. MORIN
2011-12-12  3:55   ` Zhenqiang Chen

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).