Jeronimo Pellegrini wrote: > > On Sat, Jan 06, 2001 at 06:38:59PM +0000, Mircea Luca wrote: > > Jeronimo Pellegrini wrote: > > > dpkg --print-avail pentium-builder > > Thanks,that was quick > > > > Now since the package doesn't have a man page and I don't read perl > > will that code read my environment settings or do I have to edit that > > perl script. ? > > No, you just have to set the DEBIAN_BUILDARCH variable to whatever you > want (not only pentium), and next time gcc is called it will compile > for the architecture you want. > > Take a look at /usr/share/doc/pentium-builder/README.Debian > > J. >
Hmm..OK ,let's see if I understood this corectly : DEBIAN_BUILDARCH=k6 export DEBIAN_BUILDARCH This should do it for the k6 stuff. What about the code optimization ( -O3).This doesn't seem to be addressed and as I said I don't know perl. Thanks