This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Should we import gnulib under gcc/ or at the top-level like libiberty?
- From: Joseph Myers <joseph at codesourcery dot com>
- To: ayush goel <ayushgoel1610 at gmail dot com>
- Cc: <gcc at gcc dot gnu dot org>, Manuel López-Ibáñez <lopezibanez at gmail dot com>
- Date: Wed, 22 Jun 2016 20:09:17 +0000
- Subject: Re: Should we import gnulib under gcc/ or at the top-level like libiberty?
- Authentication-results: sourceware.org; auth=none
- References: <etPan dot 576ad632 dot 63dc2d3 dot fa at Ayushs-MacBook-Pro dot local>
On Wed, 22 Jun 2016, ayush goel wrote:
> I am working on importing gnulib library inside the gcc tree. Should the
> library be imported in the top level directory along with other
> libraries (like libiberty, libatomic, liboffloadmic etc), or should it
> be imported inside gcc/ like it is done in the binutils-gdb tree. There
> they have a gnulib directory inside gdb/ in the top level directory.Â
I think top-level will be easier. Note that, like libiberty, gnulib will
need to be built for the build system (for use by generator programs) as
well as for the host.
--
Joseph S. Myers
joseph@codesourcery.com