public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] debug/gdb: disable nls when CT_TOOLCHAIN_ENABLE_NLS is not selected
@ 2012-10-12  2:06 Zhenqiang Chen
  2012-10-12 21:01 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Zhenqiang Chen @ 2012-10-12  2:06 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

exporting patch:
# HG changeset patch
# User Zhenqiang Chen <zhenqiang.chen@linaro.org>
# Date 1348900455 -28800
# Node ID 4d75ae97ad0ccd6ecdc904a14481bfc5584175ac
# Parent  8724aedc7a30ac1e5c0a412747e5a88707da95a4
debug/gdb: disable nls when CT_TOOLCHAIN_ENABLE_NLS is not selected

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

diff -r 8724aedc7a30 -r 4d75ae97ad0c scripts/build/debug/300-gdb.sh
--- a/scripts/build/debug/300-gdb.sh    Thu Sep 20 11:20:16 2012 +0800
+++ b/scripts/build/debug/300-gdb.sh    Sat Sep 29 14:34:15 2012 +0800
@@ -136,6 +136,9 @@
             LD_for_gdb="ld -static"
         fi

+        [ "${CT_TOOLCHAIN_ENABLE_NLS}" != "y" ] &&    \
+        cross_extra_config+=("--disable-nls")
+
         gdb_cross_configure="${gdb_src_dir}/configure"

         CT_DoLog DEBUG "Extra config passed: '${cross_extra_config[*]}'"
@@ -293,6 +296,9 @@
             *)      native_extra_config+=("--enable-threads");;
         esac

+        [ "${CT_TOOLCHAIN_ENABLE_NLS}" != "y" ] &&    \
+        native_extra_config+=("--disable-nls")
+
         if [ "${CT_GDB_NATIVE_STATIC}" = "y" ]; then
             CC_for_gdb="${CT_TARGET}-gcc -static"
             LD_for_gdb="${CT_TARGET}-ld -static"

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

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

* debug/gdb: disable nls when CT_TOOLCHAIN_ENABLE_NLS is not selected
  2012-10-12  2:06 [PATCH] debug/gdb: disable nls when CT_TOOLCHAIN_ENABLE_NLS is not selected Zhenqiang Chen
@ 2012-10-12 21:01 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2012-10-12 21:01 UTC (permalink / raw)
  To: Zhenqiang Chen; +Cc: crossgcc

Zhenqiang, All,

Your patch:
    debug/gdb: disable nls when CT_TOOLCHAIN_ENABLE_NLS is not selected

has been applied as #15fa0b85025e. Thank you!

Regards,
Yann E. MORIN.



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

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

end of thread, other threads:[~2012-10-12 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-12  2:06 [PATCH] debug/gdb: disable nls when CT_TOOLCHAIN_ENABLE_NLS is not selected Zhenqiang Chen
2012-10-12 21:01 ` 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).