From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 3 00:01:50 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 500DDBE8 for ; Wed, 3 Apr 2013 00:01:50 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 1F19F660 for ; Wed, 3 Apr 2013 00:01:50 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id dn14so885137obc.32 for ; Tue, 02 Apr 2013 17:01:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=sjozGyfcyIFmSS8nlwlqiCy+Yo1UaTfXujillwOFbOA=; b=NQJHtAPISoPVn1c2JFPYHgTOpqZznOqX3oY6HfwchjGTGbKHp7CnF0GO2uUgw1KUQO vyVaCmpdgPKmMp/wc20dRWL/ZExpr+5ogdrMSmDCTB1wNTr1HFUSit6ebqdoZ09TAwiK E7Lkz78tKz47XcLvQS/TyI5ctK4SPlgFI/uPz8uTi/6LNJehqellX7ftst6xLzQ0bUla KqzxdKWRagOSzaEd0DayTt4JkeNMmMEuLe4dKVQjs3Aw9ftpHbmtw3VY9T4cXYxgS0VI s2BLQfBfrGzeEUklvNKAmqswhUzSlqKygWoAzyZbFmrQR/1D8EnytZ5zQAQ08sYYQa1G wZZQ== MIME-Version: 1.0 X-Received: by 10.60.26.137 with SMTP id l9mr6416264oeg.17.1364947309744; Tue, 02 Apr 2013 17:01:49 -0700 (PDT) Received: by 10.182.116.196 with HTTP; Tue, 2 Apr 2013 17:01:49 -0700 (PDT) In-Reply-To: References: <20130402222743.298ac417@zeta.dino.sk> Date: Tue, 2 Apr 2013 20:01:49 -0400 Message-ID: Subject: Re: Trying to build cland version on PowerPC From: Super Bisquit To: FreeBSD PowerPC ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2013 00:01:50 -0000 That is understood but the problem is nothing will build because clang is the default compiler. I am not able to build the toolchain, modules, world, kernel, or anything else for that matter. In order for my system to work, I and others will need to know what to add to /etc/make.conf- such as DAMN_IT_ALL_AND_USE_GCC_OKAY- for the system to build something as simple as runfw and wi. Nathan Whitehorn did mention that PPC64 was more complete; therefore, it seemed and seems reasonable to ask if the sources for PPC64 will work on PPC32. On Tue, Apr 2, 2013 at 7:10 PM, Michael Copeland < michael@kryptos-security.com> wrote: > Guys, as Justin has said, Clang is not complete/working on PPC yet.