On 10 August 2016 at 11:19:42 PM, Pedro Alves (pal...@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 > >