mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* README: Missing some instructions on building a fat binary.
This commit is contained in:
parent
97b0606a95
commit
025aabfd8e
@ -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>
|
2006-03-20 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* configure.ac: Improved --disable-endian-check that doesn't
|
* 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
|
You can build a universal ("fat") binary that will work on both
|
||||||
PPC and Intel Macs with something like:
|
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
|
--disable-dependency-tracking --disable-asm
|
||||||
|
|
||||||
If you are doing the build on a OS X 10.4 (Tiger) PPC machine you
|
If you are doing the build on a OS X 10.4 (Tiger) PPC machine you
|
||||||
|
Loading…
x
Reference in New Issue
Block a user