public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [libiconv PATCH 3 of 3] debug/gdb: handle --with-libiconv-prefix
@ 2011-11-23 12:13 Zhenqiang Chen
  0 siblings, 0 replies; only message in thread
From: Zhenqiang Chen @ 2011-11-23 12:13 UTC (permalink / raw)
  To: yann.morin.1998; +Cc: crossgcc

# HG changeset patch
# User Zhenqiang Chen <zhenqiang.chen@linaro.org>
# Date 1322038760 -28800
# Node ID 2e9780c2d9fd8e48fd2bf0e2b8d02c5c7531be35
# Parent  2a521a33e9775dacc797f5dac47f515bdf628d92
debug/gdb: handle --with-libiconv-prefix.

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

diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -124,6 +124,8 @@
              cross_extra_config+=( "--with-python=no" )
          fi

+        [ "${CT_LIBICONV_NEEDED}" = "y" ] && cross_extra_config+=("--with-libiconv-prefix=${CT_COMPLIBS_DIR}")
+
          CC_for_gdb=
          LD_for_gdb=
          if [ "${CT_GDB_CROSS_STATIC}" = "y" ]; then

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-23 12:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-23 12:13 [libiconv PATCH 3 of 3] debug/gdb: handle --with-libiconv-prefix 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).