summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-21 19:58:20 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-21 19:58:20 +0000
commitc6b1c1e809a2bed731638e9595bf81c1f763a49c (patch)
tree9be83aca8b03b96801dbfc28b3225e978cfad0aa /gnu/usr.bin/binutils
parentdc9aea6cc4f9f0f4b5cecde2b0af7557a0d02435 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc06
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 29e46aef0d2f..fb6efe1aef96 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -4,15 +4,17 @@
# use the normal "Makefile.inc" mechanism, because we need some of these
# definitions before the sub-Makefile is processed.
-VERSION= "2.15 [FreeBSD] 2005-06-08"
+VERSION= "2.17 [FreeBSD] 2007-08-07"
TARGET_ARCH?= ${MACHINE_ARCH}
+TARGET_VENDOR?= unknown
+TARGET_OS?= freebsd
.if ${TARGET_ARCH} == "amd64"
BINUTILS_ARCH=x86_64
.else
BINUTILS_ARCH=${TARGET_ARCH}
.endif
-TARGET_TUPLE?= ${BINUTILS_ARCH}-obrien-freebsd
+TARGET_TUPLE?= ${BINUTILS_ARCH}-${TARGET_VENDOR}-${TARGET_OS}
# RELTOP is the relative path to this point in the source or object
# tree, from any subdirectory of same. It gets extra "../" prefixes