diff options
author | ryoon <ryoon> | 2016-10-19 12:41:43 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2016-10-19 12:41:43 +0000 |
commit | a417ba6082c6269420c09e083894251587eeaf46 (patch) | |
tree | fe9494873dc1c49f8e1fce62ad2dd94303a62018 /cross/Makefile | |
parent | 681229515ccb4dc332169e88a6f8d4a39bda0d08 (diff) | |
download | pkgsrc-a417ba6082c6269420c09e083894251587eeaf46.tar.gz |
Recycle h8300-elf-gcc entry
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index 125663a62f6..cd812ab4c00 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2016/06/19 16:20:27 wiz Exp $ +# $NetBSD: Makefile,v 1.67 2016/10/19 12:41:43 ryoon Exp $ # COMMENT= Cross-platform development utilities @@ -32,7 +32,7 @@ SUBDIR+= freemint-mintlib SUBDIR+= freemint-pml SUBDIR+= gcc-mips-current SUBDIR+= h8300-elf-binutils -SUBDIR+= h8300-elf-gcc34 +SUBDIR+= h8300-elf-gcc SUBDIR+= h8300-hms-binutils SUBDIR+= h8300-hms-gcc SUBDIR+= icdprog |