Subject: Re: 1.5.1 by-hand upgrade
To: Samuel Hornus <Samuel.Hornus@crans.org>
From: Wojciech Puchar <wojtek@wojtek.3miasto.net>
List: netbsd-users
Date: 07/12/2001 12:17:48
> On Thu, 12 Jul 2001, Wojciech Puchar wrote:
>
> > worked perfect!!!!!!!!
> >
> > i've downloaded source (except xsrc which is being downloaded now),
> > compiled with one make build DESTDIR=... and with my /etc/mk.conf (to
> > force code generation for pentium, not 386/486, and link everything
> > dynamic), made tarball from it, got etc.tgz from ftp.netbsd.org for i386,
>
> interesting, what did you add to /etc/mk.conf to
> get this compile for pentium ?
>
it's whats i added for that. CC= and CXX= isn't needed for base netbsd,
but with many packages from pkgsrc it's the only way to force pentium
opt.

i will upload pentium binaries at www.3miasto.net/~wojtek tomorrow.

CC= cc -mcpu=pentium -march=pentium
CXX= c++ -mcpu=pentium -march=pentium
COPTS= -mcpu=pentium -march=pentium -O2
DBG= -mcpu=pentium -march=pentium -O2