X-pop3-spooler: POP3MAIL 2.1.0 b 4 980420 -bs- Date: Sun, 4 Oct 1998 23:34:53 +0200 (CEST) From: Bernhard Rosenkraenzer X-Sender: linux AT k6 DOT bero To: Marc Matteo cc: beastium-list AT Desk DOT nl Subject: Re: Optimizing pgcc itself In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Marc Lehmann Status: RO Content-Length: 936 Lines: 26 On Sun, 4 Oct 1998, Marc Matteo wrote: > Right now I'm building pgcc 1.1 with the following command: > > "make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 > -fno-implicit-templates' bootstrap-lean" > > which was copied verbatum from the egcs readme. If I want to build pgcc > for a i686, where should I put the '-mpentiumpro' flag? I assume with > 'CFLAGS' but I wanted to ask to make sure. Put it into each of them (make CFLAGS="-O2 -mpentiumpro" LIBCFLAGS="-g -O2 -mpentiumpro"...). Also, add -march=pentiumpro (which should speed up things significantly) to each of them if you don't need it to run on anything else. LLaP bero -- Windows 98 supports real multitasking - it can boot and crash simultaneously. *** Anyone sending unwanted advertising e-mail to this address will be charged $25 for network traffic and computing time. By extracting my address from this message or its header, you agree to these terms.