diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2001-01-24 12:13:26 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2001-01-24 12:13:26 +0000 |
commit | 0b59e67548768a7e433430d4916bfd71739a0f46 (patch) | |
tree | cc6db97ef741ba24315c8a255ae621ecc49c58de /cross | |
parent | a7ca15c284c921a94577e0b622299b19764e9b6c (diff) | |
download | pkgsrc-0b59e67548768a7e433430d4916bfd71739a0f46.tar.gz |
Oops, forgot to add this:
> Add m68k-netbsdelf target.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 1ab40584e2f..5f1b96246a3 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/01/04 01:18:07 itojun Exp $ +# $NetBSD: Makefile,v 1.21 2001/01/24 12:13:26 tsutsui Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -30,7 +30,7 @@ BINDIR= ${PREFIX}/libexec/binutils ENABLE_TARGETS+= alpha-netbsd arm-netbsd \ i386-cygwin32 i386-elf i386-go32 i386-linux \ i386-netbsd i386-netware \ - m68k-elf m68k-netbsd m68k-sunos4 \ + m68k-elf m68k-netbsd m68k-netbsdelf m68k-sunos4 \ mipseb-netbsd mipsel-netbsd \ powerpc-eabi powerpcle-eabi \ sparc-netbsd sparc-solaris2 sparc-sunos4 \ |