This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] Disable all target libraries if not building gcc
- From: Joseph Myers <joseph at codesourcery dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: <binutils at sourceware dot org>, <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 16 Mar 2015 22:50:09 +0000
- Subject: Re: [PATCH] Disable all target libraries if not building gcc
- Authentication-results: sourceware.org; auth=none
- References: <20150313200654 dot GA32326 at intel dot com>
On Fri, 13 Mar 2015, H.J. Lu wrote:
> I am working on SHF_COMPRESSED support:
>
> http://www.sco.com/developers/gabi/latest/ch4.sheader.html
>
> I will import zlib from GCC source tree into binutils-gdb tree. But zlib
> failed to build as a target library in binutils-gdb. There is no need to
> build target libraries if not building gcc. OK for master?
This is definitely wrong. newlib / libgloss is a target library that
certainly makes sense to build separately from GCC, and the toplevel
configure / build code should be identical in all three repositories (GCC,
binutils-gdb, newlib-cygwin).
--
Joseph S. Myers
joseph@codesourcery.com