diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-27 22:32:55 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2002-06-27 22:32:55 +0000 |
commit | caffd74ead4f6f2acb55e72132922ae443d5914d (patch) | |
tree | 1cd9d8a1e007f83c24830023bea99e9d9c4d9f58 /cross | |
parent | 58025bbdd5ccbb5b95c86a42aa45f74a3d7616a8 (diff) | |
download | pkgsrc-caffd74ead4f6f2acb55e72132922ae443d5914d.tar.gz |
add and enable h8300-hms-binutils and h8300-hms-gcc
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index d68ed9cc10a..61fb02d5836 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/01/22 12:17:44 kent Exp $ +# $NetBSD: Makefile,v 1.26 2002/06/27 22:32:55 dmcmahill Exp $ # COMMENT= Cross-platform development utilities @@ -8,6 +8,8 @@ SUBDIR+= armv2-netbsd SUBDIR+= bfd-crunchide SUBDIR+= bfd-mdsetimage SUBDIR+= binutils +SUBDIR+= h8300-hms-binutils +SUBDIR+= h8300-hms-gcc SUBDIR+= i386-cygwin32 SUBDIR+= i386-linux SUBDIR+= i386-linuxglibc1 |