From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13142 invoked by alias); 16 Mar 2004 23:50:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13131 invoked from network); 16 Mar 2004 23:50:06 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 16 Mar 2004 23:50:06 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9550D2B92; Tue, 16 Mar 2004 18:49:56 -0500 (EST) Message-ID: <405792A4.7060502@gnu.org> Date: Tue, 16 Mar 2004 23:50:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andreas Schwab Cc: Manoj Iyer , Daniel Jacobowitz , Ian Lance Taylor , gdb@sources.redhat.com Subject: Re: tcl cannot build 64bit. References: <404E3539.8010005@gnu.org> <404E44B8.8050605@gnu.org> <404E70B2.4010607@gnu.org> <20040310160535.GA489@nevyn.them.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-03/txt/msg00152.txt.bz2 > just use > CC="$CC -m64" since it's actually a different compiler after all. Yes, definitly. Andrew