diff options
author | tv <tv@pkgsrc.org> | 1999-01-06 21:43:34 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-01-06 21:43:34 +0000 |
commit | 88cb86365fee117c7b748004663c114a9d58f976 (patch) | |
tree | c1a99dd5c12ab1354aa8f1ad5bbaa46aa784ae0b /cross/binutils | |
parent | 056e008d046f3e9b252c20c9a887cafb7c00f081 (diff) | |
download | pkgsrc-88cb86365fee117c7b748004663c114a9d58f976.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/binutils')
-rw-r--r-- | cross/binutils/Makefile | 6 |
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 |