Bug 859966 - Switch linux builds to gcc 4.7.2. r=gps

This commit is contained in:
Mike Hommey 2013-05-17 08:21:45 +02:00
parent 1dabec7d89
commit 9da0a2d33f

View File

@ -1,4 +1,4 @@
. "$topsrcdir/build/mozconfig.common"
CC=/tools/gcc-4.5-0moz3/bin/gcc
CXX=/tools/gcc-4.5-0moz3/bin/g++
CC="/tools/gcc-4.7.2-0moz1/bin/gcc"
CXX="/tools/gcc-4.7.2-0moz1/bin/g++"