summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-23 23:23:42 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-23 23:23:42 +0000
commitc5fd30d6a31aad3f3f23abb28a491701dd806f27 (patch)
tree3b406c4df52897fdb0260fab6b6ffc05ea63a3ad /trunk/BUILDING.txt
parent02d98d477575101937a30eb927143423b679425c (diff)
We don't actually need to use GCC 4.0 to do a backward compatible build, and it slows things down relative to GCC 4.2
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@148 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index 1a574ff..a9cdcae 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/BUILDING.txt
@@ -146,9 +146,10 @@ to the configure command line.
Add
- CC=gcc-4.0 CXX=g++-4.0 CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
- -mmacosx-version-min=10.4 -O3 -m32' CXXFLAGS='-isysroot \
- /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4 -O3 -m32' \
+ CFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
+ -mmacosx-version-min=10.4 -O3 -m32' \
+ CXXFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
+ -mmacosx-version-min=10.4 -O3 -m32' \
LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
-mmacosx-version-min=10.4 -m32'