Bug 781302 - Drop support for gcc 4.2. r=ted.

This commit is contained in:
Rafael Ávila de Espíndola 2012-08-27 15:34:31 -04:00
parent 9992fafc63
commit b559fa07f2

View File

@ -6,11 +6,6 @@ elif [ -d "$topsrcdir/../clang" ]; then
# comm-central based build
export CC=$topsrcdir/../clang/bin/clang
export CXX=$topsrcdir/../clang/bin/clang++
else
# SeaMonkey does not have clang installed so need
# to set CC and CXX here.
export CC=/usr/bin/gcc-4.2
export CXX=/usr/bin/g++-4.2
fi
ac_add_options --enable-stdcxx-compat