summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2017-07-31 22:19:39 +0000
committermarius <marius@FreeBSD.org>2017-07-31 22:19:39 +0000
commit054e15f186105f319d8373002c677ecce2d95883 (patch)
treeca4761144f614b6d6ab298b36f2ebbf10a8a74e4 /Makefile.inc1
parent986ad262028531ef032ab40c3303e2b34a8abb0d (diff)
downloadFreeBSD-src-054e15f186105f319d8373002c677ecce2d95883.zip
FreeBSD-src-054e15f186105f319d8373002c677ecce2d95883.tar.gz
Update stable/10 from 10.3-STABLE to 10.4-PRERELEASE as part of
the 10.4 release cycle, also belatedly marking the official start of the code slush. Set the default mdoc(7) version to 10.4, and update the clang(1) TARGET_TRIPLE to reflect 10.4. While at it, add missing FreeBSD major versions to mdoc(7). Approved by: re (implicit)
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index d79f668..885aaba 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -359,7 +359,7 @@ TARGET_ABI= gnueabi
.else
TARGET_ABI= unknown
.endif
-TARGET_TRIPLE?= ${TARGET_ARCH:C/amd64/x86_64/}-${TARGET_ABI}-freebsd10.0
+TARGET_TRIPLE?= ${TARGET_ARCH:C/amd64/x86_64/}-${TARGET_ABI}-freebsd10.4
XFLAGS+= -target ${TARGET_TRIPLE}
.endif
.endif
OpenPOWER on IntegriCloud