update the nightly configuration for x68_64 target to the newest toolchain. (NicJA)
[AROS.git] / scripts / nightly / pkg / hosted-linux-x86_64
blob258bf868031e3b7698d886472d8f8ac0f316578a
1 #!/bin/zsh
2 # Creates linux-x86_64 "hosted" binary packages.
4 CONFIGUREEXTRA="--with-binutils-version=2.32 --with-gcc-version=8.2.0"
6 BUILDCPU=x86_64
7 BUILDTARGET=linux-$BUILDCPU
9 source $SP/pkg/hosted