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