Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: asmwarrior <asmwarrior@gmail.com>
To: gdb@sourceware.org
Subject: How to exclude some subfolders when building gdb
Date: Fri, 25 Oct 2013 02:59:00 -0000	[thread overview]
Message-ID: <5269E05A.80500@gmail.com> (raw)

Hi, when using the new gdb clone under Windows MSYS:
git clone git://sourceware.org/git/binutils-gdb.git --config core.autocrlf=input --config core.eol=lf

Then I create a folder mybuild, then run the top level configure:
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

Then
make > log.txt 2>&1 && make install INSTALL_PROGRAM='install -s' -C gdb DESTDIR=/f/build_gdb/bin2013

I found that a lot of new exe files were generated in the build folder, e.g.
binutils
gas
gprof
ld
If I remember correctly, I don't have those folders when using the old gdb.git mirror from the CVS.

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

Yuanhui Zhang


             reply	other threads:[~2013-10-25  2:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-25  2:59 asmwarrior [this message]
2013-10-25  3:59 ` asmwarrior
2013-10-25  8:55 ` Andreas Schwab
2013-10-25 15:44   ` asmwarrior

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=5269E05A.80500@gmail.com \
    --to=asmwarrior@gmail.com \
    --cc=gdb@sourceware.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