From owner-freebsd-ppc@FreeBSD.ORG Wed Apr 3 00:06:45 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 B9A06C5C for ; Wed, 3 Apr 2013 00:06:45 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4B468E for ; Wed, 3 Apr 2013 00:06:45 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id ik5so481898bkc.34 for ; Tue, 02 Apr 2013 17:06:44 -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=Uihextah049b2veN1r32y4beY4t9JoQFpv8k6yoK0IA=; b=nrU21lrpKxOBI6VwinBMVExILHrumnnseO99Z82kuV71BNhHYkJGELKXDifvwIp29s LKOZH3v0+gve9NkyOMdSKBdDeS8baHgi6WycJbz9w3VLLdMXqiGanUyt1fAHNJAaefLw /K0fB9+U24Yec7qiSVFlZDRg8m1OFceqKPMLsHUy1uqELxxlm5Mf1e9c5GAS17zoFonP q/CQus7U/hoEEHUzaahWb6kAOkx+NwOmcTPWfpF9yj5UjeeWDvXKOVb57RhM4ERIiKWB 4JtSONyf28Hj3IQrAuZI8flI4Y8m7jIgZRluYMcP37HP+5+bVO+nTnOvQwpH/PEQat/b njUw== MIME-Version: 1.0 X-Received: by 10.205.119.19 with SMTP id fs19mr7676649bkc.105.1364947604275; Tue, 02 Apr 2013 17:06:44 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.204.156.10 with HTTP; Tue, 2 Apr 2013 17:06:43 -0700 (PDT) Received: by 10.204.156.10 with HTTP; Tue, 2 Apr 2013 17:06:43 -0700 (PDT) In-Reply-To: References: <20130402222743.298ac417@zeta.dino.sk> Date: Tue, 2 Apr 2013 17:06:43 -0700 X-Google-Sender-Auth: Q9ZeBrRsZ0gttJxfqS-LUzGkNX0 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:06:45 -0000 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. > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" >