From: asmwarrior <asmwarrior@gmail.com>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: gdb@sourceware.org
Subject: Re: How to exclude some subfolders when building gdb
Date: Fri, 25 Oct 2013 15:44:00 -0000 [thread overview]
Message-ID: <526A93A0.6030203@gmail.com> (raw)
In-Reply-To: <87y55hn302.fsf@igel.home>
On 2013-10-25 16:55, Andreas Schwab wrote:
> asmwarrior <asmwarrior@gmail.com> writes:
>
>> > So, my question is: is there any way to disable the building of those extra targets? I don't need those targets when building GDB.
> --disable-...
>
> Andreas.
Hi, many thanks, it works fine with the following configure options:
mkdir mybuild
cd mybuild
../binutils-gdb/configure \
CFLAGS="-O0 -g" \
--prefix=/mingw \
--host=mingw32 \
--build=mingw32 \
--target=mingw32 \
--with-python=/python/python \
--with-expat \
--disable-nls \
--disable-binutils \
--disable-gas \
--disable-ld \
--disable-gprof
Thank you for the help.
Yuanhui Zhang
prev parent reply other threads:[~2013-10-25 15:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-25 2:59 asmwarrior
2013-10-25 3:59 ` asmwarrior
2013-10-25 8:55 ` Andreas Schwab
2013-10-25 15:44 ` asmwarrior [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=526A93A0.6030203@gmail.com \
--to=asmwarrior@gmail.com \
--cc=gdb@sourceware.org \
--cc=schwab@linux-m68k.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox