summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2017-05-19 00:00:38 +0000
committergjb <gjb@FreeBSD.org>2017-05-19 00:00:38 +0000
commit36e493fadc47cf70ed3ceef4004b3e22425681fd (patch)
treeff07dadddbf21a0ce8f18d504288ef81c4e04f13 /Makefile.inc1
parentb763b254d60837797c4bc2eef59a68983305c143 (diff)
downloadFreeBSD-src-36e493fadc47cf70ed3ceef4004b3e22425681fd.zip
FreeBSD-src-36e493fadc47cf70ed3ceef4004b3e22425681fd.tar.gz
Update stable/11 from 11.0-STABLE to 11.1-PRERELEASE, marking the
official start of the code slush. Set the default mdoc(7) version to 11.1, and update the clang(1) TARGET_TRIPLE to reflect 11.1. While here, add missing FreeBSD major versions to mdoc(7). Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
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 4995c24..554c8d2 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -596,7 +596,7 @@ XCXXFLAGS+= -isystem ${WORLDTMP}/usr/include/c++/v1 -std=c++11 \
.endif
.else
TARGET_ABI?= unknown
-TARGET_TRIPLE?= ${TARGET_ARCH:C/amd64/x86_64/}-${TARGET_ABI}-freebsd11.0
+TARGET_TRIPLE?= ${TARGET_ARCH:C/amd64/x86_64/}-${TARGET_ABI}-freebsd11.1
XCFLAGS+= -target ${TARGET_TRIPLE}
.endif
XCFLAGS+= --sysroot=${WORLDTMP}
OpenPOWER on IntegriCloud