diff options
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2006-03-24 David Shaw <[email protected]> + + * README: Missing some instructions on building a fat binary. + 2006-03-20 David Shaw <[email protected]> * configure.ac: Improved --disable-endian-check that doesn't @@ -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 |