Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 674647 - Add a file for setting the common settings used when bui…
Browse files Browse the repository at this point in the history
…lding a non universal binary for 10.5. r=armenzg,ted
  • Loading branch information
cixtor committed Jul 27, 2011
1 parent 462ac5d commit 4efa52e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build/macosx/mozconfig.leopard
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
if test -z "$CC" ; then
CC=gcc-4.2
fi

if test -z "$CXX" ; then
CXX=g++-4.2
fi

# We do 32 bit builds for leopard
CC="$CC -arch i386"
CXX="$CXX -arch i386"

ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.5.sdk

0 comments on commit 4efa52e

Please sign in to comment.