From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.5 required=5.0 tests=AWL,DNS_FROM_RFC_ABUSE, SPF_NEUTRAL autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from discorde.inria.fr (discorde.inria.fr [192.93.2.38]) by yquem.inria.fr (Postfix) with ESMTP id 67A8CBC68 for ; Sun, 8 Oct 2006 01:50:45 +0200 (CEST) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by discorde.inria.fr (8.13.6/8.13.6) with ESMTP id k97NoiK4027422 for ; Sun, 8 Oct 2006 01:50:45 +0200 Received: by nf-out-0910.google.com with SMTP id l36so1446214nfa for ; Sat, 07 Oct 2006 16:50:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JN47KN8h+tCj27/FDCM3ZWPG3ynsOQEN7AztaDuWD+WAidlLAfKAWtLUTGxA0lXFUmv+OY7GHm3Qpq5Rz51y+P7TMf9wXiWu70KCqEwNUAD2o582sEVPPzEiYJsbgCDgCIa1Ifo7KhJ/Q1Negr2D5Fi7FbvCMXmNe6ekLRhHa/Q= Received: by 10.82.120.15 with SMTP id s15mr303851buc; Sat, 07 Oct 2006 16:50:44 -0700 (PDT) Received: by 10.82.191.20 with HTTP; Sat, 7 Oct 2006 16:50:44 -0700 (PDT) Message-ID: Date: Sat, 7 Oct 2006 16:50:44 -0700 From: "Kip Macy" To: "Shawn W" Subject: Re: [Caml-list] disconcerting asm warnings when building for freebsd-sparc64 Cc: Ocaml In-Reply-To: <45283D60.6000100@speakeasy.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45283D60.6000100@speakeasy.org> X-j-chkmail-Score: MSGID : 45283D55.000 on discorde : j-chkmail score : X : 0/20 1 X-Miltered: at discorde with ID 45283D55.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; shawnw:01 bug:01 ocaml:01 wrote:01 wrote:01 caml-list:01 speakeasy:01 native:02 asm:02 seems:03 warnings:03 fix:04 thread:05 missing:06 sparc:07 ok, thanks - sorry for missing it On 10/7/06, Shawn W wrote: > Kip Macy wrote: > > Is this a bug in ocaml? Or have I mis-configured gas? > > > > Thanks. > > > Native code generation doesn't work for sparc64. There was a fairly > recent thread about this, with a link to a patch that seems to fix the > problems. > >