diff options
author | Moonchild <moonchild@palemoon.org> | 2022-03-02 18:19:24 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-03-21 13:23:11 +0000 |
commit | dff3696c29a7c0b8cc3d7ebfa45f67a71f652a2f (patch) | |
tree | 929221864ba9a5ca6823f5c594b4bfc790d930d8 /build/unix | |
parent | e0d9f5cda41908bd0cf9ab8f356206c2f5ac7e6c (diff) | |
download | aura-central-dff3696c29a7c0b8cc3d7ebfa45f67a71f652a2f.tar.gz |
Issue %15 - Part 1: remove a number of old GCC hacks.
Diffstat (limited to 'build/unix')
-rwxr-xr-x | build/unix/build-gcc/build-gcc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/unix/build-gcc/build-gcc.sh b/build/unix/build-gcc/build-gcc.sh index df3bc5dfd..2c4d7b323 100755 --- a/build/unix/build-gcc/build-gcc.sh +++ b/build/unix/build-gcc/build-gcc.sh @@ -1,6 +1,6 @@ #!/bin/bash -gcc_version=4.8.5 +gcc_version=7.1.0 binutils_version=2.25.1 this_path=$(readlink -f $(dirname $0)) make_flags='-j12' |