From owner-freebsd-ppc@FreeBSD.ORG Mon May 13 14:26:06 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0D80F751 for ; Mon, 13 May 2013 14:26:06 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x22e.google.com (mail-bk0-x22e.google.com [IPv6:2a00:1450:4008:c01::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 96344931 for ; Mon, 13 May 2013 14:26:05 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id my1so302071bkb.19 for ; Mon, 13 May 2013 07:26:04 -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=hLx95RenqrigBWzltKCUJPtKFU1LY/hYdLGCGqWmr4A=; b=oW6g5n2h5gYQHOL1S5RbFPNpiU6evUmLGac+DnMxQU8kZWsRx2aSLNSrw9ugUIOzgU tz079n/sSMeiSknFn4T7QggpDTgHRTCjzmqsE//NLXj1BSR+1dcKfkBjUb/Gnkwzyk13 5oPbU+wNopJ4mOMYP7tBKoUzEzD9E4mjkDWZCPTqfVwU+rovz3ybrLOJnrsmU4SxU8SC 0BQwpDipBz/VVLNngdfP3ZB1EGFPQ7J1UXwfx0b9HANwGl634e9K62nqNV5ewgRkrhso 2u/W+VZ3gzcUYi4AmsfASnNzIQ9pOLZDFqhPDDpI9MyFsQ8k1qoQBFh+IKDwUsdwXPhu ZzWw== MIME-Version: 1.0 X-Received: by 10.204.74.138 with SMTP id u10mr5635089bkj.113.1368455164567; Mon, 13 May 2013 07:26:04 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.204.239.132 with HTTP; Mon, 13 May 2013 07:26:04 -0700 (PDT) Received: by 10.204.239.132 with HTTP; Mon, 13 May 2013 07:26:04 -0700 (PDT) In-Reply-To: <518F8E9F.8080108@oxit.fi> References: <518F8E9F.8080108@oxit.fi> Date: Mon, 13 May 2013 07:26:04 -0700 X-Google-Sender-Auth: bn2Y1mSHeBoh9mlFmYzLl7hwMQo Message-ID: Subject: Re: Is it possible to build FreeBSD/ppc (32 bit) using the current clang 3.2? From: Justin Hibbits To: Jukka Ukkonen 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: Mon, 13 May 2013 14:26:06 -0000 No, clang for ppc32 target is incomplete. There are currently two glaring missing features-- thread-local storage and position independent code. TLS may not be necessary to build world, but PIC most certainly is, for building the shared libraries. - Justin On May 12, 2013 5:50 AM, "Jukka Ukkonen" wrote: > > Hello, > > The subject line already pretty much covered my question. > Should I try to build FreeBSD/ppc (32 bit) using the current clang 3.2? > If it is known to be a "no-go", it would be nice to hear the news. > OTOH, if FreeBSD-9.1 + PPC + Clang-3.2 is expected to be a working > combination, I would be quite interested in changing the compilers. > > Cheers, > --jau > _______________________________________________ > 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" >