<?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: Universal builds for PPC &amp; x86</title>
	<atom:link href="http://blog.mcohen.me/2005/11/08/universal-builds-for-ppc-x86/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mcohen.me/2005/11/08/universal-builds-for-ppc-x86/</link>
	<description>Reality has a liberal bias.</description>
	<lastBuildDate>Sun, 16 Oct 2011 02:30:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: UsefulLinks - Xjournal - Trac</title>
		<link>http://blog.mcohen.me/2005/11/08/universal-builds-for-ppc-x86/#comment-469</link>
		<dc:creator>UsefulLinks - Xjournal - Trac</dc:creator>
		<pubDate>Sat, 05 May 2007 21:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://mcdevzone.com/2005/11/08/universal-builds-for-ppc-x86#comment-469</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] History      Useful Links Universal Builds for PPC and Intel Apple Universal Binary Programming Guidelines GCC 4.01 Porting Guide    [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://dev.wp-plugins.org/wiki/Kramer"><img src="http://blog.mcohen.me/wp-content/plugins/kramer/kramer.php?kramer=gif-icon" class="technorati-balloon" alt="Kramer auto Pingback" style="border:0;" /></a>[...] History      Useful Links Universal Builds for PPC and Intel Apple Universal Binary Programming Guidelines GCC 4.01 Porting Guide    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Young</title>
		<link>http://blog.mcohen.me/2005/11/08/universal-builds-for-ppc-x86/#comment-467</link>
		<dc:creator>David Young</dc:creator>
		<pubDate>Sun, 20 Nov 2005 21:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://mcdevzone.com/2005/11/08/universal-builds-for-ppc-x86#comment-467</guid>
		<description>GCC_VERSION is new, and it&#039;s the key. Before that, you were stuck with separate build passes for gcc 4.0 and 3.3 on Intel/PPC, respectively, and lipo afterwards. Or, you could have done &lt;a href=&quot;http://www.stuffonfire.com/2005/10/one_halfbaked_idea_and_one_use.html&quot; rel=&quot;nofollow&quot;&gt;this unsupported hack&lt;/a&gt;, </description>
		<content:encoded><![CDATA[<p>GCC_VERSION is new, and it&#039;s the key. Before that, you were stuck with separate build passes for gcc 4.0 and 3.3 on Intel/PPC, respectively, and lipo afterwards. Or, you could have done <a href="http://www.stuffonfire.com/2005/10/one_halfbaked_idea_and_one_use.html" rel="nofollow">this unsupported hack</a>,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Tsai - Blog - Xcode 2.2 Universal Binaries</title>
		<link>http://blog.mcohen.me/2005/11/08/universal-builds-for-ppc-x86/#comment-465</link>
		<dc:creator>Michael Tsai - Blog - Xcode 2.2 Universal Binaries</dc:creator>
		<pubDate>Fri, 11 Nov 2005 15:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://mcdevzone.com/2005/11/08/universal-builds-for-ppc-x86#comment-465</guid>
		<description>[...] Mike Cohen shows how to use Xcode&#8217;s new per-architecture build settings to create Universal Binaries that run on Mac OS X 10.2. Shell script contortions are no longer necessary, except of course for libraries compiled outside of Xcode. [...]</description>
		<content:encoded><![CDATA[<p>[...] Mike Cohen shows how to use Xcode&rsquo;s new per-architecture build settings to create Universal Binaries that run on Mac OS X 10.2. Shell script contortions are no longer necessary, except of course for libraries compiled outside of Xcode. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://blog.mcohen.me/2005/11/08/universal-builds-for-ppc-x86/#comment-466</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Fri, 11 Nov 2005 14:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://mcdevzone.com/2005/11/08/universal-builds-for-ppc-x86#comment-466</guid>
		<description>Architecture-dependent build settings aren&#039;t new. I can confirm that SDKROOT was able to be tweaked in 2.1 already, and probably years before; earlier documentation refers to it as a way to compile for ppc64 (the G5), now 30 months old. (However, I don&#039;t know if MACOSX_DEPLOYMENT_TARGET and GCC_VERSION are available on these older versions.) </description>
		<content:encoded><![CDATA[<p>Architecture-dependent build settings aren&#039;t new. I can confirm that SDKROOT was able to be tweaked in 2.1 already, and probably years before; earlier documentation refers to it as a way to compile for ppc64 (the G5), now 30 months old. (However, I don&#039;t know if MACOSX_DEPLOYMENT_TARGET and GCC_VERSION are available on these older versions.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy’s Little Corner Of The Web…</title>
		<link>http://blog.mcohen.me/2005/11/08/universal-builds-for-ppc-x86/#comment-468</link>
		<dc:creator>Jeremy’s Little Corner Of The Web…</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://mcdevzone.com/2005/11/08/universal-builds-for-ppc-x86#comment-468</guid>
		<description>&lt;!--%kramer-pre%--&gt; »/dev/random: Universal builds for PPC &amp; x86&lt;!--%kramer-post%--&gt;</description>
		<content:encoded><![CDATA[<p><a class="technorati-balloon" href="http://www.technorati.com/cosmos/search.html?url="><img src="http://static.technorati.com/images/bubble_h17.gif" class="technorati-balloon" alt="links from Technorati" style="border:0;" /></a> »/dev/random: Universal builds for PPC &amp; x86</p>
]]></content:encoded>
	</item>
</channel>
</rss>

