This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH build/doc] Replacing libiberty with gnulib


On 10 August 2016 at 11:19:42 PM, Pedro Alves (palves@redhat.com) wrote:
> On 08/10/2016 06:33 PM, ayush goel wrote:
>
> > I can see mkconfig.sh being invoked inside gcc/Makefile.in with
> > different arguments to create the gcc header files (config.h etc).
> > So I guess I’ll copy all the definitions from gnulib/config.h inside
> > mkconfig.sh and try and test the system.
>
> What do you mean by "copy all the definitions" ?
>
> All you should need is add '#include "gnulib/config.h"' to
> the generated gcc/config.h.
>
Yes copy the file containing the definitions*

> Thanks,
> Pedro Alves
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]