Bug 1029245 - part 1 - modify build-gcc.sh to build GCC 4.9.4; r=glandium

PR 64905 apparently never got backported to 4.9.x, so we still need the
patch for that.
This commit is contained in:
Nathan Froyd 2016-12-21 04:28:08 -05:00
Родитель 0c4b96a65e
Коммит d3f03b9167
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
gcc_version=4.8.5 gcc_version=4.9.4
binutils_version=2.25.1 binutils_version=2.25.1
this_path=$(readlink -f $(dirname $0)) this_path=$(readlink -f $(dirname $0))
make_flags='-j12' make_flags='-j12'