This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Should we import gnulib under gcc/ or at the top-level like libiberty?
- From: ayush goel <ayushgoel1610 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Cc: Manuel LÃpez-IbÃÃez <lopezibanez at gmail dot com>, Joseph Myers <joseph at codesourcery dot com>
- Date: Wed, 22 Jun 2016 23:47:22 +0530
- Subject: Should we import gnulib under gcc/ or at the top-level like libiberty?
- Authentication-results: sourceware.org; auth=none
Hi,
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.Â
--
Thanks,
Ayush Goel