Skip to content

Commit

Permalink
gcc v12.2.0, binutils v2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Aug 20, 2022
1 parent 354ddb9 commit e670a91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ To build binaries locally run `build.sh`. Make sure you have installed all neces

To build binaries using Docker, run:

docker run -ti --rm -v `pwd`:/output -e OUTPUT=/output -w /mnt ubuntu:20.04
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates libgmp-dev libmpc-dev libmpfr-dev libisl-dev xz-utils texinfo patch p7zip cmake make curl m4 gcc g++ mingw-w64
docker run -ti --rm -v `pwd`:/output -e OUTPUT=/output -w /mnt ubuntu:22.04
apt update
DEBIAN_FRONTEND=noninteractive apt install --no-install-recommends -y \
ca-certificates libgmp-dev libmpc-dev libmpfr-dev libisl-dev xz-utils texinfo patch bzip2 p7zip cmake make curl m4 gcc g++ mingw-w64
/output/build.sh 32
/output/build.sh 64
exit
Expand Down
6 changes: 3 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ZSTD_VERSION=1.5.2
GMP_VERSION=6.2.1
MPFR_VERSION=4.1.0
MPC_VERSION=1.2.1
ISL_VERSION=0.23
ISL_VERSION=0.25
EXPAT_VERSION=2.4.8
BINUTILS_VERSION=2.38
GCC_VERSION=12.1.0
BINUTILS_VERSION=2.39
GCC_VERSION=12.2.0
MAKE_VERSION=4.2.1
GDB_VERSION=12.1

Expand Down

0 comments on commit e670a91

Please sign in to comment.