This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Build only Binutils from Git (without GDB)
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Sebastian Huber <sebastian dot huber at embedded-brains dot de>
- Cc: Binutils <binutils at sourceware dot org>
- Date: Wed, 29 Jan 2014 11:55:02 -0800
- Subject: Re: Build only Binutils from Git (without GDB)
- Authentication-results: sourceware.org; auth=none
- References: <52E95B72 dot 8060205 at embedded-brains dot de>
On Wed, Jan 29, 2014 at 11:50 AM, Sebastian Huber
<sebastian.huber@embedded-brains.de> wrote:
> Hello,
>
> the previous Git mirror had only the Binutils parts. Now we have the
> combined Binutils and GDB Git repository. Is there a way to tell the
> top-level configure to only build the Binutils and omit the GDB?
>
Pass
--disable-gdb --disable-libdecnumber --disable-readline --disable-sim
to configure.
--
H.J.