summaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authortv <tv>1999-01-06 21:43:34 +0000
committertv <tv>1999-01-06 21:43:34 +0000
commit86a3414482bc0a0abb3de4e3f5e2b711c3d8f88c (patch)
treec1a99dd5c12ab1354aa8f1ad5bbaa46aa784ae0b /cross
parentbfbfe5947d035cc46bad4ada66f94d1810817061 (diff)
downloadpkgsrc-86a3414482bc0a0abb3de4e3f5e2b711c3d8f88c.tar.gz
Add a hack --target argument so this builds on not yet supported NetBSD
hosts (don't use --host as default --target).
Diffstat (limited to 'cross')
-rw-r--r--cross/binutils/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index 60c2648dd26..d76a1dd5379 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1999/01/04 22:37:31 tv Exp $
+# $NetBSD: Makefile,v 1.2 1999/01/06 21:43:34 tv Exp $
#
# GNU binutils configured to hold `as many targets as the cross system is
# capable of using'. Configures and builds everything except gas, which
@@ -17,7 +17,9 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-64-bit-bfd \
- --enable-targets=${ENABLE_TARGETS_LIST}
+ --enable-targets=${ENABLE_TARGETS_LIST} \
+ --target=powerpc-eabi
+# --target above ensures that --host is not included as default
MAKE_ARGS+= CFLAGS="${CFLAGS}"
ALL_TARGET= all-binutils all-gprof all-ld