From owner-freebsd-hackers@freebsd.org Tue Aug 11 13:28:35 2015 Return-Path: Delivered-To: freebsd-hackers@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 41A9899E6D1 for ; Tue, 11 Aug 2015 13:28:35 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (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 034C5777 for ; Tue, 11 Aug 2015 13:28:35 +0000 (UTC) (envelope-from instructionset@gmail.com) Received: by obnw1 with SMTP id w1so147649891obn.3 for ; Tue, 11 Aug 2015 06:28:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=0g4NRcy2bh0P7VIWAIF/yxPWBKHFIV8yj4X35UJa3V4=; b=fsxemNDVWXdij72hVQ/stW4bYgc2kzrQS8Zww1t7VvUn1oM5AJ//18o1wejJiTunW8 cXw8XZJ8jRSywEqJqsRsIgpIQc50Il7PjQsMbDf3LUEY1IXKAiFeh7H6bd1XrxWyd7bO I0y5fp3vGvg262EUOBYE/VnLLMSCUcZhgIuNtptWDWG0VRm0vxgDWu0SfGSx4HJuQypz R1sBS6QTdqun8MKcQ3AqLKLLHNWzvpQGxgH52ZGLkzuKaxog7f0ZnKlD9b16mlcsN+y3 RM12ZjNjlkhnB6rlhn5kObxOOZKjNszqBeTU0Vk/0S9bOO0YoeZaC//5faRVVaA9eERD tjoQ== MIME-Version: 1.0 X-Received: by 10.182.215.226 with SMTP id ol2mr24281275obc.56.1439299713929; Tue, 11 Aug 2015 06:28:33 -0700 (PDT) Received: by 10.202.129.139 with HTTP; Tue, 11 Aug 2015 06:28:33 -0700 (PDT) In-Reply-To: <20150811085216.GH96980@ivaldir.etoilebsd.net> References: <20150809215403.GC20238@server.rulingia.com> <6C12EBFE-EAA9-4C12-9F03-1CB2C28C4A6E@me.com> <51EEBC6E-5D85-439D-874D-D223EE045515@me.com> <926DDA42-8883-4AB4-B229-D44387FF5C6B@me.com> <20150811085216.GH96980@ivaldir.etoilebsd.net> Date: Tue, 11 Aug 2015 08:28:33 -0500 Message-ID: Subject: Re: Sparc64 support From: Bill Sorenson Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 13:28:35 -0000 Since I have a few sparc machines lying around, I'm building clang 3.6 from ports to see how broken it is. Its gonna take a while. If that goes, tonight I'm going to see how broken system clang is in current. -Bill Sorenson On Tue, Aug 11, 2015 at 3:52 AM, Baptiste Daroussin wrote: > On Mon, Aug 10, 2015 at 09:56:22PM -0700, Tim Kientzle wrote: > > > > > On Aug 9, 2015, at 10:11 PM, Adrian Chadd > wrote: > > > > > > It's supposed to be (for mips): > > > > > > pkg install mips-gcc mips-xtoolchain > > > make ... CROSS_TOOLCHAIN=3Dmips-gcc ... > > > > > > .. however there are loose ends to fix that prevent that from working > > > out of the box. > > > > > > > If someone would chime in on this thread with the actual =E2=80=98make= =E2=80=99 > incantations that should work for each architecture, you might find some > volunteers. > > > > Tim > > I have already sent a mail long ago about that: and adding stuff in the > wiki: > https://wiki.freebsd.org/ExternalToolchain > > Note that the mips part is missing > > Best regards, > Bapt >