On Tue, Jan 16, 2007 at 10:50:55AM -0400, Felipe Balbi wrote: > Hello guys, > > Does anybody knows where the kernel passes the GCC's parameters to > Makefiles ??? > > I have to modify these parameters a little bit and wanna know where to > look for them... find . -name Makefile\* | xargs grep CFLAGS Most likely Makefile and arch/<arch>/Makefile* wil contain what you are interested in. > Thanks in advance cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/