From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26304 invoked by alias); 19 Mar 2009 19:39:52 -0000 Received: (qmail 26233 invoked by uid 22791); 19 Mar 2009 19:39:51 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_20 X-Spam-Check-By: sourceware.org Received: from g4t0015.houston.hp.com (HELO g4t0015.houston.hp.com) (15.201.24.18) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Mar 2009 19:39:45 +0000 Received: from G6W0640.americas.hpqcorp.net (g6w0640.atlanta.hp.com [16.230.34.76]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by g4t0015.houston.hp.com (Postfix) with ESMTPS id 13070850B for ; Thu, 19 Mar 2009 19:39:43 +0000 (UTC) Received: from G3W0628.americas.hpqcorp.net (16.233.58.53) by G6W0640.americas.hpqcorp.net (16.230.34.76) with Microsoft SMTP Server (TLS) id 8.1.340.0; Thu, 19 Mar 2009 19:38:48 +0000 Received: from GVW1089EXB.americas.hpqcorp.net ([16.234.42.9]) by G3W0628.americas.hpqcorp.net ([16.233.58.53]) with mapi; Thu, 19 Mar 2009 19:38:48 +0000 From: "Koornstra, Reinoud" To: "gcc-help@gcc.gnu.org" Date: Thu, 19 Mar 2009 19:39:00 -0000 Subject: gcc options to use Message-ID: References: <49B78C61.9070705@wippies.com> In-Reply-To: <49B78C61.9070705@wippies.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: 2009-03/txt/msg00234.txt.bz2 Hi, I am compiling some libs and binaries for core2 duo cpu machines. The gcc version is 4.3.3 and the arguments I use are: x86_64-unknown-linux-gnu-gcc -m64 -march=3Dcore2 -mtune=3Dcore2 bla bla. When I read the compiled bin with readelf it reports this: Class: ELF64 Machine: Advanced Micro Devices X86-64 Etc etc. I guess this is alright....? Kind Regards, Reinoud.