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. Thanks, Pedro Alves