Bug 501436 - move Gecko 1.9.3 tinderboxes and production builds to Mac OS X 10.5, 10.5 SDK, gcc-4.2; (Bv1) Fix comment too.

r=ted.mielczarek.
This commit is contained in:
Serge Gautherie 2010-03-03 11:12:28 +01:00
parent 991186070c
commit 1a6115bba2

View File

@ -63,7 +63,7 @@ if test "$MOZ_BUILD_APP" = "i386" -o "$MOZ_BUILD_APP" = "ppc"; then
CXX="g++-$GCC_VERSION -arch $TARGET_CPU"
# $HOST_CXX is presently unused. $HOST_CC will only be used during a cross
# compile. Always use the 4.0 compiler, since it will always be present and
# compile. Always use the 4.2 compiler, since it will always be present and
# will always work.
HOST_CC=gcc-4.2
HOST_CXX=g++-4.2