Bug 902104 - upgrade to GCC 4.7.3; r=gps

This commit is contained in:
Nathan Froyd 2013-08-06 12:39:11 -04:00
Родитель f2e69e21d4
Коммит 8a9ab9e177
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -117,7 +117,7 @@ def build_one_stage_aux(stage_dir, llvm_source_dir):
"--enable-targets=" + ",".join(targets),
"--disable-assertions",
"--prefix=%s" % inst_dir,
"--with-gcc-toolchain=/tools/gcc-4.7.2-0moz1"]
"--with-gcc-toolchain=/tools/gcc-4.7.3-0moz1"]
build_package(llvm_source_dir, build_dir, configure_opts, [])
if __name__ == "__main__":

Просмотреть файл

@ -1,7 +1,7 @@
. "$topsrcdir/build/mozconfig.common"
CC="/tools/gcc-4.7.2-0moz1/bin/gcc"
CXX="/tools/gcc-4.7.2-0moz1/bin/g++"
CC="/tools/gcc-4.7.3-0moz1/bin/gcc"
CXX="/tools/gcc-4.7.3-0moz1/bin/g++"
ac_add_options --enable-elf-hack