<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: gcc 4.7 in, gcc 4.1 out	</title>
	<atom:link href="https://www.dragonflydigest.com/2012/10/02/gcc-4-7-in-gcc-4-1-out/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dragonflydigest.com/2012/10/02/gcc-4-7-in-gcc-4-1-out/</link>
	<description>A running description of activity related to DragonFly BSD.</description>
	<lastBuildDate>Wed, 03 Oct 2012 12:35:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Justin Sherrill		</title>
		<link>https://www.dragonflydigest.com/2012/10/02/gcc-4-7-in-gcc-4-1-out/comment-page-1/#comment-45556</link>

		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 12:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=10481#comment-45556</guid>

					<description><![CDATA[Not &quot;misunderstand&quot; so much as &quot;never had it explained to me before&quot;.  Thank you for the description; I was inferring the usage from conversation rather than from having used it.  Post corrected.]]></description>
			<content:encoded><![CDATA[<p>Not &#8220;misunderstand&#8221; so much as &#8220;never had it explained to me before&#8221;.  Thank you for the description; I was inferring the usage from conversation rather than from having used it.  Post corrected.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://www.dragonflydigest.com/2012/10/02/gcc-4-7-in-gcc-4-1-out/comment-page-1/#comment-45555</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 07:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=10481#comment-45555</guid>

					<description><![CDATA[Ah, you know I think you misunderstand how CCVER and WORLD_CCVER works.

Both are environment variables.  If the environment variable CCVER equals &quot;gcc47&quot; then &quot;cc&quot;, &quot;gcc&quot;, &quot;c++&quot;, &quot;g++&quot; etc all refer to /usr/libexec/gcc47/ versions rather than /usr/libexec/gcc44 versions.  You can use this at will, e.g.

&#062; env CCVER=gcc47 cc --version should return version information for gcc47.  

The only script that uses WORLD_CCVER variable is the global makefile.  If WORLD_CCVER is set to &quot;gcc47&quot; then that script makes sure CCVER is set everywhere during the build.  It applies to both world and kernel.

To recap: Use CCVER for everything except world and kernel, use WORLD_CCVER for world and kernel.]]></description>
			<content:encoded><![CDATA[<p>Ah, you know I think you misunderstand how CCVER and WORLD_CCVER works.</p>
<p>Both are environment variables.  If the environment variable CCVER equals &#8220;gcc47&#8221; then &#8220;cc&#8221;, &#8220;gcc&#8221;, &#8220;c++&#8221;, &#8220;g++&#8221; etc all refer to /usr/libexec/gcc47/ versions rather than /usr/libexec/gcc44 versions.  You can use this at will, e.g.</p>
<p>&gt; env CCVER=gcc47 cc &#8211;version should return version information for gcc47.  </p>
<p>The only script that uses WORLD_CCVER variable is the global makefile.  If WORLD_CCVER is set to &#8220;gcc47&#8221; then that script makes sure CCVER is set everywhere during the build.  It applies to both world and kernel.</p>
<p>To recap: Use CCVER for everything except world and kernel, use WORLD_CCVER for world and kernel.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://www.dragonflydigest.com/2012/10/02/gcc-4-7-in-gcc-4-1-out/comment-page-1/#comment-45554</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 07:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=10481#comment-45554</guid>

					<description><![CDATA[There&#039;s no policy to ban GPLv3 licenced software from base in DragonFly.  My interpretation is that the best tool wins, but if all things are equal between two candidates, take the one with the BSD-like license.  However, tools are rarely equal.

Justin: CCVER and WORLD_CCVER must be capitalized.  You have listed them as lower case in the post.]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s no policy to ban GPLv3 licenced software from base in DragonFly.  My interpretation is that the best tool wins, but if all things are equal between two candidates, take the one with the BSD-like license.  However, tools are rarely equal.</p>
<p>Justin: CCVER and WORLD_CCVER must be capitalized.  You have listed them as lower case in the post.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dean		</title>
		<link>https://www.dragonflydigest.com/2012/10/02/gcc-4-7-in-gcc-4-1-out/comment-page-1/#comment-45552</link>

		<dc:creator><![CDATA[Dean]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 02:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=10481#comment-45552</guid>

					<description><![CDATA[Other BSD&#039;s spend their time on other compilers, some of which are BSD licensed. From day 1, DragonFlyBSD has been more focused on conceiving and proving deep operating system innovations, rather than license purity. It is what it is, there are BSD&#039;s for many tastes. Its the beauty of a completely free market.]]></description>
			<content:encoded><![CDATA[<p>Other BSD&#8217;s spend their time on other compilers, some of which are BSD licensed. From day 1, DragonFlyBSD has been more focused on conceiving and proving deep operating system innovations, rather than license purity. It is what it is, there are BSD&#8217;s for many tastes. Its the beauty of a completely free market.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Justin Sherrill		</title>
		<link>https://www.dragonflydigest.com/2012/10/02/gcc-4-7-in-gcc-4-1-out/comment-page-1/#comment-45551</link>

		<dc:creator><![CDATA[Justin Sherrill]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 02:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=10481#comment-45551</guid>

					<description><![CDATA[Because newer versions of gcc offer features older ones do not?  Because DragonFly as a whole project tends to be focused on utility rather than license?  Because that&#039;s what someone was willing to put the effort into for upgrading?

Those answers are kind of flippant, though maybe not the last one.  More seriously, if you can point at a documented restriction on what DragonFly users can do because of the different license on the compiler, I&#039;d like to see it.]]></description>
			<content:encoded><![CDATA[<p>Because newer versions of gcc offer features older ones do not?  Because DragonFly as a whole project tends to be focused on utility rather than license?  Because that&#8217;s what someone was willing to put the effort into for upgrading?</p>
<p>Those answers are kind of flippant, though maybe not the last one.  More seriously, if you can point at a documented restriction on what DragonFly users can do because of the different license on the compiler, I&#8217;d like to see it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shwing		</title>
		<link>https://www.dragonflydigest.com/2012/10/02/gcc-4-7-in-gcc-4-1-out/comment-page-1/#comment-45549</link>

		<dc:creator><![CDATA[Shwing]]></dc:creator>
		<pubDate>Wed, 03 Oct 2012 01:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.shiningsilence.com/dbsdlog/?p=10481#comment-45549</guid>

					<description><![CDATA[Why does DragonFly include GPLv3 code in base? 4.2.1 was the last GPLv2 version IIRC.]]></description>
			<content:encoded><![CDATA[<p>Why does DragonFly include GPLv3 code in base? 4.2.1 was the last GPLv2 version IIRC.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
