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