diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-04-30 13:27:16 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-04-30 13:27:16 +0000 |
commit | 024eed5767719a55c7eef1fb1f9345d039e4c717 (patch) | |
tree | 3d9a6d7b39efb356056e056423ffc7f3b5e3d193 /cross | |
parent | c4a24302fe178e8ec0ab6933732630f4c57dbd62 (diff) | |
download | pkgsrc-024eed5767719a55c7eef1fb1f9345d039e4c717.tar.gz |
Add h8300-elf-gcc34
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 5ba27f89067..45419a54542 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2013/04/30 13:25:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.49 2013/04/30 13:27:16 ryoon Exp $ # COMMENT= Cross-platform development utilities @@ -17,6 +17,7 @@ SUBDIR+= cc65 SUBDIR+= dasm SUBDIR+= dfu-programmer SUBDIR+= h8300-elf-binutils +SUBDIR+= h8300-elf-gcc34 SUBDIR+= h8300-hms-binutils SUBDIR+= h8300-hms-gcc SUBDIR+= i386-cygwin32 |