]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - Makefile.def
Build gmp before configuring gcc
[thirdparty/binutils-gdb.git] / Makefile.def
1 #! /usr/bin/autogen
2 AutoGen definitions Makefile.tpl;
3
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, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
8 // Free Software Foundation
9 //
10 // This file is free software; you can redistribute it and/or modify
11 // it under the terms of the GNU General Public License as published by
12 // the Free Software Foundation; either version 3 of the License, or
13 // (at your option) any later version.
14 //
15 // This program is distributed in the hope that it will be useful,
16 // but WITHOUT ANY WARRANTY; without even the implied warranty of
17 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 // GNU General Public License for more details.
19 //
20 // You should have received a copy of the GNU General Public License
21 // along with this program; see the file COPYING3. If not see
22 // <http://www.gnu.org/licenses/>.
23
24
25 // "missing" indicates that that module doesn't supply
26 // that recursive target in its Makefile.
27
28 build_modules= { module= libiberty; };
29 build_modules= { module= bison; };
30 build_modules= { module= flex; };
31 build_modules= { module= m4; };
32 build_modules= { module= texinfo; };
33 build_modules= { module= fixincludes; };
34
35 host_modules= { module= bfd; bootstrap=true; };
36 host_modules= { module= opcodes; bootstrap=true; };
37 host_modules= { module= binutils; bootstrap=true; };
38 host_modules= { module= bison; no_check_cross= true; };
39 host_modules= { module= cgen; };
40 host_modules= { module= dejagnu; };
41 host_modules= { module= etc; };
42 host_modules= { module= fastjar; no_check_cross= true; };
43 host_modules= { module= fixincludes;
44 missing= TAGS; };
45 host_modules= { module= flex; no_check_cross= true; };
46 host_modules= { module= gas; bootstrap=true; };
47 host_modules= { module= gcc; bootstrap=true;
48 extra_make_flags="$(EXTRA_GCC_FLAGS)"; };
49 host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
50 extra_configure_flags='--disable-shared';
51 no_install= true;
52 // none-*-* disables asm optimizations, bootstrap-testing
53 // the compiler more thoroughly.
54 host="none-${host_vendor}-${host_os}";
55 // gmp's configure will complain if given anything
56 // different from host for target.
57 target="none-${host_vendor}-${host_os}"; };
58 host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
59 extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@';
60 no_install= true; };
61 host_modules= { module= mpc; lib_path=.libs; bootstrap=true;
62 extra_configure_flags='--disable-shared @extra_mpc_gmp_configure_flags@ @extra_mpc_mpfr_configure_flags@';
63 no_install= true; };
64 host_modules= { module= isl; lib_path=.libs; bootstrap=true;
65 extra_configure_flags='--disable-shared @extra_isl_gmp_configure_flags@';
66 extra_make_flags='V=1';
67 no_install= true; };
68 host_modules= { module= cloog; lib_path=.libs; bootstrap=true;
69 extra_configure_flags='--disable-shared --with-gmp=system --with-bits=gmp --with-isl=system';
70 extra_exports='CPPFLAGS="$(HOST_GMPINC) $(HOST_ISLINC) $$CPPFLAGS"; export CPPFLAGS; LDFLAGS="-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/isl/.libs $$LDFLAGS"; export LDFLAGS; ';
71 extra_make_flags='CPPFLAGS="$$CPPFLAGS" LDFLAGS="$$LDFLAGS" V=1';
72 no_install= true; };
73 host_modules= { module= libelf; lib_path=.libs; bootstrap=true;
74 extra_configure_flags='--disable-shared';
75 no_install= true; };
76 host_modules= { module= gold; bootstrap=true; };
77 host_modules= { module= gprof; };
78 host_modules= { module= intl; bootstrap=true; };
79 host_modules= { module= tcl;
80 missing=mostlyclean; };
81 host_modules= { module= itcl; };
82 host_modules= { module= ld; bootstrap=true; };
83 host_modules= { module= libbacktrace; bootstrap=true; };
84 host_modules= { module= libcpp; bootstrap=true; };
85 host_modules= { module= libdecnumber; bootstrap=true; };
86 host_modules= { module= libgui; };
87 host_modules= { module= libiberty; bootstrap=true;
88 extra_configure_flags='@extra_host_libiberty_configure_flags@';};
89 // We abuse missing to avoid installing anything for libiconv.
90 host_modules= { module= libiconv;
91 extra_configure_flags='--disable-shared';
92 no_install= true;
93 missing= install-info;
94 missing= install-pdf;
95 missing= install-html;
96 missing= install-info; };
97 host_modules= { module= m4; };
98 host_modules= { module= readline; };
99 host_modules= { module= sid; };
100 host_modules= { module= sim; };
101 host_modules= { module= texinfo; no_install= true; };
102 host_modules= { module= zlib; no_install=true; no_check=true; bootstrap=true; };
103 host_modules= { module= gdb; };
104 host_modules= { module= expect; };
105 host_modules= { module= guile; };
106 host_modules= { module= tk; };
107 host_modules= { module= libtermcap; no_check=true;
108 missing=mostlyclean;
109 missing=clean;
110 missing=distclean;
111 missing=maintainer-clean; };
112 host_modules= { module= utils; no_check=true; };
113 host_modules= { module= gnattools; };
114 host_modules= { module= lto-plugin; bootstrap=true;
115 extra_configure_flags=--enable-shared; };
116
117 target_modules = { module= libstdc++-v3;
118 bootstrap=true;
119 lib_path=src/.libs;
120 raw_cxx=true; };
121 target_modules = { module= libmudflap; lib_path=.libs; };
122 target_modules = { module= libsanitizer;
123 bootstrap=true;
124 lib_path=.libs;
125 raw_cxx=true; };
126 target_modules = { module= libssp; lib_path=.libs; };
127 target_modules = { module= newlib; };
128 target_modules = { module= libgcc; bootstrap=true; no_check=true; };
129 target_modules = { module= libbacktrace; };
130 target_modules = { module= libquadmath; };
131 target_modules = { module= libgfortran; };
132 target_modules = { module= libobjc; };
133 target_modules = { module= libgo; };
134 target_modules = { module= libtermcap; no_check=true;
135 missing=mostlyclean;
136 missing=clean;
137 missing=distclean;
138 missing=maintainer-clean; };
139 target_modules = { module= winsup; };
140 target_modules = { module= libgloss; no_check=true; };
141 target_modules = { module= libffi; };
142 target_modules = { module= libjava; raw_cxx=true;
143 extra_configure_flags="$(EXTRA_CONFIGARGS_LIBJAVA)"; };
144 target_modules = { module= zlib; };
145 target_modules = { module= boehm-gc; };
146 target_modules = { module= rda; };
147 target_modules = { module= libada; };
148 target_modules = { module= libgomp; bootstrap= true; lib_path=.libs; };
149 target_modules = { module= libitm; lib_path=.libs; };
150 target_modules = { module= libatomic; lib_path=.libs; };
151
152 // These are (some of) the make targets to be done in each subdirectory.
153 // Not all; these are the ones which don't have special options.
154 // "depend" indicates that a target depends on another target uniformly
155 // for each subdirectory. There can be several such lines per target.
156 recursive_targets = { make_target= info;
157 depend=configure; };
158 recursive_targets = { make_target= dvi;
159 depend=configure; };
160 recursive_targets = { make_target= pdf;
161 depend=configure; };
162 recursive_targets = { make_target= html;
163 depend=configure; };
164 recursive_targets = { make_target= TAGS;
165 depend=configure; };
166 recursive_targets = { make_target= install-info;
167 depend=configure;
168 depend=info; };
169 recursive_targets = { make_target= install-pdf;
170 depend=configure;
171 depend=pdf; };
172 recursive_targets = { make_target= install-html;
173 depend=configure;
174 depend=html; };
175 recursive_targets = { make_target= installcheck;
176 depend=configure; };
177 recursive_targets = { make_target= mostlyclean; };
178 recursive_targets = { make_target= clean; };
179 recursive_targets = { make_target= distclean; };
180 recursive_targets = { make_target= maintainer-clean; };
181
182 // Flags which need to be passed down.
183
184 // Directories etc.
185 flags_to_pass = { flag= DESTDIR ; };
186 flags_to_pass = { flag= RPATH_ENVVAR ; };
187 flags_to_pass = { flag= TARGET_SUBDIR ; };
188 flags_to_pass = { flag= bindir ; };
189 flags_to_pass = { flag= datadir ; };
190 flags_to_pass = { flag= exec_prefix ; };
191 flags_to_pass = { flag= includedir ; };
192 flags_to_pass = { flag= datarootdir ; };
193 flags_to_pass = { flag= docdir ; };
194 flags_to_pass = { flag= infodir ; };
195 flags_to_pass = { flag= pdfdir ; };
196 flags_to_pass = { flag= htmldir ; };
197 flags_to_pass = { flag= libdir ; };
198 flags_to_pass = { flag= libexecdir ; };
199 flags_to_pass = { flag= lispdir ; };
200 flags_to_pass = { flag= localstatedir ; };
201 flags_to_pass = { flag= mandir ; };
202 flags_to_pass = { flag= oldincludedir ; };
203 flags_to_pass = { flag= prefix ; };
204 flags_to_pass = { flag= sbindir ; };
205 flags_to_pass = { flag= sharedstatedir ; };
206 flags_to_pass = { flag= sysconfdir ; };
207 flags_to_pass = { flag= tooldir ; };
208 flags_to_pass = { flag= build_tooldir ; };
209 flags_to_pass = { flag= target_alias ; };
210
211 // Build tools
212 flags_to_pass = { flag= AWK ; };
213 flags_to_pass = { flag= BISON ; };
214 flags_to_pass = { flag= CC_FOR_BUILD ; };
215 flags_to_pass = { flag= CFLAGS_FOR_BUILD ; };
216 flags_to_pass = { flag= CXX_FOR_BUILD ; };
217 flags_to_pass = { flag= EXPECT ; };
218 flags_to_pass = { flag= FLEX ; };
219 flags_to_pass = { flag= INSTALL ; };
220 flags_to_pass = { flag= INSTALL_DATA ; };
221 flags_to_pass = { flag= INSTALL_PROGRAM ; };
222 flags_to_pass = { flag= INSTALL_SCRIPT ; };
223 flags_to_pass = { flag= LDFLAGS_FOR_BUILD ; };
224 flags_to_pass = { flag= LEX ; };
225 flags_to_pass = { flag= M4 ; };
226 flags_to_pass = { flag= MAKE ; };
227 flags_to_pass = { flag= RUNTEST ; };
228 flags_to_pass = { flag= RUNTESTFLAGS ; };
229 flags_to_pass = { flag= SED ; };
230 flags_to_pass = { flag= SHELL ; };
231 flags_to_pass = { flag= YACC ; };
232
233 // Host tools
234 flags_to_pass = { flag= ADAFLAGS ; optional=true ; };
235 flags_to_pass = { flag= ADA_CFLAGS ; };
236 flags_to_pass = { flag= AR_FLAGS ; };
237 flags_to_pass = { flag= BOOT_ADAFLAGS ; optional=true ; };
238 flags_to_pass = { flag= BOOT_CFLAGS ; };
239 flags_to_pass = { flag= BOOT_LDFLAGS ; };
240 flags_to_pass = { flag= CFLAGS ; };
241 flags_to_pass = { flag= CXXFLAGS ; };
242 flags_to_pass = { flag= LDFLAGS ; };
243 flags_to_pass = { flag= LIBCFLAGS ; };
244 flags_to_pass = { flag= LIBCXXFLAGS ; };
245 flags_to_pass = { flag= STAGE1_CHECKING ; };
246 flags_to_pass = { flag= STAGE1_LANGUAGES ; };
247 flags_to_pass = { flag= GNATBIND ; };
248 flags_to_pass = { flag= GNATMAKE ; };
249
250 // Target tools
251 flags_to_pass = { flag= AR_FOR_TARGET ; };
252 flags_to_pass = { flag= AS_FOR_TARGET ; };
253 flags_to_pass = { flag= CC_FOR_TARGET ; };
254 flags_to_pass = { flag= CFLAGS_FOR_TARGET ; };
255 flags_to_pass = { flag= CPPFLAGS_FOR_TARGET ; };
256 flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; };
257 flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; };
258 flags_to_pass = { flag= FLAGS_FOR_TARGET ; };
259 flags_to_pass = { flag= GCJ_FOR_TARGET ; };
260 flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; };
261 flags_to_pass = { flag= GOC_FOR_TARGET ; };
262 flags_to_pass = { flag= GOCFLAGS_FOR_TARGET ; };
263 flags_to_pass = { flag= LD_FOR_TARGET ; };
264 flags_to_pass = { flag= LIPO_FOR_TARGET ; };
265 flags_to_pass = { flag= LDFLAGS_FOR_TARGET ; };
266 flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; };
267 flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; };
268 flags_to_pass = { flag= NM_FOR_TARGET ; };
269 flags_to_pass = { flag= OBJDUMP_FOR_TARGET ; };
270 flags_to_pass = { flag= RANLIB_FOR_TARGET ; };
271 flags_to_pass = { flag= READELF_FOR_TARGET ; };
272 flags_to_pass = { flag= STRIP_FOR_TARGET ; };
273 flags_to_pass = { flag= WINDRES_FOR_TARGET ; };
274 flags_to_pass = { flag= WINDMC_FOR_TARGET ; };
275
276 // Miscellaneous
277 flags_to_pass = { flag= BUILD_CONFIG ; };
278 flags_to_pass = { flag= LANGUAGES ; optional=true ; };
279 flags_to_pass = { flag= LEAN ; };
280
281 // Inter-module dependencies
282
283 // Build modules
284 dependencies = { module=all-build-bison; on=all-build-texinfo; };
285 dependencies = { module=all-build-flex; on=all-build-texinfo; };
286 dependencies = { module=all-build-flex; on=all-build-bison; };
287 dependencies = { module=all-build-flex; on=all-build-m4; };
288 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
289 dependencies = { module=all-build-m4; on=all-build-texinfo; };
290 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
291
292 // Host modules specific to gcc.
293 dependencies = { module=configure-gcc; on=configure-intl; };
294 dependencies = { module=configure-gcc; on=all-gmp; };
295 dependencies = { module=configure-gcc; on=all-lto-plugin; };
296 dependencies = { module=configure-gcc; on=all-binutils; };
297 dependencies = { module=configure-gcc; on=all-gas; };
298 dependencies = { module=configure-gcc; on=all-ld; };
299 dependencies = { module=configure-gcc; on=all-gold; };
300 dependencies = { module=configure-gcc; on=all-libelf; };
301 dependencies = { module=all-gcc; on=all-libiberty; hard=true; };
302 dependencies = { module=all-gcc; on=all-intl; };
303 dependencies = { module=all-gcc; on=all-mpfr; };
304 dependencies = { module=all-gcc; on=all-mpc; };
305 dependencies = { module=all-gcc; on=all-cloog; };
306 dependencies = { module=all-gcc; on=all-build-texinfo; };
307 dependencies = { module=all-gcc; on=all-build-bison; };
308 dependencies = { module=all-gcc; on=all-build-flex; };
309 dependencies = { module=all-gcc; on=all-build-libiberty; };
310 dependencies = { module=all-gcc; on=all-build-fixincludes; };
311 dependencies = { module=all-gcc; on=all-zlib; };
312 dependencies = { module=all-gcc; on=all-libbacktrace; hard=true; };
313 dependencies = { module=all-gcc; on=all-libcpp; hard=true; };
314 dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; };
315 dependencies = { module=all-gcc; on=all-libiberty; };
316 dependencies = { module=all-gcc; on=all-fixincludes; };
317 dependencies = { module=all-gcc; on=all-lto-plugin; };
318 dependencies = { module=info-gcc; on=all-build-libiberty; };
319 dependencies = { module=dvi-gcc; on=all-build-libiberty; };
320 dependencies = { module=pdf-gcc; on=all-build-libiberty; };
321 dependencies = { module=html-gcc; on=all-build-libiberty; };
322 dependencies = { module=install-gcc ; on=install-fixincludes; };
323 dependencies = { module=install-gcc ; on=install-lto-plugin; };
324 dependencies = { module=install-strip-gcc ; on=install-strip-fixincludes; };
325 dependencies = { module=install-strip-gcc ; on=install-strip-lto-plugin; };
326
327 dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; };
328 dependencies = { module=configure-libcpp; on=configure-intl; };
329 dependencies = { module=all-libcpp; on=all-libiberty; hard=true; };
330 dependencies = { module=all-libcpp; on=all-intl; };
331
332 dependencies = { module=all-fixincludes; on=all-libiberty; };
333
334 dependencies = { module=all-gnattools; on=all-target-libada; };
335
336 dependencies = { module=all-lto-plugin; on=all-libiberty; };
337
338 dependencies = { module=all-utils; on=all-libiberty; };
339
340 dependencies = { module=configure-mpfr; on=all-gmp; };
341 dependencies = { module=configure-mpc; on=all-mpfr; };
342 dependencies = { module=configure-isl; on=all-gmp; };
343 dependencies = { module=configure-cloog; on=all-isl; };
344 dependencies = { module=configure-cloog; on=all-gmp; };
345
346 // Host modules specific to gdb.
347 dependencies = { module=configure-gdb; on=all-intl; };
348 dependencies = { module=configure-gdb; on=configure-sim; };
349 dependencies = { module=configure-gdb; on=all-bfd; };
350 // Depend on all-libiconv so that configure checks for iconv
351 // functions will work.
352 dependencies = { module=configure-gdb; on=all-libiconv; };
353 dependencies = { module=all-gdb; on=all-libiberty; };
354 dependencies = { module=all-gdb; on=all-libiconv; };
355 dependencies = { module=all-gdb; on=all-opcodes; };
356 dependencies = { module=all-gdb; on=all-readline; };
357 dependencies = { module=all-gdb; on=all-build-bison; };
358 dependencies = { module=all-gdb; on=all-sim; };
359 dependencies = { module=all-gdb; on=all-libdecnumber; };
360 dependencies = { module=all-gdb; on=all-libtermcap; };
361
362 dependencies = { module=configure-libgui; on=configure-tcl; };
363 dependencies = { module=configure-libgui; on=configure-tk; };
364 dependencies = { module=all-libgui; on=all-tcl; };
365 dependencies = { module=all-libgui; on=all-tk; };
366 dependencies = { module=all-libgui; on=all-itcl; };
367
368 // Host modules specific to binutils.
369 dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; };
370 dependencies = { module=configure-bfd; on=configure-intl; };
371 dependencies = { module=all-bfd; on=all-libiberty; };
372 dependencies = { module=all-bfd; on=all-intl; };
373 dependencies = { module=configure-opcodes; on=configure-libiberty; hard=true; };
374 dependencies = { module=all-opcodes; on=all-libiberty; };
375
376 // We must build gas before binutils, gprof, ld and gold to avoid race
377 // condition in the prev-gcc/as script during bootstrap of combined tree
378 // with GCC and binutils. See PR gas/14899 for details.
379 dependencies = { module=configure-binutils; on=configure-intl; };
380 dependencies = { module=all-binutils; on=all-libiberty; };
381 dependencies = { module=all-binutils; on=all-opcodes; };
382 dependencies = { module=all-binutils; on=all-bfd; };
383 dependencies = { module=all-binutils; on=all-build-flex; };
384 dependencies = { module=all-binutils; on=all-build-bison; };
385 dependencies = { module=all-binutils; on=all-intl; };
386 dependencies = { module=all-binutils; on=all-gas; };
387
388 // We put install-opcodes before install-binutils because the installed
389 // binutils might be on PATH, and they might need the shared opcodes
390 // library.
391 dependencies = { module=install-binutils; on=install-opcodes; };
392 dependencies = { module=install-strip-binutils; on=install-strip-opcodes; };
393
394 // libopcodes depends on libbfd
395 dependencies = { module=install-opcodes; on=install-bfd; };
396 dependencies = { module=install-strip-opcodes; on=install-strip-bfd; };
397
398 dependencies = { module=configure-gas; on=configure-intl; };
399 dependencies = { module=all-gas; on=all-libiberty; };
400 dependencies = { module=all-gas; on=all-opcodes; };
401 dependencies = { module=all-gas; on=all-bfd; };
402 dependencies = { module=all-gas; on=all-intl; };
403 dependencies = { module=configure-gprof; on=configure-intl; };
404 dependencies = { module=all-gprof; on=all-libiberty; };
405 dependencies = { module=all-gprof; on=all-bfd; };
406 dependencies = { module=all-gprof; on=all-opcodes; };
407 dependencies = { module=all-gprof; on=all-intl; };
408 dependencies = { module=all-gprof; on=all-gas; };
409 dependencies = { module=configure-ld; on=configure-intl; };
410 dependencies = { module=all-ld; on=all-libiberty; };
411 dependencies = { module=all-ld; on=all-bfd; };
412 dependencies = { module=all-ld; on=all-opcodes; };
413 dependencies = { module=all-ld; on=all-build-bison; };
414 dependencies = { module=all-ld; on=all-build-flex; };
415 dependencies = { module=all-ld; on=all-intl; };
416 dependencies = { module=all-ld; on=all-gas; };
417 dependencies = { module=install-ld; on=install-gold; };
418 dependencies = { module=install-strip-ld; on=install-strip-gold; };
419 dependencies = { module=configure-gold; on=configure-intl; };
420 dependencies = { module=all-gold; on=all-libiberty; };
421 dependencies = { module=all-gold; on=all-intl; };
422 dependencies = { module=all-gold; on=all-bfd; };
423 dependencies = { module=all-gold; on=all-build-bison; };
424 dependencies = { module=all-gold; on=all-gas; };
425 dependencies = { module=check-gold; on=all-binutils; };
426 dependencies = { module=check-gold; on=all-gas; };
427
428 dependencies = { module=configure-opcodes; on=configure-intl; };
429 dependencies = { module=all-opcodes; on=all-bfd; };
430 dependencies = { module=all-opcodes; on=all-libiberty; };
431 dependencies = { module=all-opcodes; on=all-intl; };
432
433 // Other host modules in the 'src' repository.
434 dependencies = { module=all-dejagnu; on=all-tcl; };
435 dependencies = { module=all-dejagnu; on=all-expect; };
436 dependencies = { module=all-dejagnu; on=all-tk; };
437 dependencies = { module=configure-expect; on=configure-tcl; };
438 dependencies = { module=configure-expect; on=configure-tk; };
439 dependencies = { module=all-expect; on=all-tcl; };
440 dependencies = { module=all-expect; on=all-tk; };
441
442 // We put install-tcl before install-itcl because itcl wants to run a
443 // program on installation which uses the Tcl libraries.
444 dependencies = { module=configure-itcl; on=configure-tcl; };
445 dependencies = { module=configure-itcl; on=configure-tk; };
446 dependencies = { module=all-itcl; on=all-tcl; };
447 dependencies = { module=all-itcl; on=all-tk; };
448 dependencies = { module=install-itcl; on=install-tcl; };
449 dependencies = { module=install-strip-itcl; on=install-strip-tcl; };
450
451 dependencies = { module=configure-tk; on=configure-tcl; };
452 dependencies = { module=all-tk; on=all-tcl; };
453
454 dependencies = { module=all-sid; on=all-libiberty; };
455 dependencies = { module=all-sid; on=all-bfd; };
456 dependencies = { module=all-sid; on=all-opcodes; };
457 dependencies = { module=all-sid; on=all-tcl; };
458 dependencies = { module=all-sid; on=all-tk; };
459 dependencies = { module=install-sid; on=install-tcl; };
460 dependencies = { module=install-strip-sid; on=install-strip-tcl; };
461 dependencies = { module=install-sid; on=install-tk; };
462 dependencies = { module=install-strip-sid; on=install-strip-tk; };
463
464 dependencies = { module=configure-sim; on=configure-intl; };
465 dependencies = { module=all-sim; on=all-intl; };
466 dependencies = { module=all-sim; on=all-libiberty; };
467 dependencies = { module=all-sim; on=all-bfd; };
468 dependencies = { module=all-sim; on=all-opcodes; };
469 dependencies = { module=all-sim; on=all-readline; };
470 dependencies = { module=all-sim; on=configure-gdb; };
471
472 // Other host modules.
473 dependencies = { module=all-fastjar; on=all-zlib; };
474 dependencies = { module=all-fastjar; on=all-build-texinfo; };
475 dependencies = { module=all-fastjar; on=all-libiberty; };
476
477 // Warning, these are not well tested.
478 dependencies = { module=all-bison; on=all-intl; };
479 dependencies = { module=all-bison; on=all-build-texinfo; };
480 dependencies = { module=all-flex; on=all-build-bison; };
481 dependencies = { module=all-flex; on=all-intl; };
482 dependencies = { module=all-flex; on=all-m4; };
483 dependencies = { module=all-flex; on=all-build-texinfo; };
484 dependencies = { module=all-m4; on=all-intl; };
485 dependencies = { module=all-m4; on=all-build-texinfo; };
486
487 // Target modules. These can also have dependencies on the language
488 // environment (e.g. on libstdc++). By default target modules depend
489 // on libgcc and newlib/libgloss.
490 lang_env_dependencies = { module=libjava; cxx=true; };
491 lang_env_dependencies = { module=libitm; cxx=true; };
492 lang_env_dependencies = { module=newlib; no_c=true; };
493 lang_env_dependencies = { module=libgloss; no_c=true; };
494 lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; };
495 // libiberty does not depend on newlib or libgloss because it must be
496 // built newlib on some targets (e.g. Cygwin). It still needs
497 // a dependency on libgcc for native targets to configure.
498 lang_env_dependencies = { module=libiberty; no_c=true; };
499
500 dependencies = { module=configure-target-boehm-gc; on=all-target-libstdc++-v3; };
501 dependencies = { module=configure-target-fastjar; on=configure-target-zlib; };
502 dependencies = { module=all-target-fastjar; on=all-target-zlib; };
503 dependencies = { module=configure-target-libgo; on=configure-target-libffi; };
504 dependencies = { module=configure-target-libgo; on=all-target-libstdc++-v3; };
505 dependencies = { module=all-target-libgo; on=all-target-libbacktrace; };
506 dependencies = { module=all-target-libgo; on=all-target-libffi; };
507 dependencies = { module=all-target-libgo; on=all-target-libatomic; };
508 dependencies = { module=configure-target-libjava; on=configure-target-zlib; };
509 dependencies = { module=configure-target-libjava; on=configure-target-boehm-gc; };
510 dependencies = { module=configure-target-libjava; on=configure-target-libffi; };
511 dependencies = { module=all-target-libjava; on=all-fastjar; };
512 dependencies = { module=all-target-libjava; on=all-target-zlib; };
513 dependencies = { module=all-target-libjava; on=all-target-boehm-gc; };
514 dependencies = { module=all-target-libjava; on=all-target-libffi; };
515 dependencies = { module=configure-target-libobjc; on=configure-target-boehm-gc; };
516 dependencies = { module=all-target-libobjc; on=all-target-boehm-gc; };
517 dependencies = { module=configure-target-libstdc++-v3; on=configure-target-libgomp; };
518 dependencies = { module=configure-target-libsanitizer; on=all-target-libstdc++-v3; };
519 // parallel_list.o and parallel_settings.o depend on omp.h, which is
520 // generated by the libgomp configure. Unfortunately, due to the use of
521 // recursive make, we can't be that specific.
522 dependencies = { module=all-target-libstdc++-v3; on=configure-target-libgomp; };
523
524 dependencies = { module=install-target-libgo; on=install-target-libatomic; };
525 dependencies = { module=install-target-libgfortran; on=install-target-libquadmath; };
526 dependencies = { module=install-target-libgfortran; on=install-target-libgcc; };
527 dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; };
528 dependencies = { module=install-target-libjava; on=install-target-libgcc; };
529 dependencies = { module=install-target-libitm; on=install-target-libgcc; };
530 dependencies = { module=install-target-libobjc; on=install-target-libgcc; };
531 dependencies = { module=install-target-libstdc++-v3; on=install-target-libgcc; };
532
533 // Target modules in the 'src' repository.
534 lang_env_dependencies = { module=libtermcap; };
535 lang_env_dependencies = { module=rda; };
536 lang_env_dependencies = { module=winsup; };
537
538 dependencies = { module=all-target-libgloss; on=all-target-newlib; };
539 dependencies = { module=all-target-winsup; on=all-target-libtermcap; };
540 dependencies = { module=configure-target-newlib; on=all-binutils; };
541 dependencies = { module=configure-target-newlib; on=all-ld; };
542 dependencies = { module=configure-target-libgfortran; on=all-target-libquadmath; };
543
544 languages = { language=c; gcc-check-target=check-gcc; };
545 languages = { language=c++; gcc-check-target=check-c++;
546 lib-check-target=check-target-libstdc++-v3;
547 lib-check-target=check-target-libmudflap-c++;
548 lib-check-target=check-target-libitm-c++;
549 lib-check-target=check-target-libgomp-c++; };
550 languages = { language=fortran; gcc-check-target=check-fortran;
551 lib-check-target=check-target-libquadmath;
552 lib-check-target=check-target-libgfortran; };
553 languages = { language=java; gcc-check-target=check-java;
554 lib-check-target=check-target-libjava; };
555 languages = { language=ada; gcc-check-target=check-ada;
556 lib-check-target=check-target-libada; };
557 languages = { language=objc; gcc-check-target=check-objc;
558 lib-check-target=check-target-libobjc; };
559 languages = { language=obj-c++; gcc-check-target=check-obj-c++; };
560 languages = { language=go; gcc-check-target=check-go;
561 lib-check-target=check-target-libgo; };
562
563 // Toplevel bootstrap
564 bootstrap_stage = { id=1 ; };
565 bootstrap_stage = {
566 id=2 ; prev=1 ;
567 bootstrap_target=bootstrap2 ; };
568 bootstrap_stage = {
569 id=3 ; prev=2 ; lean=1 ;
570 compare_target=compare ;
571 bootstrap_target=bootstrap ;
572 cleanstrap_target=cleanstrap ; };
573 bootstrap_stage = {
574 id=4 ; prev=3 ; lean=2 ;
575 compare_target=compare3 ;
576 bootstrap_target=bootstrap4 ; };
577 bootstrap_stage = {
578 id=profile ; prev=1 ; };
579 bootstrap_stage = {
580 id=feedback ; prev=profile ;
581 bootstrap_target=profiledbootstrap ; };