diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-04-30 13:25:30 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-04-30 13:25:30 +0000 |
commit | 42d32edb0c0ea7496430d95b6e46d105c284be71 (patch) | |
tree | b7c4bbc63d73239a5ca9f042503a6c465fa3d8ec /cross | |
parent | 5739b4845ba486fc86f7f99ceb1c05280cbbfeb8 (diff) | |
download | pkgsrc-42d32edb0c0ea7496430d95b6e46d105c284be71.tar.gz |
Add h8300-elf-binutils.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index 8083900e621..5ba27f89067 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2011/12/20 09:17:01 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2013/04/30 13:25:30 ryoon Exp $ # COMMENT= Cross-platform development utilities @@ -16,6 +16,7 @@ SUBDIR+= binutils SUBDIR+= cc65 SUBDIR+= dasm SUBDIR+= dfu-programmer +SUBDIR+= h8300-elf-binutils SUBDIR+= h8300-hms-binutils SUBDIR+= h8300-hms-gcc SUBDIR+= i386-cygwin32 |