xbps-src: update XBPS_GCC_VERSION*
This commit is contained in:
parent
1a9775722c
commit
cb7df7b544
1 changed files with 2 additions and 2 deletions
4
xbps-src
4
xbps-src
|
@ -404,8 +404,8 @@ readonly XBPS_VERSION=$(xbps-uhelper -V|awk '{print $2}')
|
||||||
readonly XBPS_SRC_VERSION="113"
|
readonly XBPS_SRC_VERSION="113"
|
||||||
export XBPS_MACHINE=$(xbps-uhelper arch)
|
export XBPS_MACHINE=$(xbps-uhelper arch)
|
||||||
readonly XBPS_GCC_VERSION_MAJOR=6
|
readonly XBPS_GCC_VERSION_MAJOR=6
|
||||||
readonly XBPS_GCC_VERSION_MINOR=2
|
readonly XBPS_GCC_VERSION_MINOR=3
|
||||||
readonly XBPS_GCC_VERSION_BUILD=1
|
readonly XBPS_GCC_VERSION_BUILD=0
|
||||||
readonly XBPS_GCC_VERSION=${XBPS_GCC_VERSION_MAJOR}.${XBPS_GCC_VERSION_MINOR}.${XBPS_GCC_VERSION_BUILD}
|
readonly XBPS_GCC_VERSION=${XBPS_GCC_VERSION_MAJOR}.${XBPS_GCC_VERSION_MINOR}.${XBPS_GCC_VERSION_BUILD}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue