diff options
author | martin <martin@pkgsrc.org> | 2014-03-31 09:51:35 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2014-03-31 09:51:35 +0000 |
commit | 1c0ef25dfd2e5e257156421269e864895ce37042 (patch) | |
tree | f5f2b3129565e732c3af13b3a7bebceacea892a1 /cross | |
parent | 3f5468d04d21f4ebb255fcccc02c73c1e0c0b219 (diff) | |
download | pkgsrc-1c0ef25dfd2e5e257156421269e864895ce37042.tar.gz |
Add binutils-mips-current and gcc-mips-current
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 3e3511e582b..102f53e267f 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2014/01/17 01:50:00 jnemeth Exp $ +# $NetBSD: Makefile,v 1.59 2014/03/31 09:51:35 martin Exp $ # COMMENT= Cross-platform development utilities @@ -13,6 +13,7 @@ SUBDIR+= avrdude SUBDIR+= bfd-crunchide SUBDIR+= bfd-mdsetimage SUBDIR+= binutils +SUBDIR+= binutils-mips-current SUBDIR+= bossa SUBDIR+= cc65 SUBDIR+= dasm @@ -25,6 +26,7 @@ SUBDIR+= freemint-ldg SUBDIR+= freemint-mintbin SUBDIR+= freemint-mintlib SUBDIR+= freemint-pml +SUBDIR+= gcc-mips-current SUBDIR+= h8300-elf-binutils SUBDIR+= h8300-elf-gcc34 SUBDIR+= h8300-hms-binutils |