From owner-freebsd-questions@FreeBSD.ORG Wed Jan 8 23:15:13 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 68234FB0 for ; Wed, 8 Jan 2014 23:15:13 +0000 (UTC) Received: from mail-qc0-f179.google.com (mail-qc0-f179.google.com [209.85.216.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22DF51B47 for ; Wed, 8 Jan 2014 23:15:12 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id i8so2114686qcq.10 for ; Wed, 08 Jan 2014 15:15:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=oC/fTRhDnxzO6ScfZL19gR7aGEmhproTY8uKFQyVUdI=; b=ctwDXcWXo6IPwL+yIldktZc8E5AxCHJC1bAyLE1X12IAhOepdZYUlABgqzj4CMvoOJ emxCTjYykZIapkTGpXmab5SdLlV3HCvls5b0rw69e+baAefvA49HIjwaXhBvDKF3TByj Vu2onqyOoNQZMGphiIpo/ZoBVLdpvhRJg6iPNxvi85/i+dTeI/4LN3EzcI4w9Zc/+gQp GLYddzBztAtpnicLtUZDGlNri3+TRYVx6VF9POQd3bYr6DpQOEoAfEj6908QQmYgfNwy 39HSW7Wae5eefYl3/a7d4SEBatnIVE1XEwTFiySPlx1iEfcV0UgEB64csT3oY1/ahPUU IDpQ== X-Gm-Message-State: ALoCoQlpE15n9tdG9jpZLEq6R+To+PnJM2nSupeLn4wvyyqjlyIgKMdAWNltp8UXHOWYjhlHpQAH X-Received: by 10.49.30.197 with SMTP id u5mr20933747qeh.33.1389222911859; Wed, 08 Jan 2014 15:15:11 -0800 (PST) Received: from [192.168.1.3] (pool-96-225-163-50.nrflva.fios.verizon.net. [96.225.163.50]) by mx.google.com with ESMTPSA id f10sm3850553qej.1.2014.01.08.15.15.10 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 Jan 2014 15:15:10 -0800 (PST) References: <52CDB91E.4060107@fjl.co.uk> Mime-Version: 1.0 (1.0) In-Reply-To: <52CDB91E.4060107@fjl.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <5903BAE3-542A-437A-96B5-BB96FB32C989@ohlste.in> X-Mailer: iPhone Mail (10B143) From: Jim Ohlstein Subject: Re: Can you switch from CLang back to gcc in FreeBSD 10.0 Date: Wed, 8 Jan 2014 18:15:07 -0500 To: Frank Leonhardt 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 23:15:13 -0000 Hello, On Jan 8, 2014, at 3:46 PM, Frank Leonhardt wrote: > I've been dreading this for over a year now. It's going to reach critical s= oon. FreeBSD 10 is dropping gcc in favour of Clang (because the current vers= ion of gcc is GPL 3, which is too incompatible with the BSD license/philosop= hy - a debate for elsewhere). >=20 > gcc is still available in ports, and as it's not having to be part of the b= ase system, I hope it'll be a newer version. There have always been "newer" versions of gcc in ports.=20 Jim Ohlstein