summaryrefslogtreecommitdiff
path: root/cross/Makefile
blob: a7d1dfc8097b7cb275312a1fc9733a596646eeb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# $NetBSD: Makefile,v 1.68 2016/10/19 12:49:48 ryoon Exp $
#

COMMENT=	Cross-platform development utilities

SUBDIR+=	GenFw
SUBDIR+=	arm-none-eabi-binutils
SUBDIR+=	arm-none-eabi-gcc
SUBDIR+=	arm-none-eabi-gdb
SUBDIR+=	atasm
SUBDIR+=	avr-binutils
SUBDIR+=	avr-gcc
SUBDIR+=	avr-gdb
SUBDIR+=	avr-libc
SUBDIR+=	avrdude
SUBDIR+=	bfd-crunchide
SUBDIR+=	bfd-mdsetimage
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
SUBDIR+=	freemint-cflib
SUBDIR+=	freemint-gcc
SUBDIR+=	freemint-gemlib
SUBDIR+=	freemint-ldg
SUBDIR+=	freemint-mintbin
SUBDIR+=	freemint-mintlib
SUBDIR+=	freemint-pml
SUBDIR+=	gcc-mips-current
SUBDIR+=	h8300-elf-binutils
SUBDIR+=	h8300-elf-gcc
SUBDIR+=	h8300-hms-binutils
SUBDIR+=	h8300-hms-gcc
SUBDIR+=	icdprog
SUBDIR+=	mingw
SUBDIR+=	mingw-binutils
SUBDIR+=	mingw-gcc
SUBDIR+=	mingw-runtime-bin
SUBDIR+=	mingw-w32api-bin
#SUBDIR+=	nios2			# just contains makefile fragments
SUBDIR+=	nios2-binutils
SUBDIR+=	nios2-gcc
SUBDIR+=	nios2-gcc3
SUBDIR+=	nios2-gcc41
SUBDIR+=	objconv
SUBDIR+=	stlink
SUBDIR+=	uisp

.include "../mk/misc/category.mk"