From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 3 00:21:05 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 86BD2E64 for ; Wed, 3 Apr 2013 00:21:05 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x234.google.com (mail-bk0-x234.google.com [IPv6:2a00:1450:4008:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id 154006F8 for ; Wed, 3 Apr 2013 00:21:04 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id it16so489475bkc.39 for ; Tue, 02 Apr 2013 17:21:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=zzSzu5GVIKtOiAXIEnW3IGj12X4KpgujUl9tUW2pV7Q=; b=gO5IfdFJDM+bwV2ALmaZsDZrNXuy7bKeXx8z5iGrm9WIf0rda8BWvjP70DWksPM2F1 X0A2tVBXmWvdzc3c7gVzAmHRspq1LSDYV5DVQ75jH4XsID64en00ecQV4ies0ltHivAC aKsgM+kq+dIjm3lK6PA+biXdOPmX0pa13FtjcXxLeWt8VtsyDXen4fYnylzdGRWdy3qL gMB/BQQ5UiqwjDdlfObE0JfUeSBiZKTHIFq1pfNvnz/fIdjXXHTiCZFUZASiRXUndJtp epkp/CgHttGGNrE+T/9Mwt8IafCJxD8nMcZIi30yYIVigVzu/UHYaLDhf9Pl5Fcw6sni BxGA== MIME-Version: 1.0 X-Received: by 10.204.184.193 with SMTP id cl1mr7627309bkb.17.1364948462533; Tue, 02 Apr 2013 17:21:02 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.204.156.10 with HTTP; Tue, 2 Apr 2013 17:21:02 -0700 (PDT) Received: by 10.204.156.10 with HTTP; Tue, 2 Apr 2013 17:21:02 -0700 (PDT) In-Reply-To: References: <20130402222743.298ac417@zeta.dino.sk> Date: Tue, 2 Apr 2013 17:21:02 -0700 X-Google-Sender-Auth: hOECyKp-nPhrpQ2zgNXiQSBOAWo Message-ID: Subject: Re: Trying to build cland version on PowerPC From: Justin Hibbits To: Super Bisquit Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD PowerPC ML 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:21:05 -0000 It does not exist in those files. You mentioned earlier that you added the setting to those files yourself. If you checked the code out of subversion please perform an svn revert on your whole source tree, clean, and try again. - Justin On Apr 2, 2013 5:10 PM, "Super Bisquit" wrote: > > Unfortunately, Justin, that seems to be embedded into the kmod.conf and > kern.conf file in /usr/src/sys. the file of /etc/make.conf still has the > standard flags, which aren't any. So, what do I do for those files? > Thanks muchly and again, > Desmond. > > > > > On Tue, Apr 2, 2013 at 8:06 PM, Justin Hibbits wrote: > > > Clang is _not_ the default compiler on PowerPC, only on x86, amd64, and > > one flavor of arm. You made it the default for you by setting > > WITH_CLANG_IS_CC. Remove that and it will work, as long as you did not blow > > away your initial install. > > > > - Justin > > On Apr 2, 2013 5:02 PM, "Super Bisquit" wrote: > > > >> 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.