aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2013-10-10 20:47:11 +0000
committerDimitry Andric <dim@FreeBSD.org>2013-10-10 20:47:11 +0000
commitc60c0372b0d4e18f0e6260652f173f252a0f5023 (patch)
tree24ddebcd34ef4c162987ce5262abc514873d9771 /Makefile.inc1
parentfce9c39777e387d24c59851fdd82c86bd53a0b47 (diff)
downloadsrc-c60c0372b0d4e18f0e6260652f173f252a0f5023.tar.gz
src-c60c0372b0d4e18f0e6260652f173f252a0f5023.zip
Bump OS versions in the toolchain triples to 11.0, and bump the
__FreeBSD_cc_version predefined macros in clang and gcc. Approved by: re (gjb)
Notes
Notes: svn path=/head/; revision=256298
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 ac10c2b1412d..e2d9f8870441 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -329,7 +329,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}-freebsd11.0
XFLAGS+= -target ${TARGET_TRIPLE}
.endif
.endif