From owner-freebsd-ppc@FreeBSD.ORG Fri Nov 14 11:36:19 2014 Return-Path: Delivered-To: ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 372DFA47; Fri, 14 Nov 2014 11:36:19 +0000 (UTC) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2B792C; Fri, 14 Nov 2014 11:36:18 +0000 (UTC) Received: from bender.lan (97e078e7.skybroadband.com [151.224.120.231]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id A833B7328F; Fri, 14 Nov 2014 11:36:15 +0000 (UTC) Date: Fri, 14 Nov 2014 11:36:09 +0000 From: Andrew Turner To: Konstantin Belousov Subject: Re: llvm build error on ppc Message-ID: <20141114113609.1ccc5b7a@bender.lan> In-Reply-To: <20141113181709.GA17068@kib.kiev.ua> References: <20141113171308.GZ17068@kib.kiev.ua> <049B5242-4D28-4F72-B33E-3728B731C1FB@FreeBSD.org> <20141113181709.GA17068@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: toolchain@freebsd.org, Dimitry Andric , ppc@freebsd.org X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 11:36:19 -0000 On Thu, 13 Nov 2014 20:17:09 +0200 Konstantin Belousov wrote: > Is ppc the only architecture where we do build clang, but with gcc ? > Since the failure only occured on ppc/pcc64, and not on e.g. arm. We build with clang on little-endian ARM and don't try to build clang and llvm on big-endian ARM. Andrew