Skip to content

Commit

Permalink
Renamed gcc-fat to gcc-fat.sh, added CHANGES entry
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Apr 30, 2006
1 parent 0db5513 commit 3ab609d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,4 +1,7 @@
1.2.5:
Sam Lantinga - Sun Apr 30 01:48:40 PDT 2006
* Added gcc-fat.sh for generating Universal binaries on Mac OS X
* Updated libtool support to version 1.5.22
Sam Lantinga - Sat Feb 4 15:17:44 PST 2006
* Added support for XV thumbnail images
Gautier Portet - Fri, 19 Mar 2004 17:35:12 +0100
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -29,7 +29,7 @@ EXTRA_DIST = \
IMG_xxx.c \
SDL_image.spec \
SDL_image.spec.in \
gcc-fat \
gcc-fat.sh \
autogen.sh

libSDL_image_la_LDFLAGS = \
Expand Down
2 changes: 1 addition & 1 deletion gcc-fat → gcc-fat.sh
Expand Up @@ -2,7 +2,7 @@
#
# Build Universal binaries on Mac OS X, thanks Ryan!
#
# Usage: ./configure CC="sh gcc-fat" && make && rm -rf ppc x86
# Usage: ./configure CC="sh gcc-fat.sh" && make && rm -rf ppc x86

# PowerPC compiler flags (10.2 runtime compatibility)
GCC_COMPILE_PPC="gcc-3.3 -arch ppc \
Expand Down

0 comments on commit 3ab609d

Please sign in to comment.