From owner-freebsd-mips@FreeBSD.ORG Tue Jul 19 13:56:48 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEA11106564A for ; Tue, 19 Jul 2011 13:56:48 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 424798FC0A for ; Tue, 19 Jul 2011 13:56:48 +0000 (UTC) Received: by wwe6 with SMTP id 6so3988606wwe.31 for ; Tue, 19 Jul 2011 06:56:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=GskLb7BXkq3pE7NjiluiLcAckc2QdBesf/3Ay6g82OE=; b=E1P5c3n6lvjGIN9hb5RF2oCJP1V0ookGg9UqMSF41UUTEEZvtAguk3R9Y0bcTBKi6F gyxLhVR80PDg7+U89VWIieGyasHxUAKoHoHxCsX5qbkW7ua5qntGHit7GDCkWpgDe+EB /NEmwC5ClQ5DWF0LvF6uIr6b1fbweEcOReS/g= MIME-Version: 1.0 Received: by 10.216.155.134 with SMTP id j6mr6896663wek.81.1311083807175; Tue, 19 Jul 2011 06:56:47 -0700 (PDT) Received: by 10.216.173.211 with HTTP; Tue, 19 Jul 2011 06:56:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 19 Jul 2011 19:26:47 +0530 Message-ID: From: "Jayachandran C." To: Robert Millan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-mips@freebsd.org Subject: Re: [PATCH] _MIPS_SIM builtin macro X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2011 13:56:48 -0000 On Tue, Jul 19, 2011 at 6:35 PM, Robert Millan wrote: > Hi, > > Please could you define the _MIPS_SIM builtin macro on MIPS platforms? = =A0It is > defined in recent versions of GCC. The macros seems to be already there, or am I missing something here? [jc@daemon]$ make buildenv Entering world for mips64eb:mips $ touch /tmp/x.c $ gcc -dM -E /tmp/x.c | grep SIM #define _MIPS_SIM _ABI64 JC.