summaryrefslogtreecommitdiff
path: root/trunk/BUILDING.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-06-04 23:09:00 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-06-04 23:09:00 +0000
commit0a8cd488e57f026e657d327c3464aa5cd88a0fe7 (patch)
treea7fb69484bb771a5b31f33e4f0a0af3ac7f56b8d /trunk/BUILDING.txt
parent392e022b82d6099cf691dfe678085e45e2a47a63 (diff)
Some Linux platforms require -m32 in the LDFLAGS as well
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@196 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/BUILDING.txt')
-rw-r--r--trunk/BUILDING.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/BUILDING.txt b/trunk/BUILDING.txt
index fae1a8a..afbf822 100644
--- a/trunk/BUILDING.txt
+++ b/trunk/BUILDING.txt
@@ -112,7 +112,7 @@ Build Recipes
Add
- --host i686-pc-linux-gnu CFLAGS='-O3 -m32' CXXFLAGS='-O3 -m32'
+ --host i686-pc-linux-gnu CFLAGS='-O3 -m32' CXXFLAGS='-O3 -m32' LDFLAGS=-m32
to the configure command line.