Skip to content

Commit

Permalink
Pass 32-bit linker flag.
Browse files Browse the repository at this point in the history
TBR=deanm

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@309 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
evanm@google.com committed Aug 4, 2008
1 parent b56791c commit 4d74cc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/SConscript.main.linux
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ env = Environment(

# XXX linux-specific:
# Build 32-bit libraries/executables.
CCFLAGS='-m32'
CCFLAGS='-m32',
LINKFLAGS='-m32',
# TODO(linux): we should also compile with
# CCFLAGS='-Werror', but not yet.
)
Expand Down

0 comments on commit 4d74cc2

Please sign in to comment.