Discussing with tijl resulted in decision ot restore *_configargs in order to fix libiconv linkage. This does build on DragonFly.
20 lines
422 B
Text
20 lines
422 B
Text
# $FreeBSD$
|
|
|
|
GCC_BRANCH= 5
|
|
GCC_POINT= 1.0
|
|
GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT}
|
|
SNAPSHOT= 20150422
|
|
BUILD_RELEASE= yes
|
|
MAIN_PR= 1
|
|
UTIL_PR= 0
|
|
ARMV7_PR= 0
|
|
|
|
.if ${BUILD_RELEASE:Mno}
|
|
# Snapshot naming pattern
|
|
IDENTIFICATION= gcc-${GCC_BRANCH}-${SNAPSHOT}
|
|
MS_SUBDIR= snapshots/${GCC_BRANCH}-${SNAPSHOT}
|
|
.else
|
|
# Release naming pattern
|
|
IDENTIFICATION= gcc-${GCC_VERSION}
|
|
MS_SUBDIR= releases/gcc-${GCC_VERSION}
|
|
.endif
|