6584a89fdf
The recommended way nowadays is to use build.sh for generating cross-toolchains; for details, see e.g. http://www.netbsd.org/Documentation/cross/
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.27 2002/10/03 19:18:36 wiz Exp $
|
|
#
|
|
|
|
COMMENT= Cross-platform development utilities
|
|
|
|
SUBDIR+= bfd-crunchide
|
|
SUBDIR+= bfd-mdsetimage
|
|
SUBDIR+= binutils
|
|
SUBDIR+= h8300-hms-binutils
|
|
SUBDIR+= h8300-hms-gcc
|
|
SUBDIR+= i386-cygwin32
|
|
SUBDIR+= i386-linux
|
|
SUBDIR+= i386-linuxglibc1
|
|
SUBDIR+= i386-mingw32
|
|
SUBDIR+= i386-msdosdjgpp
|
|
SUBDIR+= i386-netbsdpe
|
|
SUBDIR+= m68k-netbsd
|
|
SUBDIR+= mipsEEel-netbsd
|
|
SUBDIR+= zoularis
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|