Re: specifying gcc arguments

2006-12-27 Thread Mathias Brodala
Hello. Ritesh Raj Sarraf, 27.12.2006 20:00: > When manually building applications in Debian (kernel, other packages) using > utilities (make-kpkg, others) is there any configuration file I can specify my > optimizations for, […] You can modify debian/rules in the source’s directory for this. Re

Re: specifying gcc arguments

2006-12-27 Thread Kamaraju Kusumanchi
On Wednesday 27 December 2006 14:00, Ritesh Raj Sarraf wrote: > Hi, > > When manually building applications in Debian (kernel, other packages) > using utilities (make-kpkg, others) is there any configuration file I can > specify my optimizations for, so that every time I do a build, I don't have >

specifying gcc arguments

2006-12-27 Thread Ritesh Raj Sarraf
Hi, When manually building applications in Debian (kernel, other packages) using utilities (make-kpkg, others) is there any configuration file I can specify my optimizations for, so that every time I do a build, I don't have to do things like: $ MAKEFLAGS="mtune=pentium-m" make-kpkg . Maybe