xbps-src: update GCC version to 8.2.0

This commit is contained in:
Jürgen Buchmüller 2018-08-08 17:13:05 +02:00
parent a96d3bc866
commit 4ca83f7f90
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ readonly XBPS_VERSION_REQ="0.46"
readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
readonly XBPS_SRC_VERSION="113"
export XBPS_MACHINE=$(xbps-uhelper arch)
readonly XBPS_GCC_VERSION_MAJOR=7
readonly XBPS_GCC_VERSION_MAJOR=8
readonly XBPS_GCC_VERSION_MINOR=2
readonly XBPS_GCC_VERSION_BUILD=0
readonly XBPS_GCC_VERSION=${XBPS_GCC_VERSION_MAJOR}.${XBPS_GCC_VERSION_MINOR}.${XBPS_GCC_VERSION_BUILD}