2018-05-28 16:20:22 +02:00
|
|
|
# The attempt to upgrade to version 6.4.1 was done incorrectly.
|
|
|
|
# When 6.5.1 is released, set the SNAPSHOT to the release date,
|
|
|
|
# but also set BUILD_RELEASE to "yes". Otherwise snapshots will
|
|
|
|
# continue to be used and eventually be removed from mirrors.
|
|
|
|
|
2015-12-06 17:04:22 +01:00
|
|
|
GCC_BRANCH= 6
|
2018-07-17 16:02:34 +02:00
|
|
|
GCC_POINT= 4.1
|
2015-12-06 17:04:22 +01:00
|
|
|
GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT}
|
2018-05-28 16:20:22 +02:00
|
|
|
SNAPSHOT= 20180516
|
2017-02-04 18:25:59 +01:00
|
|
|
BUILD_RELEASE= no
|
2022-11-28 12:07:17 +01:00
|
|
|
MAIN_PR= 3
|
2018-05-28 16:20:22 +02:00
|
|
|
UTIL_PR= 0
|
|
|
|
ARMV7_PR= 0
|
|
|
|
ARM64_PR= 0
|
|
|
|
X86_PR= 0
|
2015-12-06 17:04:22 +01:00
|
|
|
|
|
|
|
.if ${BUILD_RELEASE:Mno}
|
|
|
|
# Snapshot naming pattern
|
|
|
|
IDENTIFICATION= gcc-${GCC_BRANCH}-${SNAPSHOT}
|
|
|
|
MS_SUBDIR= snapshots/${GCC_BRANCH}-${SNAPSHOT}
|
|
|
|
PHASE= snapshot
|
|
|
|
.else
|
|
|
|
# Release naming pattern
|
|
|
|
IDENTIFICATION= gcc-${GCC_VERSION}
|
|
|
|
MS_SUBDIR= releases/gcc-${GCC_VERSION}
|
|
|
|
PHASE= release
|
|
|
|
.endif
|