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

Makefile.inc « machine « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a53cf9c10c94e4d66538db7fc576a96a1321d7fb (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
if HAVE_LIBC_MACHINE_AARCH64
include %D%/aarch64/Makefile.inc
endif
if HAVE_LIBC_MACHINE_AMDGCN
include %D%/amdgcn/Makefile.inc
endif
if HAVE_LIBC_MACHINE_ARC
include %D%/arc/Makefile.inc
endif
if HAVE_LIBC_MACHINE_ARM
include %D%/arm/Makefile.inc
endif
if HAVE_LIBC_MACHINE_BFIN
include %D%/bfin/Makefile.inc
endif
if HAVE_LIBC_MACHINE_CR16
include %D%/cr16/Makefile.inc
endif
if HAVE_LIBC_MACHINE_CRIS
include %D%/cris/Makefile.inc
endif
if HAVE_LIBC_MACHINE_CRX
include %D%/crx/Makefile.inc
endif
if HAVE_LIBC_MACHINE_CSKY
include %D%/csky/Makefile.inc
endif
if HAVE_LIBC_MACHINE_D10V
include %D%/d10v/Makefile.inc
endif
if HAVE_LIBC_MACHINE_D30V
include %D%/d30v/Makefile.inc
endif
if HAVE_LIBC_MACHINE_EPIPHANY
include %D%/epiphany/Makefile.inc
endif
if HAVE_LIBC_MACHINE_FR30
include %D%/fr30/Makefile.inc
endif
if HAVE_LIBC_MACHINE_FRV
include %D%/frv/Makefile.inc
endif
if HAVE_LIBC_MACHINE_FT32
include %D%/ft32/Makefile.inc
endif
if HAVE_LIBC_MACHINE_H8300
include %D%/h8300/Makefile.inc
endif
if HAVE_LIBC_MACHINE_H8500
include %D%/h8500/Makefile.inc
endif
if HAVE_LIBC_MACHINE_HPPA
include %D%/hppa/Makefile.inc
endif
if HAVE_LIBC_MACHINE_I386
include %D%/i386/Makefile.inc
endif
if HAVE_LIBC_MACHINE_I960
include %D%/i960/Makefile.inc
endif
if HAVE_LIBC_MACHINE_IQ2000
include %D%/iq2000/Makefile.inc
endif
if HAVE_LIBC_MACHINE_LM32
include %D%/lm32/Makefile.inc
endif
if HAVE_LIBC_MACHINE_M32C
include %D%/m32c/Makefile.inc
endif
if HAVE_LIBC_MACHINE_M32R
include %D%/m32r/Makefile.inc
endif
if HAVE_LIBC_MACHINE_M68HC11
include %D%/m68hc11/Makefile.inc
endif
if HAVE_LIBC_MACHINE_M68K
include %D%/m68k/Makefile.inc
endif
if HAVE_LIBC_MACHINE_M88K
include %D%/m88k/Makefile.inc
endif
if HAVE_LIBC_MACHINE_MEP
include %D%/mep/Makefile.inc
endif
if HAVE_LIBC_MACHINE_MICROBLAZE
include %D%/microblaze/Makefile.inc
endif
if HAVE_LIBC_MACHINE_MIPS
include %D%/mips/Makefile.inc
endif
if HAVE_LIBC_MACHINE_MN10200
include %D%/mn10200/Makefile.inc
endif
if HAVE_LIBC_MACHINE_MN10300
include %D%/mn10300/Makefile.inc
endif
if HAVE_LIBC_MACHINE_MOXIE
include %D%/moxie/Makefile.inc
endif
if HAVE_LIBC_MACHINE_MSP430
include %D%/msp430/Makefile.inc
endif
if HAVE_LIBC_MACHINE_MT
include %D%/mt/Makefile.inc
endif
if HAVE_LIBC_MACHINE_NDS32
include %D%/nds32/Makefile.inc
endif
if HAVE_LIBC_MACHINE_NECV70
include %D%/necv70/Makefile.inc
endif
if HAVE_LIBC_MACHINE_NIOS2
include %D%/nios2/Makefile.inc
endif
if HAVE_LIBC_MACHINE_NVPTX
include %D%/nvptx/Makefile.inc
endif
if HAVE_LIBC_MACHINE_OR1K
include %D%/or1k/Makefile.inc
endif
if HAVE_LIBC_MACHINE_POWERPC
include %D%/powerpc/Makefile.inc
endif
if HAVE_LIBC_MACHINE_PRU
include %D%/pru/Makefile.inc
endif
if HAVE_LIBC_MACHINE_RISCV
include %D%/riscv/Makefile.inc
endif
if HAVE_LIBC_MACHINE_RL78
include %D%/rl78/Makefile.inc
endif
if HAVE_LIBC_MACHINE_RX
include %D%/rx/Makefile.inc
endif
if HAVE_LIBC_MACHINE_SH
include %D%/sh/Makefile.inc
endif
if HAVE_LIBC_MACHINE_SPARC
include %D%/sparc/Makefile.inc
endif
if HAVE_LIBC_MACHINE_SPU
include %D%/spu/Makefile.inc
endif
if HAVE_LIBC_MACHINE_TIC4X
include %D%/tic4x/Makefile.inc
endif
if HAVE_LIBC_MACHINE_TIC6X
include %D%/tic6x/Makefile.inc
endif
if HAVE_LIBC_MACHINE_TIC80
include %D%/tic80/Makefile.inc
endif
if HAVE_LIBC_MACHINE_V850
include %D%/v850/Makefile.inc
endif
if HAVE_LIBC_MACHINE_VISIUM
include %D%/visium/Makefile.inc
endif
if HAVE_LIBC_MACHINE_W65
include %D%/w65/Makefile.inc
endif
if HAVE_LIBC_MACHINE_X86_64
include %D%/x86_64/Makefile.inc
endif
if HAVE_LIBC_MACHINE_XC16X
include %D%/xc16x/Makefile.inc
endif
if HAVE_LIBC_MACHINE_XSTORMY16
include %D%/xstormy16/Makefile.inc
endif
if HAVE_LIBC_MACHINE_XTENSA
include %D%/xtensa/Makefile.inc
endif
if HAVE_LIBC_MACHINE_Z8K
include %D%/z8k/Makefile.inc
endif