X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX18rs7M16mkr13l66urPajt/sKwgTqdJR+DE6ZxvwL XxgCQo1mxaYTCn From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: mtune/mcpu issue again Date: Wed, 16 May 2007 15:03:40 +0200 User-Agent: KMail/1.8.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705161503.40203.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com To avoid compiler warnings use -mtune instead of mcpu. Regards, Juan M. Guerrero diff -aprNU5 djgpp.orig/src/gcc-l.opt djgpp/src/gcc-l.opt --- djgpp.orig/src/gcc-l.opt 2002-04-06 20:13:14 +0000 +++ djgpp/src/gcc-l.opt 2007-05-16 12:01:10 +0000 @@ -1,6 +1,6 @@ -MD -O2 --mcpu=pentium +-mtune=pentium -march=i386 -Wall -nostdinc