[svn] GnuPG - r4080 - trunk
svn author dshaw
cvs at cvs.gnupg.org
Sat Mar 25 04:05:31 CET 2006
Author: dshaw
Date: 2006-03-25 04:05:30 +0100 (Sat, 25 Mar 2006)
New Revision: 4080
Modified:
trunk/ChangeLog
trunk/README
Log:
* README: Missing some instructions on building a fat binary.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-03-22 23:05:32 UTC (rev 4079)
+++ trunk/ChangeLog 2006-03-25 03:05:30 UTC (rev 4080)
@@ -1,3 +1,7 @@
+2006-03-24 David Shaw <dshaw at jabberwocky.com>
+
+ * README: Missing some instructions on building a fat binary.
+
2006-03-20 David Shaw <dshaw at jabberwocky.com>
* configure.ac: Improved --disable-endian-check that doesn't
Modified: trunk/README
===================================================================
--- trunk/README 2006-03-22 23:05:32 UTC (rev 4079)
+++ trunk/README 2006-03-25 03:05:30 UTC (rev 4080)
@@ -742,7 +742,7 @@
You can build a universal ("fat") binary that will work on both
PPC and Intel Macs with something like:
- ./configure CFLAGS="-arch ppc -arch i386" \
+ ./configure CFLAGS="-arch ppc -arch i386" --disable-endian-check \
--disable-dependency-tracking --disable-asm
If you are doing the build on a OS X 10.4 (Tiger) PPC machine you
More information about the Gnupg-commits
mailing list