gcc: update to 7.5.0
[openadk.git] / target / config / Config.in.tools
blobb6c740525e59aeb4266d65089358f173bf796735
1 # always required from OpenADK
2 config ADK_HOST_BUILD_ADK_HELPER
3         bool
4         default y
6 config ADK_HOST_BUILD_ELFTOAOUT
7         bool
8         default y if ADK_TARGET_ARCH_SPARC
10 config ADK_HOST_BUILD_AUTOCONF
11         bool
12         default y
14 config ADK_HOST_BUILD_AUTOMAKE
15         bool
16         default y
18 config ADK_HOST_BUILD_BISON
19         bool
20         default y
22 config ADK_HOST_BUILD_DTC
23         bool
24         default n
26 config ADK_HOST_BUILD_FAKEROOT
27         bool
28         default n
30 config ADK_HOST_BUILD_FLEX
31         bool
32         default y
34 config ADK_HOST_BUILD_M4
35         bool
36         default y
38 config ADK_HOST_BUILD_LIBTOOL
39         bool
40         default y
42 config ADK_HOST_BUILD_LIBRESSL
43         bool
44         default n
46 config ADK_HOST_BUILD_PKGCONF
47         bool
48         default y
50 config ADK_HOST_BUILD_WGET
51         bool
52         default n
54 # always required, but can be provided by host
55 config ADK_HOST_BUILD_BASH
56         bool
57         default n
59 config ADK_HOST_BUILD_BC
60         bool
61         select ADK_HOST_BUILD_FLEX
62         default n
64 config ADK_HOST_BUILD_BZIP2
65         bool
66         default n
68 config ADK_HOST_BUILD_CMAKE
69         bool
70         default y if ADK_BUILD_COMPILER_LLVM
71         default n
73 config ADK_HOST_BUILD_CPIO
74         bool
75         default n
77 config ADK_HOST_BUILD_ETRAX_TOOLS
78         bool
79         default y if ADK_TARGET_SYSTEM_FOXBOARD_LX832
80         default n
82 config ADK_HOST_BUILD_FILE
83         bool
84         default n
86 config ADK_HOST_BUILD_FINDUTILS
87         bool
88         default n
90 config ADK_HOST_BUILD_GAWK
91         bool
92         default y if ADK_HOST_DARWIN
93         default n
95 config ADK_HOST_BUILD_OBJCONV
96         bool
97         default y if ADK_HOST_DARWIN
98         default n
100 config ADK_HOST_BUILD_GREP
101         bool
102         default n
104 config ADK_HOST_BUILD_U_BOOT
105         bool
106         depends on !ADK_TARGET_ARCH_H8300
107         default y if ADK_HOST_NEED_UBOOT
108         default n
110 config ADK_HOST_BUILD_U_BOOT_H8300
111         bool
112         depends on ADK_TARGET_ARCH_H8300
113         default y if ADK_HOST_NEED_UBOOT
114         default n
116 config ADK_HOST_BUILD_OPENOCD
117         bool
118         default n
120 config ADK_HOST_BUILD_PATCH
121         bool
122         default n
124 config ADK_HOST_BUILD_SED
125         bool
126         default n
128 config ADK_HOST_BUILD_STLINK
129         bool
130         default n
132 config ADK_HOST_BUILD_TAR
133         bool
134         default n
136 config ADK_HOST_BUILD_XZ
137         bool
138         default n
140 # optional, but can be provided by host
141 config ADK_HOST_BUILD_DOSFSTOOLS
142         bool
143         default n
145 config ADK_HOST_BUILD_E2FSPROGS
146         bool
147         default n
149 config ADK_HOST_BUILD_GPTFDISK
150         bool
151         default n
153 config ADK_HOST_BUILD_MKE2IMG
154         bool
155         default n
157 config ADK_HOST_BUILD_MTOOLS
158         bool
159         default n
161 config ADK_HOST_BUILD_GENIMAGE
162         bool
163         select ADK_HOST_BUILD_MKE2IMG
164         select ADK_HOST_BUILD_MTOOLS
165         select ADK_HOST_BUILD_GENEXT2FS
166         select ADK_HOST_BUILD_GPTFDISK
167         select ADK_HOST_BUILD_E2FSPROGS
168         select ADK_HOST_BUILD_DOSFSTOOLS
169         default n
171 config ADK_HOST_BUILD_CCACHE
172         bool
173         default n
175 config ADK_HOST_NEED_CDRTOOLS
176         bool
177         default n
179 config ADK_HOST_BUILD_CDRTOOLS
180         bool
181         default n
183 config ADK_HOST_NEED_GENEXT2FS
184         bool
185         default n
187 config ADK_HOST_BUILD_GENEXT2FS
188         bool
189         default n
191 config ADK_HOST_NEED_LZ4
192         bool
193         default n
195 config ADK_HOST_BUILD_LZ4
196         bool
197         default n
199 config ADK_HOST_NEED_LZMA
200         bool
201         default n
203 config ADK_HOST_BUILD_LZMA
204         bool
205         default n
207 config ADK_HOST_NEED_LZOP
208         bool
209         default n
211 config ADK_HOST_BUILD_LZIP
212         bool
213         default n
215 config ADK_HOST_BUILD_LZOP
216         bool
217         default n
219 config ADK_HOST_NEED_MKSH
220         bool
221         default n
223 config ADK_HOST_BUILD_MKSH
224         bool
225         default n
227 config ADK_HOST_NEED_QEMU
228         bool
229         default n
231 config ADK_HOST_BUILD_QEMU
232         bool
233         default n
235 config ADK_HOST_BUILD_COREUTILS
236         bool
237         default n
239 config ADK_HOST_BUILD_UTIL_LINUX
240         bool
241         default n
243 # optional, must be used from OpenADK
244 config ADK_HOST_NEED_MTD_UTILS
245         bool
246         default n
248 config ADK_HOST_BUILD_MTD_UTILS
249         bool
250         select ADK_HOST_BUILD_UTIL_LINUX
251         default y if ADK_HOST_NEED_MTD_UTILS
252         default n
254 config ADK_HOST_NEED_KERNEL2MINOR
255         bool
256         default n
258 config ADK_HOST_BUILD_KERNEL2MINOR
259         bool
260         default y if ADK_HOST_NEED_KERNEL2MINOR
261         default n
263 config ADK_HOST_BUILD_PATCHELF
264         bool
265         default n
267 config ADK_HOST_NEED_OPKG
268         bool
269         default n
271 config ADK_HOST_BUILD_OPKG
272         bool
273         default y if ADK_HOST_NEED_OPKG
274         default n
276 config ADK_HOST_NEED_SQUASHFS
277         bool
278         default n
280 config ADK_HOST_BUILD_SQUASHFS
281         bool
282         select ADK_HOST_BUILD_XZ
283         default y if ADK_HOST_NEED_SQUASHFS
284         default n
286 config ADK_HOST_NEED_SYSLINUX
287         bool
288         default n
290 config ADK_HOST_BUILD_SYSLINUX
291         bool
292         default y if ADK_HOST_NEED_SYSLINUX
293         default n
295 config ADK_HOST_BUILD_PCRE
296         bool
297         default y if ADK_HOST_DARWIN
298         default n
300 config ADK_HOST_BUILD_KMOD
301         bool
302         default n
304 config ADK_HOST_NEED_U_BOOT
305         bool
306         default n
308 source "target/config/Config.in.prereq"
310 config ADK_COMPRESSION_TOOL
311         string
312         default "gzip -n9" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_GZIP
313         default "bzip2" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_BZIP2
314         default "xz -v --check=crc32 --lzma2=dict=1MiB" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_XZ
315         default "lz4c -l" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZ4
316         default "lzma -9" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZMA
317         default "lzop" if ADK_LINUX_KERNEL_INITRAMFS_COMPRESSION_LZO
318         default "gzip -n9"
319         help