From owner-freebsd-sparc64@freebsd.org Tue Oct 10 02:01:37 2017 Return-Path: Delivered-To: freebsd-sparc64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 771A1E4357D for ; Tue, 10 Oct 2017 02:01:37 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: from mail-pf0-x234.google.com (mail-pf0-x234.google.com [IPv6:2607:f8b0:400e:c00::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45BE664FA3 for ; Tue, 10 Oct 2017 02:01:37 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: by mail-pf0-x234.google.com with SMTP id m63so15626736pfk.7 for ; Mon, 09 Oct 2017 19:01:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=amyc/9+7X1Y5bMT/eu3mt8Q3FBaBv8294621ON9nUsA=; b=LdzGeC57bvdleiOxxuBP+ou8QwwAW0ogUF1TCK4JtLhxJP/YRBvUt4yErkQT+C508K +zynbyF5suH+JeE8Fj0S1ZNYwm1G4UlvHruSGKeVw3A2fqJW9P9S966vpb+t1gn7kN8I YTnV8UhXJV9C2T5GEWXtKV3ieuxFJbso39YugWDFXitU5RvIeJb5CaYrYoCPo8Zf/GUj 8njTe31De1/LvREmIltHZw8ca1I1byp+AtanGm3joH1mDJArfSbaSfBnHsn4ACwWZOYa GJmkdSqhsggK6IcW9V4I9VkCLL4uXqbmhbovfgbTjAWU5V4U3E24xjy8BtDjGlBj5uGQ jWeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=amyc/9+7X1Y5bMT/eu3mt8Q3FBaBv8294621ON9nUsA=; b=DXAJhnYa3P6P/NSBo4E9uWOCiyxUVT+9x4QZv7RdxP2keDsgeGacd2REx4lDdxFGJV Kt18I2lPuCSOQjiapmjqPOWkbm045Ah6TezBanIdpUxXTIHWEtQrTkfxXdtAz1mppXZ3 9YG/RngRTLwnrLZk4geOc18E90CHXwMn11kYwxWSGIj2TBNzn3GW1jp55Utw/W6AfkoM J5MljTElwO8iXGpny84n5PaFJwtFnJGpKZzXzpUnF15SqbeXYLZ79ACiyXj4Day4JBGN JkirBWplkC5ISagZKZ8LAtWfKK3UtxuGAQ7nHjR/ELXgE7zhWd1k7y98FECD7AwIlz3b o/GA== X-Gm-Message-State: AMCzsaXVROPSWv+fYayG7TYQwdL4vnAebmNSy+4tTF9VHbsQLGIqAXWy 2AaJJ7QEU5wdwXMpa7NUnFeqZtVE+Gn21Ow73kk= X-Google-Smtp-Source: AOwi7QBrg535QhpURUPCGf/bdwYwaPyprb7GylbG7Q9crlWF47U1811gZTlNQapaJ1SQJ55RkcQEWAwve1S5sJheVsI= X-Received: by 10.101.81.198 with SMTP id i6mr10756795pgq.228.1507600896735; Mon, 09 Oct 2017 19:01:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.229.71 with HTTP; Mon, 9 Oct 2017 19:01:36 -0700 (PDT) In-Reply-To: <20171010015206.GB31231@lonesome.com> References: <20171005234149.GE8557@spindle.one-eyed-alien.net> <59D6CA6C.1040502@Wilcox-Tech.com> <20171007174124.GA20810@lonesome.com> <20171010015206.GB31231@lonesome.com> From: Bill Sorenson Date: Mon, 9 Oct 2017 21:01:36 -0500 Message-ID: Subject: Re: future of sparc64 To: Mark Linimon Cc: Kurt Lidl , freebsd-sparc64@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Oct 2017 02:01:37 -0000 I've been able to get GCC 5 and 6 to build as well. I had to build 4.9, use that to build 5 with a full bootstrap disabled and then use that to build itself once more. There is definitely something wrong there. On Mon, Oct 9, 2017 at 8:52 PM, Mark Linimon wrote: > On Mon, Oct 09, 2017 at 05:32:54PM -0400, Kurt Lidl wrote: > > I built gcc 6.0.4 (natively) on a sparc64 stable/11 a week ago. > > I guess I'm confused then. It definitely fails on: > > FreeBSD 11.0-BETA4 Fri Aug 5 2016 root@releng2.nyi.freebsd.org > > (I never updated it to 11.0R because I didn't think anything significant > changed between them.) > > I'll try spinning up another machine when I finish my current road trip. > > mcl > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" >