From owner-freebsd-sparc64@FreeBSD.ORG Mon Nov 29 21:47:38 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CE6F106566B for ; Mon, 29 Nov 2010 21:47:38 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id CD9D08FC0C for ; Mon, 29 Nov 2010 21:47:37 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id oATLlavB019653; Mon, 29 Nov 2010 22:47:36 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id oATLlaIm019652; Mon, 29 Nov 2010 22:47:36 +0100 (CET) (envelope-from marius) Date: Mon, 29 Nov 2010 22:47:36 +0100 From: Marius Strobl To: Super Bisquit Message-ID: <20101129214735.GZ80343@alchemy.franken.de> References: <20101129183153.GA18481@alchemy.franken.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: Xorg fails to build, breaking at libtool22 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 21:47:38 -0000 On Mon, Nov 29, 2010 at 03:11:21PM -0500, Super Bisquit wrote: > Peter Jeremy sent me a suggestion that is currently working. I commented out > the CFLAGS and CPUTYPE? and everything is building. > I based that part of /etc/make.conf with my experience on building on a G3 > and G4. > Also, the only references I can find at the moment are GCC for sparc64 make > flags. > I also looked for an earlier post on the list for working cflags. > http://lists.freebsd.org/pipermail/freebsd-sparc64/2007-February/004618.html > Which says "In many cases, things won't compile" and talks only about "some success" :) Just leave CFLAGS and CPUTYPE alone unless you have a good reason to alter them and really know what you are doing; the default of the system compiler on FreeBSD/sparc64 already is to optimize for UltraSPARC. Marius