freebsd-ports/lang/gcc5-aux/Makefile.version
John Marino 3f8855b08e lang/gcc5-aux: set build/host_configargs again
Discussing with tijl resulted in decision ot restore *_configargs
in order to fix libiconv linkage.  This does build on DragonFly.
2015-04-28 19:40:54 +00:00

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