From 666d7c4948154f111ecb39f3d2ac219bc0340f73 Mon Sep 17 00:00:00 2001 From: wawa Date: Sat, 23 Feb 2019 09:45:04 +0000 Subject: [PATCH] toolchain update. (NicJA) git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55719 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- scripts/nightly/pkg/bootiso-grub2-pc-x86_64 | 2 +- scripts/nightly/pkg/bootiso-grub2-pc-x86_64-smp | 2 +- scripts/nightly/pkg/crosstools-pc-x86_64 | 2 +- scripts/nightly/pkg/hosted-linux-x86_64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/nightly/pkg/bootiso-grub2-pc-x86_64 b/scripts/nightly/pkg/bootiso-grub2-pc-x86_64 index 33facf7fcb..22b1c439a3 100755 --- a/scripts/nightly/pkg/bootiso-grub2-pc-x86_64 +++ b/scripts/nightly/pkg/bootiso-grub2-pc-x86_64 @@ -1,7 +1,7 @@ #!/bin/zsh # Creates AROS/pc-x86_64 grub2 bootiso binary packages. -CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.2.0" +CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.3.0" BUILDCPU=x86_64 BUILDTARGET=pc-$BUILDCPU diff --git a/scripts/nightly/pkg/bootiso-grub2-pc-x86_64-smp b/scripts/nightly/pkg/bootiso-grub2-pc-x86_64-smp index 19929458ab..f2c44cedb7 100644 --- a/scripts/nightly/pkg/bootiso-grub2-pc-x86_64-smp +++ b/scripts/nightly/pkg/bootiso-grub2-pc-x86_64-smp @@ -1,7 +1,7 @@ #!/bin/zsh # Creates AROS/pc-x86_64-smp grub2 bootiso binary packages. -CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.2.0" +CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.3.0" BUILDCPU=x86_64 BUILDTARGET=pc-$BUILDCPU diff --git a/scripts/nightly/pkg/crosstools-pc-x86_64 b/scripts/nightly/pkg/crosstools-pc-x86_64 index 11793ed9a8..2e66613f45 100755 --- a/scripts/nightly/pkg/crosstools-pc-x86_64 +++ b/scripts/nightly/pkg/crosstools-pc-x86_64 @@ -1,7 +1,7 @@ #!/bin/zsh # Creates AROS/pc-x86_64 crosstools packages. -CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.2.0" +CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.3.0" BUILDTARGET=pc-x86_64 diff --git a/scripts/nightly/pkg/hosted-linux-x86_64 b/scripts/nightly/pkg/hosted-linux-x86_64 index 258bf86803..0a9bf57525 100755 --- a/scripts/nightly/pkg/hosted-linux-x86_64 +++ b/scripts/nightly/pkg/hosted-linux-x86_64 @@ -1,7 +1,7 @@ #!/bin/zsh # Creates linux-x86_64 "hosted" binary packages. -CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.2.0" +CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.3.0" BUILDCPU=x86_64 BUILDTARGET=linux-$BUILDCPU -- 2.11.4.GIT