From mint-bounce@lists.fishpool.fi Tue Jan 22 17:35:07 2008 X-Original-To: fnaumann@mail.boerde.de Delivered-To: fnaumann@mail.boerde.de Date: Sat, 19 Jan 2008 06:45:11 -0500 (EST) From: Keith Scroggins To: mint@fishpool.com Subject: Re: [MiNT] GCC 4.2.2 - My Status.... In-Reply-To: Message-ID: References: <47892AE3.5030108@freesbee.fr> <47906105.7060304@freesbee.fr> <4790C470.5090006@atari-source.com> <47910FC7.2000108@atari-source.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-To: mint-bounce@lists.fishpool.fi X-original-sender: kws@radix.net Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: X-Virus-Scanned: by amavisd-new at relay.boerde.de X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=BAYES_00 X-Spam-Level: Status: X-Status: X-Keywords: Hello Miro, This should be the structure of what you want: make CFLAGS='-O' LIBCFLAGS='-g -O2' \ LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap This is from : http://gcc.gnu.org/install/build.html So, for CFLAGS you could do the -m68060 -O2 (etc) for the bins. Keith On Sat, 19 Jan 2008, MiKRO wrote: >> - build & install full gcc4 (no --disable-multilib) > heh, I forgot little detail here and that is adding of "-m68060" to > build process :))) (so I woke up and what I see -- stage3 with... > 68000 optimization, damn it). > > do you have any idea to which CFLAGS/CXXFLAGS I should add it? I can't > use just global make CFLAGS+=-m68060 since libstdc++ & co has to be > compiled for 68000, 68020-60 etc... > > -- > MiKRO / Mystic Bytes > http://mikro.atari.org > >