зеркало из https://github.com/mozilla/gecko-dev.git
Bug 902104 - upgrade to GCC 4.7.3; r=gps
This commit is contained in:
Родитель
f2e69e21d4
Коммит
8a9ab9e177
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче