3c5eef98bd
The signal trampoline detection for NetBSD 7 and later is still broken. Support for NetBSD 6.99 has been removed along with supporte for 32-bit DragonFly. The modifications to the testsuite were misguided and have also been removed.
21 lines
478 B
Text
21 lines
478 B
Text
# $NetBSD: Makefile.version,v 1.3 2016/08/28 17:59:36 marino Exp $
|
|
#
|
|
|
|
SNAPSHOT= 20160603
|
|
GCC_BRANCH= 5
|
|
GCC_POINT= 4.0
|
|
GCC_VERSION= ${GCC_BRANCH}.${GCC_POINT}
|
|
BUILD_RELEASE= yes
|
|
MAIN_PR= 0
|
|
|
|
.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
|