diff options
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/Makefile b/cross/Makefile index d076f307259..125663a62f6 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2015/12/10 23:07:21 ryoon Exp $ +# $NetBSD: Makefile,v 1.66 2016/06/19 16:20:27 wiz Exp $ # COMMENT= Cross-platform development utilities @@ -15,10 +15,11 @@ SUBDIR+= avr-libc SUBDIR+= avrdude SUBDIR+= bfd-crunchide SUBDIR+= bfd-mdsetimage -SUBDIR+= binutils SUBDIR+= binutils-mips-current SUBDIR+= bossa SUBDIR+= cc65 +SUBDIR+= cross-binutils +#SUBDIR+= cross-libtool-base # added here to keep pkglint happy SUBDIR+= dasm SUBDIR+= dfu-programmer SUBDIR+= freemint-binutils @@ -35,7 +36,6 @@ SUBDIR+= h8300-elf-gcc34 SUBDIR+= h8300-hms-binutils SUBDIR+= h8300-hms-gcc SUBDIR+= icdprog -#SUBDIR+= libtool-base # added here to keep pkglint happy SUBDIR+= mingw SUBDIR+= mingw-binutils SUBDIR+= mingw-gcc |