Revision
72994
Author
jmr@macports.org
Date
2010-10-31 13:03:51 -0700 (Sun, 31 Oct 2010)

Log Message

merge r71844 from trunk:
 revert r59583, since host_cpu ends up containing "powerpc" on ppc machines which is not a valid build_arch

Modified Paths

Diff

Modified: branches/release_1_9/base/doc/macports.conf.in (72993 => 72994)


--- branches/release_1_9/base/doc/macports.conf.in	2010-10-31 20:00:15 UTC (rev 72993)
+++ branches/release_1_9/base/doc/macports.conf.in	2010-10-31 20:03:51 UTC (rev 72994)
@@ -56,7 +56,7 @@
 # CPU architecture to compile for. Defaults to i386 or ppc on Mac OS X 10.5
 # and earlier, depending on the CPU type detected at runtime. On Mac OS X 10.6
 # the default is x86_64 if the CPU supports it, i386 otherwise.
-#build_arch			@host_cpu@
+#build_arch			i386
 
 # CPU architectures to use for Universal Binaries (+universal variant)
 universal_archs		@UNIVERSAL_ARCHS@