From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18646 invoked by alias); 6 Jun 2007 08:56:37 -0000 Received: (qmail 18638 invoked by uid 22791); 6 Jun 2007 08:56:37 -0000 X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Jun 2007 08:56:35 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.1/8.13.1) with ESMTP id l568uX3O020684 for ; Wed, 6 Jun 2007 04:56:33 -0400 Received: from zebedee.littlepinkcloud.COM (vpn-14-22.rdu.redhat.com [10.11.14.22]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l568uUc9002429; Wed, 6 Jun 2007 04:56:31 -0400 Received: from littlepinkcloud.COM (localhost.localdomain [127.0.0.1]) by zebedee.littlepinkcloud.COM (8.13.8/8.13.5) with ESMTP id l568uSva009483; Wed, 6 Jun 2007 09:56:28 +0100 Received: (from aph@localhost) by littlepinkcloud.COM (8.13.8/8.13.5/Submit) id l568uRKU009480; Wed, 6 Jun 2007 09:56:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=unknown Content-Transfer-Encoding: 7bit Message-ID: <18022.30395.259859.150576@zebedee.pink> Date: Wed, 06 Jun 2007 08:56:00 -0000 From: Andrew Haley To: =?Windows-1251?Q?=C0=F5=EC=E5=F2=EE=E2_=CA=E0=E7=E1=E5=EA?= Cc: gcc-help@gcc.gnu.org Subject: Re: i686-gcc vs i586-Suse Linux In-Reply-To: <739430768.20070606144227@af.kz> References: <739430768.20070606144227@af.kz> X-Mailer: VM 7.19 under Emacs 22.0.93.1 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-06/txt/msg00062.txt.bz2 ??????? ?????? writes: > ?ould you give me a confirmation that: > 'The installation of the 'i686' gcc is compatable with the 'i586' > version of Suse Linux' ? I don't really understand why you're asking this. If you have a i586 system, why not configure gcc for the i586 ? The most significant difference between i586 (Pentium) and i686 (Pentium Pro) from gcc's point of view is MMX instructions. Andrew.