aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2004-05-14 19:52:13 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2004-05-14 19:52:13 +0000
commit771d9e0e1c6e8c68b82a8e2072a7ceea1f69a42f (patch)
tree94039d876d4fd55dcf20c012844ecca60a50f327
parent6068e2283037ac0fc250739044153b5a3a6b1717 (diff)
downloadports-771d9e0e1c6e8c68b82a8e2072a7ceea1f69a42f.tar.gz
ports-771d9e0e1c6e8c68b82a8e2072a7ceea1f69a42f.zip
Notes
-rw-r--r--devel/avr-binutils/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/avr-binutils/Makefile b/devel/avr-binutils/Makefile
index f18a5de3c57a..ebff29116ac0 100644
--- a/devel/avr-binutils/Makefile
+++ b/devel/avr-binutils/Makefile
@@ -21,6 +21,9 @@ WRKSRC= ${WRKDIR}/binutils-${PORTVERSION}
USE_BZIP2= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --target=avr
+.if (${MACHINE_ARCH} == "amd64")
+CONFIGURE_ARGS+= --host=x86_64-portbld-freebsd${OSREL}
+.endif
USE_LIBTOOL_VER= 13
LIBTOOLFILES= configure bfd/configure binutils/configure etc/configure \
gas/configure gprof/configure intl/configure ld/configure \