Revert "RISC-V: Support one more overlap for wv instructions"
[official-gcc.git] / Makefile.def
blob19954e7d731841275e8ac5eadcb5c50a582a9819
1 #! /usr/bin/autogen
2 AutoGen definitions Makefile.tpl;
4 // Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
5 // This file was originally written by Nathanael Nerode.
6 //
7 // Copyright 2002-2022 Free Software Foundation
8 //
9 // This file is free software; you can redistribute it and/or modify
10 // it under the terms of the GNU General Public License as published by
11 // the Free Software Foundation; either version 3 of the License, or
12 // (at your option) any later version.
13 //
14 // This program is distributed in the hope that it will be useful,
15 // but WITHOUT ANY WARRANTY; without even the implied warranty of
16 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 // GNU General Public License for more details.
18 //
19 // You should have received a copy of the GNU General Public License
20 // along with this program; see the file COPYING3. If not see
21 // <http://www.gnu.org/licenses/>.
24 // "missing" indicates that that module doesn't supply
25 // that recursive target in its Makefile.
27 build_modules= { module= libiberty; };
28 build_modules= { module= bison; };
29 build_modules= { module= flex; };
30 build_modules= { module= m4; };
31 build_modules= { module= texinfo; };
32 build_modules= { module= fixincludes; };
33 build_modules= { module= libcpp;
34 extra_configure_flags='--disable-nls am_cv_func_iconv=no';};
36 host_modules= { module= bfd; bootstrap=true; };
37 host_modules= { module= opcodes; bootstrap=true; };
38 host_modules= { module= binutils; bootstrap=true; };
39 host_modules= { module= bison; no_check_cross= true; };
40 host_modules= { module= cgen; };
41 host_modules= { module= dejagnu; };
42 host_modules= { module= etc; };
43 host_modules= { module= fastjar; no_check_cross= true; };
44 host_modules= { module= fixincludes; bootstrap=true;
45 missing= TAGS;
46 missing= install-dvi; };
47 host_modules= { module= flex; no_check_cross= true; };
48 host_modules= { module= gas; bootstrap=true; };
49 host_modules= { module= gcc; bootstrap=true;
50 extra_make_flags="$(EXTRA_GCC_FLAGS)";
51 extra_configure_flags='@gcc_host_pie@'; };
52 host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
53 // Work around in-tree gmp configure bug with missing flex.
54 extra_configure_flags='--disable-shared LEX="touch lex.yy.c" @host_libs_picflag@';
55 extra_make_flags='AM_CFLAGS="-DNO_ASM"';
56 no_install= true;
57 // none-*-* disables asm optimizations, bootstrap-testing
58 // the compiler more thoroughly.
59 host="none-${host_vendor}-${host_os}";
60 // gmp's configure will complain if given anything
61 // different from host for target.
62 target="none-${host_vendor}-${host_os}"; };
63 host_modules= { module= mpfr; lib_path=src/.libs; bootstrap=true;
64 extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@ @host_libs_picflag@';
65 extra_make_flags='AM_CFLAGS="-DNO_ASM"';
66 no_install= true; };
67 host_modules= { module= mpc; lib_path=src/.libs; bootstrap=true;
68 extra_configure_flags='--disable-shared @extra_mpc_gmp_configure_flags@ @extra_mpc_mpfr_configure_flags@ @host_libs_picflag@ --disable-maintainer-mode';
69 no_install= true; };
70 host_modules= { module= isl; lib_path=.libs; bootstrap=true;
71 extra_configure_flags='--disable-shared @extra_isl_gmp_configure_flags@ @host_libs_picflag@';
72 extra_make_flags='V=1';
73 no_install= true; };
74 host_modules= { module= gold; bootstrap=true; };
75 host_modules= { module= gprof; };
76 host_modules= { module= gprofng; };
77 host_modules= { module= gettext; bootstrap=true; no_install=true;
78 module_srcdir= "gettext/gettext-runtime";
79 // We always build gettext with pic, because some packages (e.g. gdbserver)
80 // need it in some configuratons, which is determined via nontrivial tests.
81 // Always enabling pic seems to make sense for something tied to
82 // user-facing output.
83 extra_configure_flags='--disable-shared --disable-threads --disable-java --disable-csharp --with-pic --disable-libasprintf';
84 missing= pdf;
85 missing= html;
86 missing= info;
87 missing= dvi;
88 missing= install-pdf;
89 missing= install-html;
90 missing= install-info;
91 missing= install-dvi;
92 missing= TAGS;
93 no_install= true; };
94 host_modules= { module= tcl;
95 missing=mostlyclean; };
96 host_modules= { module= itcl; };
97 host_modules= { module= ld; bootstrap=true; };
98 host_modules= { module= libbacktrace; bootstrap=true; };
99 host_modules= { module= libcpp; bootstrap=true; };
100 // As with libiconv, don't install any of libcody
101 host_modules= { module= libcody; bootstrap=true;
102 no_install= true;
103 missing= pdf;
104 missing= html;
105 missing= info;
106 missing= dvi;
107 missing= install-pdf;
108 missing= install-html;
109 missing= install-info;
110 missing= install-dvi;
111 missing=TAGS; };
112 host_modules= { module= libdecnumber; bootstrap=true;
113 missing=TAGS; };
114 host_modules= { module= libgui; };
115 host_modules= { module= libiberty; bootstrap=true;
116 extra_configure_flags='@extra_host_libiberty_configure_flags@';};
117 // Linker plugins may need their own build of libiberty; see
118 // gcc/doc/install.texi. We take care that this build of libiberty doesn't get
119 // installed. It's a helper library for linker plugins, so we pay attention to
120 // @extra_linker_plugin_flags@ and @extra_linker_plugin_configure_flags@.
121 host_modules= { module= libiberty-linker-plugin; bootstrap=true;
122 module_srcdir=libiberty;
123 extra_configure_flags='@extra_host_libiberty_configure_flags@ --disable-install-libiberty @extra_linker_plugin_flags@ @extra_linker_plugin_configure_flags@';
124 extra_make_flags='@extra_linker_plugin_flags@'; };
125 // We abuse missing to avoid installing anything for libiconv.
126 host_modules= { module= libiconv;
127 bootstrap=true;
128 extra_configure_flags='--disable-shared @host_libs_picflag@';
129 no_install= true;
130 missing= pdf;
131 missing= html;
132 missing= info;
133 missing= install-pdf;
134 missing= install-html;
135 missing= install-info; };
136 host_modules= { module= m4; };
137 host_modules= { module= readline; };
138 host_modules= { module= sid; };
139 host_modules= { module= sim; };
140 host_modules= { module= texinfo; no_install= true; };
141 host_modules= { module= zlib; no_install=true; no_check=true;
142 bootstrap=true;
143 extra_configure_flags='@extra_host_zlib_configure_flags@ @host_libs_picflag@';};
144 host_modules= { module= gnulib; };
145 host_modules= { module= gdbsupport; };
146 host_modules= { module= gdbserver; };
147 host_modules= { module= gdb; };
148 host_modules= { module= expect; };
149 host_modules= { module= guile; };
150 host_modules= { module= tk; };
151 host_modules= { module= libtermcap; no_check=true;
152 missing=mostlyclean;
153 missing=clean;
154 missing=distclean;
155 missing=maintainer-clean; };
156 host_modules= { module= utils; no_check=true; };
157 host_modules= { module= c++tools;
158 missing=TAGS; };
159 host_modules= { module= gnattools; };
160 host_modules= { module= lto-plugin; bootstrap=true;
161 extra_configure_flags='--enable-shared @extra_linker_plugin_flags@ @extra_linker_plugin_configure_flags@';
162 extra_make_flags='@extra_linker_plugin_flags@'; };
163 host_modules= { module= libcc1; extra_configure_flags=--enable-shared; };
164 host_modules= { module= gotools; };
165 host_modules= { module= libctf; bootstrap=true; };
166 host_modules= { module= libsframe; bootstrap=true; };
167 host_modules= { module= libgrust; bootstrap=true; };
169 target_modules = { module= libstdc++-v3;
170 bootstrap=true;
171 lib_path=src/.libs;
172 raw_cxx=true; };
173 target_modules = { module= libsanitizer;
174 bootstrap=true;
175 lib_path=.libs;
176 raw_cxx=true; };
177 target_modules = { module= libvtv;
178 bootstrap=true;
179 lib_path=.libs;
180 raw_cxx=true; };
181 target_modules = { module= libssp; lib_path=.libs; };
182 target_modules = { module= newlib; };
183 target_modules = { module= libgcc; bootstrap=true; no_check=true;
184 missing=TAGS;
185 missing=install-dvi; };
186 target_modules = { module= libbacktrace; bootstrap=true; };
187 target_modules = { module= libquadmath; };
188 target_modules = { module= libgfortran; };
189 target_modules = { module= libobjc;
190 missing=TAGS;
191 missing=install-dvi; };
192 target_modules = { module= libgo; };
193 target_modules = { module= libphobos; bootstrap=true;
194 lib_path=src/.libs; };
195 target_modules = { module= libtermcap; no_check=true;
196 missing=mostlyclean;
197 missing=clean;
198 missing=distclean;
199 missing=maintainer-clean; };
200 target_modules = { module= winsup; };
201 target_modules = { module= libgloss; no_check=true; };
202 target_modules = { module= libffi; no_install=true;
203 extra_configure_flags='--disable-shared --with-pic'; };
204 target_modules = { module= zlib; bootstrap=true; };
205 target_modules = { module= rda; };
206 target_modules = { module= libada; };
207 target_modules = { module= libgm2; lib_path=.libs; };
208 target_modules = { module= libgomp; bootstrap= true; lib_path=.libs; };
209 target_modules = { module= libitm; lib_path=.libs; };
210 target_modules = { module= libatomic; bootstrap=true; lib_path=.libs; };
211 target_modules = { module= libgrust; };
213 // These are (some of) the make targets to be done in each subdirectory.
214 // Not all; these are the ones which don't have special options.
215 // "depend" indicates that a target depends on another target uniformly
216 // for each subdirectory. There can be several such lines per target.
217 recursive_targets = { make_target= info;
218 depend=configure; };
219 recursive_targets = { make_target= dvi;
220 depend=configure; };
221 recursive_targets = { make_target= pdf;
222 depend=configure; };
223 recursive_targets = { make_target= html;
224 depend=configure; };
225 recursive_targets = { make_target= TAGS;
226 depend=configure; };
227 recursive_targets = { make_target= install-info;
228 depend=configure;
229 depend=info; };
230 recursive_targets = { make_target= install-dvi;
231 depend=configure;
232 depend=dvi; };
233 recursive_targets = { make_target= install-pdf;
234 depend=configure;
235 depend=pdf; };
236 recursive_targets = { make_target= install-html;
237 depend=configure;
238 depend=html; };
239 recursive_targets = { make_target= installcheck;
240 depend=configure; };
241 recursive_targets = { make_target= mostlyclean; };
242 recursive_targets = { make_target= clean; };
243 recursive_targets = { make_target= distclean; };
244 recursive_targets = { make_target= maintainer-clean; };
246 // Flags which need to be passed down.
248 // Directories etc.
249 flags_to_pass = { flag= DESTDIR ; };
250 flags_to_pass = { flag= RPATH_ENVVAR ; };
251 flags_to_pass = { flag= TARGET_SUBDIR ; };
252 flags_to_pass = { flag= bindir ; };
253 flags_to_pass = { flag= datadir ; };
254 flags_to_pass = { flag= exec_prefix ; };
255 flags_to_pass = { flag= includedir ; };
256 flags_to_pass = { flag= datarootdir ; };
257 flags_to_pass = { flag= docdir ; };
258 flags_to_pass = { flag= infodir ; };
259 flags_to_pass = { flag= pdfdir ; };
260 flags_to_pass = { flag= htmldir ; };
261 flags_to_pass = { flag= libdir ; };
262 flags_to_pass = { flag= libexecdir ; };
263 flags_to_pass = { flag= lispdir ; };
264 flags_to_pass = { flag= localstatedir ; };
265 flags_to_pass = { flag= mandir ; };
266 flags_to_pass = { flag= oldincludedir ; };
267 flags_to_pass = { flag= prefix ; };
268 flags_to_pass = { flag= sbindir ; };
269 flags_to_pass = { flag= sharedstatedir ; };
270 flags_to_pass = { flag= sysconfdir ; };
271 flags_to_pass = { flag= tooldir ; };
272 flags_to_pass = { flag= build_tooldir ; };
273 flags_to_pass = { flag= target_alias ; };
275 // Build tools
276 flags_to_pass = { flag= AWK ; };
277 flags_to_pass = { flag= BISON ; };
278 flags_to_pass = { flag= CC_FOR_BUILD ; };
279 flags_to_pass = { flag= CFLAGS_FOR_BUILD ; };
280 flags_to_pass = { flag= CXX_FOR_BUILD ; };
281 flags_to_pass = { flag= EXPECT ; };
282 flags_to_pass = { flag= FLEX ; };
283 flags_to_pass = { flag= INSTALL ; };
284 flags_to_pass = { flag= INSTALL_DATA ; };
285 flags_to_pass = { flag= INSTALL_PROGRAM ; };
286 flags_to_pass = { flag= INSTALL_SCRIPT ; };
287 flags_to_pass = { flag= LDFLAGS_FOR_BUILD ; };
288 flags_to_pass = { flag= LEX ; };
289 flags_to_pass = { flag= M4 ; };
290 flags_to_pass = { flag= MAKE ; };
291 flags_to_pass = { flag= RUNTEST ; };
292 flags_to_pass = { flag= RUNTESTFLAGS ; };
293 flags_to_pass = { flag= SED ; };
294 flags_to_pass = { flag= SHELL ; };
295 flags_to_pass = { flag= YACC ; };
297 // Host tools
298 flags_to_pass = { flag= ADAFLAGS ; optional=true ; };
299 flags_to_pass = { flag= ADA_CFLAGS ; };
300 flags_to_pass = { flag= AR_FLAGS ; };
301 flags_to_pass = { flag= BOOT_ADAFLAGS ; optional=true ; };
302 flags_to_pass = { flag= BOOT_CFLAGS ; };
303 flags_to_pass = { flag= BOOT_LDFLAGS ; };
304 flags_to_pass = { flag= CFLAGS ; };
305 flags_to_pass = { flag= CXXFLAGS ; };
306 flags_to_pass = { flag= LDFLAGS ; };
307 flags_to_pass = { flag= LIBCFLAGS ; };
308 flags_to_pass = { flag= LIBCXXFLAGS ; };
309 flags_to_pass = { flag= STAGE1_CHECKING ; };
310 flags_to_pass = { flag= STAGE1_LANGUAGES ; };
311 flags_to_pass = { flag= GNATBIND ; };
312 flags_to_pass = { flag= GNATMAKE ; };
313 flags_to_pass = { flag= GDC ; };
314 flags_to_pass = { flag= GDCFLAGS ; };
315 flags_to_pass = { flag= GUILE ; };
317 // Target tools
318 flags_to_pass = { flag= AR_FOR_TARGET ; };
319 flags_to_pass = { flag= AS_FOR_TARGET ; };
320 flags_to_pass = { flag= CC_FOR_TARGET ; };
321 flags_to_pass = { flag= CFLAGS_FOR_TARGET ; };
322 flags_to_pass = { flag= CPPFLAGS_FOR_TARGET ; };
323 flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; };
324 flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; };
325 flags_to_pass = { flag= DSYMUTIL_FOR_TARGET ; };
326 flags_to_pass = { flag= FLAGS_FOR_TARGET ; };
327 flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; };
328 flags_to_pass = { flag= GOC_FOR_TARGET ; };
329 flags_to_pass = { flag= GOCFLAGS_FOR_TARGET ; };
330 flags_to_pass = { flag= GDC_FOR_TARGET ; };
331 flags_to_pass = { flag= GDCFLAGS_FOR_TARGET ; };
332 flags_to_pass = { flag= GM2_FOR_TARGET ; };
333 flags_to_pass = { flag= GM2FLAGS_FOR_TARGET ; };
334 flags_to_pass = { flag= LD_FOR_TARGET ; };
335 flags_to_pass = { flag= LIPO_FOR_TARGET ; };
336 flags_to_pass = { flag= LDFLAGS_FOR_TARGET ; };
337 flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; };
338 flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; };
339 flags_to_pass = { flag= NM_FOR_TARGET ; };
340 flags_to_pass = { flag= OBJDUMP_FOR_TARGET ; };
341 flags_to_pass = { flag= OBJCOPY_FOR_TARGET ; };
342 flags_to_pass = { flag= RANLIB_FOR_TARGET ; };
343 flags_to_pass = { flag= READELF_FOR_TARGET ; };
344 flags_to_pass = { flag= STRIP_FOR_TARGET ; };
345 flags_to_pass = { flag= WINDRES_FOR_TARGET ; };
346 flags_to_pass = { flag= WINDMC_FOR_TARGET ; };
348 // Miscellaneous
349 flags_to_pass = { flag= BUILD_CONFIG ; };
350 flags_to_pass = { flag= LANGUAGES ; optional=true ; };
351 flags_to_pass = { flag= LEAN ; };
353 // Inter-module dependencies
355 // Build modules
356 dependencies = { module=all-build-bison; on=all-build-texinfo; };
357 dependencies = { module=all-build-flex; on=all-build-texinfo; };
358 dependencies = { module=all-build-flex; on=all-build-bison; };
359 dependencies = { module=all-build-flex; on=all-build-m4; };
360 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
361 dependencies = { module=all-build-m4; on=all-build-texinfo; };
362 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
363 dependencies = { module=all-build-libcpp; on=all-build-libiberty; };
365 // Host modules specific to gcc.
366 dependencies = { module=configure-gcc; on=configure-gettext; };
367 dependencies = { module=configure-gcc; on=all-gmp; };
368 dependencies = { module=configure-gcc; on=all-mpfr; };
369 dependencies = { module=configure-gcc; on=all-mpc; };
370 dependencies = { module=configure-gcc; on=all-isl; };
371 dependencies = { module=configure-gcc; on=all-lto-plugin; };
372 dependencies = { module=configure-gcc; on=all-binutils; };
373 dependencies = { module=configure-gcc; on=all-gas; };
374 dependencies = { module=configure-gcc; on=all-ld; };
375 dependencies = { module=configure-gcc; on=all-gold; };
376 dependencies = { module=configure-gcc; on=all-libiconv; };
377 dependencies = { module=all-gcc; on=all-libiberty; hard=true; };
378 dependencies = { module=all-gcc; on=all-libgrust; };
379 dependencies = { module=all-gcc; on=all-gettext; };
380 dependencies = { module=all-gcc; on=all-mpfr; };
381 dependencies = { module=all-gcc; on=all-mpc; };
382 dependencies = { module=all-gcc; on=all-isl; };
383 dependencies = { module=all-gcc; on=all-build-texinfo; };
384 dependencies = { module=all-gcc; on=all-build-bison; };
385 dependencies = { module=all-gcc; on=all-build-flex; };
386 dependencies = { module=all-gcc; on=all-build-libiberty; };
387 dependencies = { module=all-gcc; on=all-build-fixincludes; };
388 dependencies = { module=all-gcc; on=all-build-libcpp; };
389 dependencies = { module=all-gcc; on=all-zlib; };
390 dependencies = { module=all-gcc; on=all-libbacktrace; hard=true; };
391 dependencies = { module=all-gcc; on=all-libcpp; hard=true; };
392 dependencies = { module=all-gcc; on=all-libcody; hard=true; };
393 dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; };
394 dependencies = { module=all-gcc; on=all-libiberty; };
395 dependencies = { module=all-gcc; on=all-fixincludes; };
396 dependencies = { module=all-gcc; on=all-lto-plugin; };
397 dependencies = { module=all-gcc; on=all-libiconv; };
398 dependencies = { module=info-gcc; on=all-build-libiberty; };
399 dependencies = { module=dvi-gcc; on=all-build-libiberty; };
400 dependencies = { module=pdf-gcc; on=all-build-libiberty; };
401 dependencies = { module=html-gcc; on=all-build-libiberty; };
402 dependencies = { module=install-gcc ; on=install-fixincludes; };
403 dependencies = { module=install-gcc ; on=install-lto-plugin; };
404 dependencies = { module=install-strip-gcc ; on=install-strip-fixincludes; };
405 dependencies = { module=install-strip-gcc ; on=install-strip-lto-plugin; };
407 dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; };
408 dependencies = { module=configure-libcpp; on=configure-gettext; };
409 dependencies = { module=configure-libcpp; on=all-libiconv; };
410 dependencies = { module=all-libcpp; on=all-libiberty; hard=true; };
411 dependencies = { module=all-libcpp; on=all-gettext; };
412 dependencies = { module=all-libcpp; on=all-libiconv; };
414 dependencies = { module=all-fixincludes; on=all-libiberty; };
416 dependencies = { module=all-gnattools; on=all-target-libada; };
417 dependencies = { module=all-gnattools; on=all-target-libstdc++-v3; };
419 // Depending on the specific configuration, the LTO plugin will either use the
420 // generic libiberty build or the specific build for linker plugins.
421 dependencies = { module=all-lto-plugin; on=all-libiberty; };
422 dependencies = { module=all-lto-plugin; on=all-libiberty-linker-plugin; };
424 dependencies = { module=configure-libcc1; on=configure-gcc; };
425 dependencies = { module=all-libcc1; on=all-gcc; };
427 // we want version.o from gcc, and implicitly depend on libcody
428 dependencies = { module=all-c++tools; on=all-gcc; };
429 dependencies = { module=all-gotools; on=all-target-libgo; };
431 dependencies = { module=all-utils; on=all-libiberty; };
433 dependencies = { module=configure-gettext; on=all-libiconv; };
434 dependencies = { module=configure-mpfr; on=all-gmp; };
435 dependencies = { module=configure-mpc; on=all-mpfr; };
436 dependencies = { module=configure-isl; on=all-gmp; };
437 dependencies = { module=all-gettext; on=all-libiconv; };
439 // Host modules specific to gdb.
440 dependencies = { module=configure-gdb; on=all-gmp; };
441 dependencies = { module=configure-gdb; on=all-mpfr; };
442 dependencies = { module=configure-gdb; on=all-gettext; };
443 dependencies = { module=configure-gdb; on=configure-sim; };
444 dependencies = { module=configure-gdb; on=all-bfd; };
445 dependencies = { module=configure-gdb; on=all-gnulib; };
446 dependencies = { module=configure-gdb; on=all-gdbsupport; };
447 // Depend on all-libiconv so that configure checks for iconv
448 // functions will work.
449 dependencies = { module=configure-gdb; on=all-libiconv; };
450 dependencies = { module=all-gdb; on=all-libiberty; };
451 dependencies = { module=all-gdb; on=all-libiconv; };
452 dependencies = { module=all-gdb; on=all-gnulib; };
453 dependencies = { module=all-gdb; on=all-gdbsupport; };
454 dependencies = { module=all-gdb; on=all-opcodes; };
455 dependencies = { module=all-gdb; on=all-readline; };
456 dependencies = { module=all-gdb; on=all-build-bison; };
457 dependencies = { module=all-gdb; on=all-sim; };
458 dependencies = { module=all-gdb; on=all-libdecnumber; };
459 dependencies = { module=all-gdb; on=all-libtermcap; };
460 dependencies = { module=all-gdb; on=all-libctf; };
461 dependencies = { module=all-gdb; on=all-libbacktrace; };
463 // Host modules specific to gdbserver.
464 dependencies = { module=configure-gdbserver; on=all-gnulib; };
465 dependencies = { module=all-gdbserver; on=all-gdbsupport; };
466 dependencies = { module=all-gdbserver; on=all-gnulib; };
467 dependencies = { module=all-gdbserver; on=all-libiberty; };
469 dependencies = { module=configure-libgui; on=configure-tcl; };
470 dependencies = { module=configure-libgui; on=configure-tk; };
471 dependencies = { module=all-libgui; on=all-tcl; };
472 dependencies = { module=all-libgui; on=all-tk; };
473 dependencies = { module=all-libgui; on=all-itcl; };
475 dependencies = { module=configure-gdbsupport; on=configure-gnulib; };
476 dependencies = { module=configure-gdbsupport; on=configure-gettext; };
477 dependencies = { module=all-gdbsupport; on=all-gnulib; };
478 dependencies = { module=all-gdbsupport; on=all-gettext; };
480 // Host modules specific to binutils.
481 // build libsframe before bfd for encoder/decoder support for linking
482 // SFrame sections
483 dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; };
484 dependencies = { module=configure-bfd; on=configure-gettext; };
485 dependencies = { module=all-bfd; on=all-libiberty; };
486 dependencies = { module=all-bfd; on=all-gettext; };
487 dependencies = { module=all-bfd; on=all-zlib; };
488 dependencies = { module=all-bfd; on=all-libsframe; };
489 dependencies = { module=configure-opcodes; on=configure-libiberty; hard=true; };
490 dependencies = { module=all-opcodes; on=all-libiberty; };
492 // We must build gas before binutils, gprof, ld and gold to avoid race
493 // condition in the prev-gcc/as script during bootstrap of combined tree
494 // with GCC and binutils. See PR gas/14899 for details.
495 dependencies = { module=configure-binutils; on=configure-gettext; };
496 dependencies = { module=all-binutils; on=all-libiberty; };
497 dependencies = { module=all-binutils; on=all-opcodes; };
498 dependencies = { module=all-binutils; on=all-bfd; };
499 dependencies = { module=all-binutils; on=all-build-flex; };
500 dependencies = { module=all-binutils; on=all-build-bison; };
501 dependencies = { module=all-binutils; on=all-gettext; };
502 dependencies = { module=all-binutils; on=all-gas; };
503 dependencies = { module=all-binutils; on=all-libctf; };
504 dependencies = { module=all-ld; on=all-libctf; };
505 dependencies = { module=all-binutils; on=all-libsframe; };
507 // We put install-opcodes before install-binutils because the installed
508 // binutils might be on PATH, and they might need the shared opcodes
509 // library.
510 dependencies = { module=install-binutils; on=install-opcodes; };
511 dependencies = { module=install-strip-binutils; on=install-strip-opcodes; };
513 // Likewise for ld, libctf, and bfd.
514 dependencies = { module=install-libctf; on=install-bfd; };
515 dependencies = { module=install-ld; on=install-bfd; };
516 dependencies = { module=install-ld; on=install-libctf; };
517 dependencies = { module=install-strip-libctf; on=install-strip-bfd; };
518 dependencies = { module=install-strip-ld; on=install-strip-bfd; };
519 dependencies = { module=install-strip-ld; on=install-strip-libctf; };
521 // libbfd depends on libsframe
522 dependencies = { module=install-bfd; on=install-libsframe; };
523 dependencies = { module=install-strip-bfd; on=install-strip-libsframe; };
525 // libopcodes depends on libbfd
526 dependencies = { module=configure-opcodes; on=configure-bfd; hard=true; };
527 dependencies = { module=install-opcodes; on=install-bfd; };
528 dependencies = { module=install-strip-opcodes; on=install-strip-bfd; };
530 dependencies = { module=configure-gas; on=configure-gettext; };
531 dependencies = { module=all-gas; on=all-libiberty; };
532 dependencies = { module=all-gas; on=all-opcodes; };
533 dependencies = { module=all-gas; on=all-bfd; };
534 dependencies = { module=all-gas; on=all-gettext; };
535 dependencies = { module=configure-gprof; on=configure-gettext; };
536 dependencies = { module=all-gprof; on=all-libiberty; };
537 dependencies = { module=all-gprof; on=all-bfd; };
538 dependencies = { module=all-gprof; on=all-opcodes; };
539 dependencies = { module=all-gprof; on=all-gettext; };
540 dependencies = { module=all-gprof; on=all-gas; };
542 dependencies = { module=configure-gprofng; on=configure-gettext; };
543 dependencies = { module=all-gprofng; on=all-libiberty; };
544 dependencies = { module=all-gprofng; on=all-bfd; };
545 dependencies = { module=all-gprofng; on=all-opcodes; };
546 dependencies = { module=all-gprofng; on=all-gettext; };
547 dependencies = { module=all-gprofng; on=all-gas; };
548 dependencies = { module=install-gprofng; on=install-opcodes; };
549 dependencies = { module=install-gprofng; on=install-bfd; };
551 dependencies = { module=configure-ld; on=configure-gettext; };
552 dependencies = { module=all-ld; on=all-libiberty; };
553 dependencies = { module=all-ld; on=all-bfd; };
554 dependencies = { module=all-ld; on=all-opcodes; };
555 dependencies = { module=all-ld; on=all-build-bison; };
556 dependencies = { module=all-ld; on=all-build-flex; };
557 dependencies = { module=all-ld; on=all-gettext; };
558 dependencies = { module=all-ld; on=all-gas; };
559 dependencies = { module=all-ld; on=all-binutils; };
560 dependencies = { module=install-ld; on=install-gold; };
561 dependencies = { module=install-strip-ld; on=install-strip-gold; };
562 dependencies = { module=configure-gold; on=configure-gettext; };
563 dependencies = { module=all-gold; on=all-libiberty; };
564 dependencies = { module=all-gold; on=all-gettext; };
565 dependencies = { module=all-gold; on=all-bfd; };
566 dependencies = { module=all-gold; on=all-build-bison; };
567 dependencies = { module=all-gold; on=all-gas; };
568 dependencies = { module=check-gold; on=all-binutils; };
569 dependencies = { module=check-gold; on=all-gas; };
571 dependencies = { module=configure-opcodes; on=configure-gettext; };
572 dependencies = { module=all-opcodes; on=all-bfd; };
573 dependencies = { module=all-opcodes; on=all-libiberty; };
574 dependencies = { module=all-opcodes; on=all-gettext; };
576 // Other host modules in the 'src' repository.
577 dependencies = { module=all-dejagnu; on=all-tcl; };
578 dependencies = { module=all-dejagnu; on=all-expect; };
579 dependencies = { module=all-dejagnu; on=all-tk; };
580 dependencies = { module=configure-expect; on=configure-tcl; };
581 dependencies = { module=configure-expect; on=configure-tk; };
582 dependencies = { module=all-expect; on=all-tcl; };
583 dependencies = { module=all-expect; on=all-tk; };
585 // We put install-tcl before install-itcl because itcl wants to run a
586 // program on installation which uses the Tcl libraries.
587 dependencies = { module=configure-itcl; on=configure-tcl; };
588 dependencies = { module=configure-itcl; on=configure-tk; };
589 dependencies = { module=all-itcl; on=all-tcl; };
590 dependencies = { module=all-itcl; on=all-tk; };
591 dependencies = { module=install-itcl; on=install-tcl; };
592 dependencies = { module=install-strip-itcl; on=install-strip-tcl; };
594 dependencies = { module=configure-tk; on=configure-tcl; };
595 dependencies = { module=all-tk; on=all-tcl; };
597 dependencies = { module=all-sid; on=all-libiberty; };
598 dependencies = { module=all-sid; on=all-bfd; };
599 dependencies = { module=all-sid; on=all-opcodes; };
600 dependencies = { module=all-sid; on=all-tcl; };
601 dependencies = { module=all-sid; on=all-tk; };
602 dependencies = { module=install-sid; on=install-tcl; };
603 dependencies = { module=install-strip-sid; on=install-strip-tcl; };
604 dependencies = { module=install-sid; on=install-tk; };
605 dependencies = { module=install-strip-sid; on=install-strip-tk; };
607 dependencies = { module=configure-sim; on=all-gnulib; };
608 dependencies = { module=configure-sim; on=configure-gettext; };
609 dependencies = { module=all-sim; on=all-gettext; };
610 dependencies = { module=all-sim; on=all-libiberty; };
611 dependencies = { module=all-sim; on=all-bfd; };
612 dependencies = { module=all-sim; on=all-opcodes; };
613 dependencies = { module=configure-sim; on=all-readline; };
615 // Other host modules.
616 dependencies = { module=all-fastjar; on=all-zlib; };
617 dependencies = { module=all-fastjar; on=all-build-texinfo; };
618 dependencies = { module=all-fastjar; on=all-libiberty; };
619 dependencies = { module=all-libctf; on=all-libiberty; hard=true; };
620 dependencies = { module=all-libctf; on=all-bfd; };
621 dependencies = { module=all-libctf; on=all-zlib; };
622 // So that checking for ELF support in BFD from libctf configure is possible.
623 dependencies = { module=configure-libctf; on=all-bfd; };
624 dependencies = { module=configure-libctf; on=all-gettext; };
625 dependencies = { module=configure-libctf; on=all-zlib; };
626 dependencies = { module=configure-libctf; on=all-libiconv; };
627 dependencies = { module=check-libctf; on=all-ld; };
629 // The Makefiles in gdb and gdbserver pull in a file that configure
630 // generates in the gnulib directory, so distclean gnulib only after
631 // gdb and gdbserver.
632 dependencies = { module=distclean-gnulib; on=distclean-gdb; };
633 dependencies = { module=distclean-gnulib; on=distclean-gdbserver; };
634 dependencies = { module=distclean-gnulib; on=distclean-sim; };
636 // Warning, these are not well tested.
637 dependencies = { module=all-bison; on=all-gettext; };
638 dependencies = { module=all-bison; on=all-build-texinfo; };
639 dependencies = { module=all-flex; on=all-build-bison; };
640 dependencies = { module=all-flex; on=all-gettext; };
641 dependencies = { module=all-flex; on=all-m4; };
642 dependencies = { module=all-flex; on=all-build-texinfo; };
643 dependencies = { module=all-m4; on=all-gettext; };
644 dependencies = { module=all-m4; on=all-build-texinfo; };
646 // Target modules. These can also have dependencies on the language
647 // environment (e.g. on libstdc++). By default target modules depend
648 // on libgcc and newlib/libgloss.
649 lang_env_dependencies = { module=libitm; cxx=true; };
650 lang_env_dependencies = { module=libffi; cxx=true; };
651 lang_env_dependencies = { module=newlib; no_c=true; };
652 lang_env_dependencies = { module=libgloss; no_c=true; };
653 lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; };
654 // libiberty does not depend on newlib or libgloss because it must be
655 // built newlib on some targets (e.g. Cygwin). It still needs
656 // a dependency on libgcc for native targets to configure.
657 lang_env_dependencies = { module=libiberty; no_c=true; };
659 dependencies = { module=configure-target-fastjar; on=configure-target-zlib; };
660 dependencies = { module=all-target-fastjar; on=all-target-zlib; };
661 dependencies = { module=configure-target-libgo; on=configure-target-libffi; };
662 dependencies = { module=configure-target-libgo; on=all-target-libstdc++-v3; };
663 dependencies = { module=all-target-libgo; on=all-target-libbacktrace; };
664 dependencies = { module=all-target-libgo; on=all-target-libffi; };
665 dependencies = { module=all-target-libgo; on=all-target-libatomic; };
666 dependencies = { module=configure-target-libgm2; on=all-target-libstdc++-v3; };
667 dependencies = { module=all-target-libgm2; on=all-target-libatomic; };
668 dependencies = { module=configure-target-libphobos; on=configure-target-libbacktrace; };
669 dependencies = { module=configure-target-libphobos; on=configure-target-zlib; };
670 dependencies = { module=all-target-libphobos; on=all-target-libbacktrace; };
671 dependencies = { module=all-target-libphobos; on=all-target-zlib; };
672 dependencies = { module=all-target-libphobos; on=all-target-libatomic; };
673 dependencies = { module=configure-target-libstdc++-v3; on=configure-target-libgomp; };
674 dependencies = { module=configure-target-libsanitizer; on=all-target-libstdc++-v3; };
675 dependencies = { module=configure-target-libvtv; on=all-target-libstdc++-v3; };
676 dependencies = { module=configure-target-libgrust; on=all-target-libstdc++-v3; };
677 // parallel_list.o and parallel_settings.o depend on omp.h, which is
678 // generated by the libgomp configure. Unfortunately, due to the use of
679 // recursive make, we can't be that specific.
680 dependencies = { module=all-target-libstdc++-v3; on=configure-target-libgomp; };
682 dependencies = { module=install-target-libgo; on=install-target-libatomic; };
683 dependencies = { module=install-target-libgfortran; on=install-target-libquadmath; };
684 dependencies = { module=install-target-libgfortran; on=install-target-libgcc; };
685 dependencies = { module=install-target-libphobos; on=install-target-libatomic; };
686 dependencies = { module=install-target-libsanitizer; on=install-target-libstdc++-v3; };
687 dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; };
688 dependencies = { module=install-target-libvtv; on=install-target-libstdc++-v3; };
689 dependencies = { module=install-target-libvtv; on=install-target-libgcc; };
690 dependencies = { module=install-target-libitm; on=install-target-libgcc; };
691 dependencies = { module=install-target-libobjc; on=install-target-libgcc; };
692 dependencies = { module=install-target-libstdc++-v3; on=install-target-libgcc; };
694 // Target modules in the 'src' repository.
695 lang_env_dependencies = { module=libtermcap; };
696 lang_env_dependencies = { module=rda; };
697 lang_env_dependencies = { module=winsup; };
699 dependencies = { module=all-target-libgloss; on=all-target-newlib; };
700 dependencies = { module=all-target-winsup; on=all-target-libtermcap; };
701 dependencies = { module=configure-target-newlib; on=all-binutils; };
702 dependencies = { module=configure-target-newlib; on=all-ld; };
703 dependencies = { module=configure-target-libgfortran; on=all-target-libquadmath; };
704 dependencies = { module=configure-target-libgfortran; on=all-target-libbacktrace; };
705 dependencies = { module=configure-target-libgo; on=all-target-libbacktrace; };
707 languages = { language=c; gcc-check-target=check-gcc; };
708 languages = { language=c++; gcc-check-target=check-c++;
709 lib-check-target=check-target-libstdc++-v3;
710 lib-check-target=check-target-libitm-c++;
711 lib-check-target=check-target-libgomp-c++; };
712 languages = { language=fortran; gcc-check-target=check-fortran;
713 lib-check-target=check-target-libquadmath;
714 lib-check-target=check-target-libgfortran;
715 lib-check-target=check-target-libgomp-fortran; };
716 languages = { language=ada; gcc-check-target=check-ada;
717 lib-check-target=check-target-libada; };
718 languages = { language=objc; gcc-check-target=check-objc;
719 lib-check-target=check-target-libobjc; };
720 languages = { language=obj-c++; gcc-check-target=check-obj-c++; };
721 languages = { language=go; gcc-check-target=check-go;
722 lib-check-target=check-target-libgo;
723 lib-check-target=check-gotools; };
724 languages = { language=m2; gcc-check-target=check-m2;
725 lib-check-target=check-target-libgm2; };
726 languages = { language=d; gcc-check-target=check-d;
727 lib-check-target=check-target-libphobos; };
728 languages = { language=jit; gcc-check-target=check-jit; };
729 languages = { language=rust; gcc-check-target=check-rust; };
731 // Toplevel bootstrap
732 bootstrap_stage = { id=1 ; };
733 bootstrap_stage = {
734 id=2 ; prev=1 ;
735 bootstrap_target=bootstrap2 ; };
736 bootstrap_stage = {
737 id=3 ; prev=2 ; lean=1 ;
738 compare_target=compare ;
739 bootstrap_target=bootstrap ;
740 cleanstrap_target=cleanstrap ; };
741 bootstrap_stage = {
742 id=4 ; prev=3 ; lean=2 ;
743 compare_target=compare3 ;
744 bootstrap_target=bootstrap4 ; };
745 bootstrap_stage = {
746 id=profile ; prev=1 ; };
747 bootstrap_stage = {
748 id=train; prev=profile ; } ;
749 bootstrap_stage = {
750 id=feedback ; prev=train;
751 bootstrap_target=profiledbootstrap ; };
752 bootstrap_stage = {
753 id=autoprofile ; prev=1 ;
754 autoprofile="$$s/gcc/config/i386/$(AUTO_PROFILE)" ; };
755 bootstrap_stage = {
756 id=autofeedback ; prev=autoprofile ;
757 bootstrap_target=autoprofiledbootstrap ;
758 profile_data="PERF_DATA=perf.data" ; };