From owner-freebsd-questions@FreeBSD.ORG Wed Jan 8 21:07:59 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E32FBA17 for ; Wed, 8 Jan 2014 21:07:59 +0000 (UTC) Received: from siobud.com (siobud.com [162.243.65.51]) by mx1.freebsd.org (Postfix) with ESMTP id BFEA8121B for ; Wed, 8 Jan 2014 21:07:59 +0000 (UTC) Received: from SeanLaptop.webcheckout.net (onshore-gw.logika.net [64.241.87.62]) by siobud.com (Postfix) with ESMTPSA id 99BE440C9D; Wed, 8 Jan 2014 21:01:34 +0000 (UTC) Date: Wed, 8 Jan 2014 14:59:50 -0600 From: Sean DuBois To: Frank Leonhardt Subject: Re: Can you switch from CLang back to gcc in FreeBSD 10.0 Message-ID: <20140108205950.GA13899@SeanLaptop.webcheckout.net> References: <52CDB91E.4060107@fjl.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52CDB91E.4060107@fjl.co.uk> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 21:07:59 -0000 On Wed, Jan 08, 2014 at 08:46:22PM +0000, Frank Leonhardt wrote: > I've been dreading this for over a year now. It's going to reach > critical soon. FreeBSD 10 is dropping gcc in favour of Clang (because > the current version of gcc is GPL 3, which is too incompatible with the > BSD license/philosophy - a debate for elsewhere). > > gcc is still available in ports, and as it's not having to be part of > the base system, I hope it'll be a newer version. > > My question is: Can I dump CLang and replace it with gcc and re-compile > everything once it's installed? > > Supplementary question: Does anyone have the runes? > > Thanks, Frank. You can set your compiler in /etc/make.conf I use GCC46 like so CC=gcc46 CXX=g++46 CPP=cpp46 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"