gcc: update to 6.2.1.
This commit is contained in:
parent
82de3192d9
commit
a0e3cb9a42
13 changed files with 6120 additions and 908 deletions
6
xbps-src
6
xbps-src
|
@ -403,9 +403,9 @@ 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=4
|
||||
readonly XBPS_GCC_VERSION_MINOR=9
|
||||
readonly XBPS_GCC_VERSION_BUILD=4
|
||||
readonly XBPS_GCC_VERSION_MAJOR=6
|
||||
readonly XBPS_GCC_VERSION_MINOR=2
|
||||
readonly XBPS_GCC_VERSION_BUILD=1
|
||||
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