Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24d8407d5f894acefebcd69a860fdf4b37e4fe54 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
if HAVE_LIBC_SYS_A29KHIF_DIR
include %D%/a29khif/Makefile.inc
endif
if HAVE_LIBC_SYS_AMDGCN_DIR
include %D%/amdgcn/Makefile.inc
endif
if HAVE_LIBC_SYS_ARM_DIR
include %D%/arm/Makefile.inc
endif
if HAVE_LIBC_SYS_D10V_DIR
include %D%/d10v/Makefile.inc
endif
if HAVE_LIBC_SYS_EPIPHANY_DIR
include %D%/epiphany/Makefile.inc
endif
if HAVE_LIBC_SYS_H8300HMS_DIR
include %D%/h8300hms/Makefile.inc
endif
if HAVE_LIBC_SYS_H8500HMS_DIR
include %D%/h8500hms/Makefile.inc
endif
if HAVE_LIBC_SYS_M88KBUG_DIR
include %D%/m88kbug/Makefile.inc
endif
if HAVE_LIBC_SYS_MMIXWARE_DIR
include %D%/mmixware/Makefile.inc
endif
if HAVE_LIBC_SYS_NETWARE_DIR
include %D%/netware/Makefile.inc
endif
if HAVE_LIBC_SYS_OR1K_DIR
include %D%/or1k/Makefile.inc
endif
if HAVE_LIBC_SYS_RDOS_DIR
include %D%/rdos/Makefile.inc
endif
if HAVE_LIBC_SYS_RTEMS_DIR
include %D%/rtems/Makefile.inc
endif
if HAVE_LIBC_SYS_SH_DIR
include %D%/sh/Makefile.inc
endif
if HAVE_LIBC_SYS_SYSMEC_DIR
include %D%/sysmec/Makefile.inc
endif
if HAVE_LIBC_SYS_SYSNEC810_DIR
include %D%/sysnec810/Makefile.inc
endif
if HAVE_LIBC_SYS_SYSNECV850_DIR
include %D%/sysnecv850/Makefile.inc
endif
if HAVE_LIBC_SYS_SYSVI386_DIR
include %D%/sysvi386/Makefile.inc
endif
if HAVE_LIBC_SYS_SYSVNECV70_DIR
include %D%/sysvnecv70/Makefile.inc
endif
if HAVE_LIBC_SYS_TIC80_DIR
include %D%/tic80/Makefile.inc
endif
if HAVE_LIBC_SYS_TIRTOS_DIR
include %D%/tirtos/Makefile.inc
endif
if HAVE_LIBC_SYS_W65_DIR
include %D%/w65/Makefile.inc
endif
if HAVE_LIBC_SYS_XTENSA_DIR
include %D%/xtensa/Makefile.inc
endif
if HAVE_LIBC_SYS_Z8KSIM_DIR
include %D%/z8ksim/Makefile.inc
endif