From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10436 invoked by alias); 7 May 2003 05:03:39 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 10392 invoked from network); 7 May 2003 05:03:37 -0000 Received: from unknown (HELO mms2.broadcom.com) (63.70.210.59) by sources.redhat.com with SMTP; 7 May 2003 05:03:37 -0000 Received: from 63.70.210.1 by mms2.broadcom.com with ESMTP (Broadcom SMTP Relay (MMS v5.5.2)); Tue, 06 May 2003 22:00:24 -0700 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id WAA17434; Tue, 6 May 2003 22:03:11 -0700 (PDT) Received: from dt-sj3-118.sj.broadcom.com (dt-sj3-118 [10.21.64.118]) by mail-sj1-5.sj.broadcom.com (8.12.9/8.12.9/SSF) with ESMTP id h4753Vov001863; Tue, 6 May 2003 22:03:31 -0700 (PDT) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id WAA06767; Tue, 6 May 2003 22:03:30 -0700 (PDT) To: aoliva@redhat.com cc: "Thiemo Seufer" , echristo@redhat.com, binutils@sources.redhat.com Subject: Re: check mips abi x linker emulation compatibility References: <20030324013532.GA1769@rembrandt.csv.ica.uni-stuttgart.de> From: cgd@broadcom.com Date: Wed, 07 May 2003 05:03:00 -0000 In-Reply-To: aoliva@redhat.com's message of "Wed, 7 May 2003 04:12:42 +0000 (UTC)" Message-ID: MIME-Version: 1.0 X-WSS-ID: 12A64D62549281-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00190.txt.bz2 At Wed, 7 May 2003 04:12:42 +0000 (UTC), "Alexandre Oliva" wrote: > + # Decide which ABI to target by default. > + case ${target} in > + mips64*-linux* | mips-sgi-irix6*) > + mips_default_abi=N32_ABI > + ;; i'd think that mipsisa64*-linux* should go along with such mips64*-linux* cases... cgd