mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* README: Missing some instructions on building a fat binary.
This commit is contained in:
parent
97b0606a95
commit
025aabfd8e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-03-24 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* README: Missing some instructions on building a fat binary.
|
||||
|
||||
2006-03-20 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* configure.ac: Improved --disable-endian-check that doesn't
|
||||
|
|
2
README
2
README
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue