Run the alternative version of the lns-common-1 test for the MCore target.
[deliverable/binutils-gdb.git] / Makefile.def
CommitLineData
405ea7a0
NN
1#! /usr/bin/autogen
2AutoGen definitions Makefile.tpl;
3
2a4cbe27
NN
4// Makefile.in is generated from Makefile.tpl by 'autogen Makefile.def'.
5// This file was originally written by Nathanael Nerode.
6//
80911fe1 7// Copyright 2002, 2003, 2004, 2005, 2006 Free Software Foundation
2a4cbe27
NN
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 2 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; if not, write to the Free Software
6e4d0bcb 21// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
2a4cbe27
NN
22
23
24// "missing" indicates that that module doesn't supply
25// that recursive target in its Makefile.
26
e393202e 27build_modules= { module= libiberty; };
6a9cf61e
PB
28build_modules= { module= bison; };
29build_modules= { module= byacc; };
30build_modules= { module= flex; };
31build_modules= { module= m4; };
32build_modules= { module= texinfo; };
ee025550
PB
33build_modules= { module= fixincludes;
34 extra_configure_args='--target=$(target)'; };
e393202e 35
405ea7a0
NN
36host_modules= { module= ash; };
37host_modules= { module= autoconf; };
38host_modules= { module= automake; };
39host_modules= { module= bash; };
c380fdd8
PB
40host_modules= { module= bfd; lib_path=.libs; bootstrap=true; };
41host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; };
b8908782 42host_modules= { module= binutils; bootstrap=true; };
9e6ce191
PB
43host_modules= { module= bison; no_check_cross= true; };
44host_modules= { module= byacc; no_check_cross= true; };
405ea7a0 45host_modules= { module= bzip2; };
405ea7a0
NN
46host_modules= { module= dejagnu; };
47host_modules= { module= diff; };
48host_modules= { module= dosutils; no_check= true; };
49host_modules= { module= etc; };
50host_modules= { module= fastjar; no_check_cross= true; };
51host_modules= { module= fileutils; };
52host_modules= { module= findutils; };
53host_modules= { module= find; };
1eefd493
PB
54host_modules= { module= fixincludes;
55 missing= info;
56 missing= dvi;
56a8fe78 57 missing= pdf;
1eefd493
PB
58 missing= TAGS;
59 missing= install-info;
60 missing= installcheck; };
9e6ce191 61host_modules= { module= flex; no_check_cross= true; };
b8908782 62host_modules= { module= gas; bootstrap=true; };
9e6ce191 63host_modules= { module= gcc; bootstrap=true;
45d5eb0a 64 target="`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi`";
9e6ce191 65 extra_make_flags="$(EXTRA_GCC_FLAGS)"; };
405ea7a0
NN
66host_modules= { module= gawk; };
67host_modules= { module= gettext; };
68host_modules= { module= gnuserv; };
69host_modules= { module= gprof; };
405ea7a0
NN
70host_modules= { module= gzip; };
71host_modules= { module= hello; };
72host_modules= { module= indent; };
b8908782 73host_modules= { module= intl; bootstrap=true; };
2a4cbe27
NN
74host_modules= { module= tcl;
75 missing=mostlyclean; };
405ea7a0 76host_modules= { module= itcl; };
b8908782 77host_modules= { module= ld; bootstrap=true; };
04cf1b77 78host_modules= { module= libcpp; bootstrap=true; };
be01d343 79host_modules= { module= libdecnumber; bootstrap=true; };
405ea7a0 80host_modules= { module= libgui; };
b8908782 81host_modules= { module= libiberty; bootstrap=true; };
405ea7a0
NN
82host_modules= { module= libtool; };
83host_modules= { module= m4; };
84host_modules= { module= make; };
85host_modules= { module= mmalloc; no_check=true; };
86host_modules= { module= patch; };
87host_modules= { module= perl; };
88host_modules= { module= prms; };
89host_modules= { module= rcs; };
90host_modules= { module= readline; };
91host_modules= { module= release; no_install= true; no_check= true; };
92host_modules= { module= recode; };
93host_modules= { module= sed; };
94host_modules= { module= send-pr; };
95host_modules= { module= shellutils; };
96host_modules= { module= sid; };
97host_modules= { module= sim; };
405ea7a0 98host_modules= { module= tar; };
9e6ce191 99host_modules= { module= texinfo; no_install= true; };
405ea7a0
NN
100host_modules= { module= textutils; };
101host_modules= { module= time; };
102host_modules= { module= uudecode; };
103host_modules= { module= wdiff; };
104host_modules= { module= zip; no_check_cross=true; };
b8908782 105host_modules= { module= zlib; no_install=true; no_check=true; bootstrap=true; };
72b2455a
PB
106host_modules= { module= gdb; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
107host_modules= { module= expect; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
108host_modules= { module= guile; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
109host_modules= { module= tk; extra_make_flags="$(X11_FLAGS_TO_PASS)"; };
2a4cbe27
NN
110host_modules= { module= libtermcap; no_check=true;
111 missing=mostlyclean;
112 missing=clean;
113 missing=distclean;
114 missing=maintainer-clean; };
3866be5d 115host_modules= { module= utils; no_check=true; };
b00612cc 116host_modules= { module= gnattools; };
907a7241 117
e90269c8
PB
118target_modules = { module= libstdc++-v3; lib_path=.libs; raw_cxx=true; };
119target_modules = { module= libmudflap; lib_path=.libs; };
064d0a7c 120target_modules = { module= libssp; lib_path=.libs; };
907a7241 121target_modules = { module= newlib; };
6aa8ef82 122target_modules = { module= libgcc; bootstrap=true; no_check=true; };
4b1cb4fe 123target_modules = { module= libgfortran; };
907a7241 124target_modules = { module= libobjc; };
b00612cc 125target_modules = { module= libtermcap; no_check=true;
2a4cbe27
NN
126 missing=mostlyclean;
127 missing=clean;
128 missing=distclean;
129 missing=maintainer-clean; };
907a7241
NN
130target_modules = { module= winsup; };
131target_modules = { module= libgloss; no_check=true; };
fc434214 132target_modules = { module= libiberty; };
907a7241
NN
133target_modules = { module= gperf; };
134target_modules = { module= examples; no_check=true; no_install=true; };
50ceb20c 135target_modules = { module= libffi; };
930314a4 136target_modules = { module= libjava; raw_cxx=true; };
b00612cc 137target_modules = { module= zlib; };
907a7241
NN
138target_modules = { module= boehm-gc; };
139target_modules = { module= qthreads; };
dd2768ff 140target_modules = { module= rda; };
a2592b1b 141target_modules = { module= libada; };
b3ded179 142target_modules = { module= libgomp; lib_path=.libs; };
e393202e 143
27b1cc72 144// These are (some of) the make targets to be done in each subdirectory.
e393202e 145// Not all; these are the ones which don't have special options.
2a4cbe27
NN
146// "depend" indicates that a target depends on another target uniformly
147// for each subdirectory. There can be several such lines per target.
148recursive_targets = { make_target= info;
149 depend=configure; };
150recursive_targets = { make_target= dvi;
151 depend=configure; };
56a8fe78
DD
152recursive_targets = { make_target= pdf;
153 depend=configure; };
6d389afc
MS
154recursive_targets = { make_target= html;
155 depend=configure; };
2a4cbe27
NN
156recursive_targets = { make_target= TAGS;
157 depend=configure; };
158recursive_targets = { make_target= install-info;
159 depend=configure;
160 depend=info; };
108a6f8e
CD
161recursive_targets = { make_target= install-html;
162 depend=configure;
163 depend=html; };
2a4cbe27
NN
164recursive_targets = { make_target= installcheck;
165 depend=configure; };
166recursive_targets = { make_target= mostlyclean; };
27b1cc72
NN
167recursive_targets = { make_target= clean; };
168recursive_targets = { make_target= distclean; };
27b1cc72 169recursive_targets = { make_target= maintainer-clean; };
12f0bd74
NN
170
171// Flags which need to be passed down.
172
173// Directories etc.
174flags_to_pass = { flag= DESTDIR ; };
175flags_to_pass = { flag= RPATH_ENVVAR ; };
176flags_to_pass = { flag= TARGET_SUBDIR ; };
177flags_to_pass = { flag= bindir ; };
178flags_to_pass = { flag= datadir ; };
179flags_to_pass = { flag= exec_prefix ; };
180flags_to_pass = { flag= includedir ; };
108a6f8e
CD
181flags_to_pass = { flag= datarootdir ; };
182flags_to_pass = { flag= docdir ; };
12f0bd74 183flags_to_pass = { flag= infodir ; };
108a6f8e 184flags_to_pass = { flag= htmldir ; };
12f0bd74
NN
185flags_to_pass = { flag= libdir ; };
186flags_to_pass = { flag= libexecdir ; };
187flags_to_pass = { flag= lispdir ; };
12f0bd74
NN
188flags_to_pass = { flag= localstatedir ; };
189flags_to_pass = { flag= mandir ; };
190flags_to_pass = { flag= oldincludedir ; };
191flags_to_pass = { flag= prefix ; };
192flags_to_pass = { flag= sbindir ; };
193flags_to_pass = { flag= sharedstatedir ; };
194flags_to_pass = { flag= sysconfdir ; };
195flags_to_pass = { flag= tooldir ; };
196flags_to_pass = { flag= build_tooldir ; };
12f0bd74
NN
197flags_to_pass = { flag= target_alias ; };
198
199// Build tools
200flags_to_pass = { flag= BISON ; };
201flags_to_pass = { flag= CC_FOR_BUILD ; };
b2edd3b5 202flags_to_pass = { flag= CFLAGS_FOR_BUILD ; };
12f0bd74
NN
203flags_to_pass = { flag= CXX_FOR_BUILD ; };
204flags_to_pass = { flag= EXPECT ; };
6a9cf61e 205flags_to_pass = { flag= FLEX ; };
12f0bd74
NN
206flags_to_pass = { flag= INSTALL ; };
207flags_to_pass = { flag= INSTALL_DATA ; };
208flags_to_pass = { flag= INSTALL_PROGRAM ; };
209flags_to_pass = { flag= INSTALL_SCRIPT ; };
210flags_to_pass = { flag= LEX ; };
211flags_to_pass = { flag= M4 ; };
212flags_to_pass = { flag= MAKE ; };
213flags_to_pass = { flag= RUNTEST ; };
214flags_to_pass = { flag= RUNTESTFLAGS ; };
215flags_to_pass = { flag= SHELL ; };
216flags_to_pass = { flag= YACC ; };
217
218// Host tools
c52c6897 219flags_to_pass = { flag= ADAFLAGS ; optional=true ; };
12f0bd74 220flags_to_pass = { flag= AR_FLAGS ; };
c52c6897 221flags_to_pass = { flag= BOOT_ADAFLAGS ; optional=true ; };
f6d183c0
PB
222flags_to_pass = { flag= BOOT_CFLAGS ; };
223flags_to_pass = { flag= BOOT_LDFLAGS ; };
12f0bd74
NN
224flags_to_pass = { flag= CFLAGS ; };
225flags_to_pass = { flag= CXXFLAGS ; };
226flags_to_pass = { flag= LDFLAGS ; };
227flags_to_pass = { flag= LIBCFLAGS ; };
228flags_to_pass = { flag= LIBCXXFLAGS ; };
80911fe1 229flags_to_pass = { flag= STAGE1_CFLAGS ; };
8a0d8a5c 230flags_to_pass = { flag= STAGE1_CHECKING ; };
80911fe1 231flags_to_pass = { flag= STAGE1_LANGUAGES ; };
12f0bd74
NN
232
233// Target tools
234flags_to_pass = { flag= AR_FOR_TARGET ; };
235flags_to_pass = { flag= AS_FOR_TARGET ; };
236flags_to_pass = { flag= CC_FOR_TARGET ; };
237flags_to_pass = { flag= CFLAGS_FOR_TARGET ; };
06bcb89d 238flags_to_pass = { flag= CPPFLAGS_FOR_TARGET ; };
12f0bd74
NN
239flags_to_pass = { flag= CXX_FOR_TARGET ; };
240flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; };
241flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; };
242flags_to_pass = { flag= GCJ_FOR_TARGET ; };
4b1cb4fe 243flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; };
12f0bd74 244flags_to_pass = { flag= LD_FOR_TARGET ; };
7e0f7140 245flags_to_pass = { flag= LIPO_FOR_TARGET ; };
414e5532 246flags_to_pass = { flag= LDFLAGS_FOR_TARGET ; };
12f0bd74
NN
247flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; };
248flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; };
249flags_to_pass = { flag= NM_FOR_TARGET ; };
5ae72758 250flags_to_pass = { flag= OBJDUMP_FOR_TARGET ; };
12f0bd74 251flags_to_pass = { flag= RANLIB_FOR_TARGET ; };
7e0f7140 252flags_to_pass = { flag= STRIP_FOR_TARGET ; };
12f0bd74 253flags_to_pass = { flag= WINDRES_FOR_TARGET ; };
dfdffa2c 254
80911fe1 255// Miscellaneous
c52c6897 256flags_to_pass = { flag= LANGUAGES ; optional=true ; };
80911fe1
PB
257flags_to_pass = { flag= LEAN ; };
258
9e6ce191
PB
259// Inter-module dependencies
260
261// Build modules
262dependencies = { module=all-build-bison; on=all-build-texinfo; };
263dependencies = { module=all-build-byacc; on=all-build-texinfo; };
264dependencies = { module=all-build-flex; on=all-build-texinfo; };
265dependencies = { module=all-build-flex; on=all-build-bison; };
266dependencies = { module=all-build-flex; on=all-build-byacc; };
267dependencies = { module=all-build-flex; on=all-build-m4; };
268dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
269dependencies = { module=all-build-m4; on=all-build-texinfo; };
ee025550 270dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
9e6ce191
PB
271
272// Host modules specific to gcc.
273dependencies = { module=configure-gcc; on=configure-intl; };
c60fe18b
PB
274dependencies = { module=configure-gcc; on=all-binutils; };
275dependencies = { module=configure-gcc; on=all-gas; };
276dependencies = { module=configure-gcc; on=all-ld; };
9e6ce191
PB
277dependencies = { module=all-gcc; on=all-libiberty; hard=true; };
278dependencies = { module=all-gcc; on=all-intl; };
72b2455a
PB
279dependencies = { module=all-gcc; on=all-build-texinfo; };
280dependencies = { module=all-gcc; on=all-build-bison; };
281dependencies = { module=all-gcc; on=all-build-byacc; };
282dependencies = { module=all-gcc; on=all-build-flex; };
ee025550
PB
283dependencies = { module=all-gcc; on=all-build-libiberty; };
284dependencies = { module=all-gcc; on=all-build-fixincludes; };
9e6ce191 285dependencies = { module=all-gcc; on=all-zlib; };
9e6ce191 286dependencies = { module=all-gcc; on=all-libcpp; hard=true; };
be01d343 287dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; };
d3ed111c
GK
288dependencies = { module=all-gcc; on=all-libiberty; };
289dependencies = { module=all-gcc; on=all-fixincludes; };
69e57115 290dependencies = { module=install-gcc ; on=install-fixincludes; };
9e6ce191
PB
291
292dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; };
293dependencies = { module=configure-libcpp; on=configure-intl; };
294dependencies = { module=all-libcpp; on=all-libiberty; hard=true; };
295dependencies = { module=all-libcpp; on=all-intl; };
296
d3ed111c
GK
297dependencies = { module=all-fixincludes; on=all-libiberty; };
298
b00612cc
PB
299dependencies = { module=all-gnattools; on=all-target-libada; };
300
9e6ce191 301// Host modules specific to gdb.
20e95c23 302dependencies = { module=configure-gdb; on=configure-intl; };
9e6ce191 303dependencies = { module=configure-gdb; on=configure-sim; };
20e95c23 304dependencies = { module=all-gdb; on=all-intl; };
9e6ce191
PB
305dependencies = { module=all-gdb; on=all-libiberty; };
306dependencies = { module=all-gdb; on=all-opcodes; };
307dependencies = { module=all-gdb; on=all-bfd; };
9e6ce191 308dependencies = { module=all-gdb; on=all-readline; };
72b2455a
PB
309dependencies = { module=all-gdb; on=all-build-bison; };
310dependencies = { module=all-gdb; on=all-build-byacc; };
9e6ce191 311dependencies = { module=all-gdb; on=all-sim; };
9e6ce191
PB
312
313dependencies = { module=configure-libgui; on=configure-tcl; };
314dependencies = { module=configure-libgui; on=configure-tk; };
315dependencies = { module=all-libgui; on=all-tcl; };
316dependencies = { module=all-libgui; on=all-tk; };
317dependencies = { module=all-libgui; on=all-itcl; };
318
319// Host modules specific to binutils.
320dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; };
20e95c23 321dependencies = { module=configure-bfd; on=configure-intl; };
9e6ce191
PB
322dependencies = { module=all-bfd; on=all-libiberty; };
323dependencies = { module=all-bfd; on=all-intl; };
324
20e95c23 325dependencies = { module=configure-binutils; on=configure-intl; };
9e6ce191
PB
326dependencies = { module=all-binutils; on=all-libiberty; };
327dependencies = { module=all-binutils; on=all-opcodes; };
328dependencies = { module=all-binutils; on=all-bfd; };
72b2455a
PB
329dependencies = { module=all-binutils; on=all-build-flex; };
330dependencies = { module=all-binutils; on=all-build-bison; };
331dependencies = { module=all-binutils; on=all-build-byacc; };
9e6ce191
PB
332dependencies = { module=all-binutils; on=all-intl; };
333
334// We put install-opcodes before install-binutils because the installed
335// binutils might be on PATH, and they might need the shared opcodes
336// library.
337dependencies = { module=install-binutils; on=install-opcodes; };
338
339// libopcodes depends on libbfd
340dependencies = { module=install-opcodes; on=install-bfd; };
341
20e95c23 342dependencies = { module=configure-gas; on=configure-intl; };
9e6ce191
PB
343dependencies = { module=all-gas; on=all-libiberty; };
344dependencies = { module=all-gas; on=all-opcodes; };
345dependencies = { module=all-gas; on=all-bfd; };
346dependencies = { module=all-gas; on=all-intl; };
20e95c23 347dependencies = { module=configure-gprof; on=configure-intl; };
9e6ce191
PB
348dependencies = { module=all-gprof; on=all-libiberty; };
349dependencies = { module=all-gprof; on=all-bfd; };
350dependencies = { module=all-gprof; on=all-opcodes; };
351dependencies = { module=all-gprof; on=all-intl; };
20e95c23 352dependencies = { module=configure-ld; on=configure-intl; };
9e6ce191
PB
353dependencies = { module=all-ld; on=all-libiberty; };
354dependencies = { module=all-ld; on=all-bfd; };
355dependencies = { module=all-ld; on=all-opcodes; };
72b2455a
PB
356dependencies = { module=all-ld; on=all-build-bison; };
357dependencies = { module=all-ld; on=all-build-byacc; };
358dependencies = { module=all-ld; on=all-build-flex; };
9e6ce191
PB
359dependencies = { module=all-ld; on=all-intl; };
360
7206a0ee 361dependencies = { module=configure-opcodes; on=configure-intl; };
9e6ce191
PB
362dependencies = { module=all-opcodes; on=all-bfd; };
363dependencies = { module=all-opcodes; on=all-libiberty; };
7206a0ee 364dependencies = { module=all-opcodes; on=all-intl; };
9e6ce191
PB
365
366// Other host modules in the 'src' repository.
367dependencies = { module=all-dejagnu; on=all-tcl; };
368dependencies = { module=all-dejagnu; on=all-expect; };
369dependencies = { module=all-dejagnu; on=all-tk; };
370dependencies = { module=configure-expect; on=configure-tcl; };
371dependencies = { module=configure-expect; on=configure-tk; };
372dependencies = { module=all-expect; on=all-tcl; };
373dependencies = { module=all-expect; on=all-tk; };
374
375// We put install-tcl before install-itcl because itcl wants to run a
376// program on installation which uses the Tcl libraries.
377dependencies = { module=configure-itcl; on=configure-tcl; };
378dependencies = { module=configure-itcl; on=configure-tk; };
379dependencies = { module=all-itcl; on=all-tcl; };
380dependencies = { module=all-itcl; on=all-tk; };
381dependencies = { module=install-itcl; on=install-tcl; };
382
383dependencies = { module=configure-tk; on=configure-tcl; };
384dependencies = { module=all-tk; on=all-tcl; };
9e6ce191
PB
385
386dependencies = { module=all-sid; on=all-libiberty; };
387dependencies = { module=all-sid; on=all-bfd; };
388dependencies = { module=all-sid; on=all-opcodes; };
389dependencies = { module=all-sid; on=all-tcl; };
390dependencies = { module=all-sid; on=all-tk; };
391dependencies = { module=install-sid; on=install-tcl; };
392dependencies = { module=install-sid; on=install-tk; };
393
20e95c23
DJ
394dependencies = { module=configure-sim; on=configure-intl; };
395dependencies = { module=all-sim; on=all-intl; };
9e6ce191
PB
396dependencies = { module=all-sim; on=all-libiberty; };
397dependencies = { module=all-sim; on=all-bfd; };
398dependencies = { module=all-sim; on=all-opcodes; };
399dependencies = { module=all-sim; on=all-readline; };
400dependencies = { module=all-sim; on=configure-gdb; };
401
402// Other host modules.
403dependencies = { module=all-fastjar; on=all-zlib; };
72b2455a 404dependencies = { module=all-fastjar; on=all-build-texinfo; };
9e6ce191
PB
405dependencies = { module=all-fastjar; on=all-libiberty; };
406
407// Warning, these are not well tested.
408dependencies = { module=all-autoconf; on=all-m4; };
72b2455a 409dependencies = { module=all-autoconf; on=all-build-texinfo; };
9e6ce191 410dependencies = { module=all-automake; on=all-m4; };
72b2455a 411dependencies = { module=all-automake; on=all-build-texinfo; };
9e6ce191
PB
412dependencies = { module=all-automake; on=all-autoconf; };
413dependencies = { module=all-bison; on=all-intl; };
72b2455a 414dependencies = { module=all-bison; on=all-build-texinfo; };
9e6ce191 415dependencies = { module=all-diff; on=all-intl; };
72b2455a 416dependencies = { module=all-diff; on=all-build-texinfo; };
9e6ce191 417dependencies = { module=all-fileutils; on=all-intl; };
72b2455a
PB
418dependencies = { module=all-fileutils; on=all-build-texinfo; };
419dependencies = { module=all-flex; on=all-build-bison; };
420dependencies = { module=all-flex; on=all-build-byacc; };
9e6ce191
PB
421dependencies = { module=all-flex; on=all-intl; };
422dependencies = { module=all-flex; on=all-m4; };
72b2455a 423dependencies = { module=all-flex; on=all-build-texinfo; };
9e6ce191
PB
424dependencies = { module=all-gzip; on=all-intl; };
425dependencies = { module=all-gzip; on=all-zlib; };
72b2455a 426dependencies = { module=all-gzip; on=all-build-texinfo; };
9e6ce191 427dependencies = { module=all-hello; on=all-intl; };
72b2455a 428dependencies = { module=all-hello; on=all-build-texinfo; };
9e6ce191 429dependencies = { module=all-m4; on=all-intl; };
72b2455a 430dependencies = { module=all-m4; on=all-build-texinfo; };
9e6ce191 431dependencies = { module=all-make; on=all-intl; };
72b2455a
PB
432dependencies = { module=all-make; on=all-build-texinfo; };
433dependencies = { module=all-patch; on=all-build-texinfo; };
434dependencies = { module=all-make; on=all-build-texinfo; };
9e6ce191 435dependencies = { module=all-prms; on=all-libiberty; };
72b2455a
PB
436dependencies = { module=all-recode; on=all-build-texinfo; };
437dependencies = { module=all-sed; on=all-build-texinfo; };
9e6ce191 438dependencies = { module=all-send-pr; on=all-prms; };
72b2455a
PB
439dependencies = { module=all-tar; on=all-build-texinfo; };
440dependencies = { module=all-uudecode; on=all-build-texinfo; };
9e6ce191
PB
441
442// Target modules. These can also have dependencies on the language
6aa8ef82
DJ
443// environment (e.g. on libstdc++). By default target modules depend
444// on libgcc and newlib/libgloss.
9e6ce191 445lang_env_dependencies = { module=gperf; cxx=true; };
9e6ce191 446lang_env_dependencies = { module=libjava; cxx=true; };
6aa8ef82
DJ
447lang_env_dependencies = { module=newlib; no_c=true; };
448lang_env_dependencies = { module=libgloss; no_c=true; };
449lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; };
450// libiberty does not depend on newlib or libgloss because it must be
451// built newlib on some targets (e.g. Cygwin). It still needs
452// a dependency on libgcc for native targets to configure.
453lang_env_dependencies = { module=libiberty; no_c=true; };
9e6ce191
PB
454
455dependencies = { module=configure-target-boehm-gc; on=configure-target-qthreads; };
456dependencies = { module=configure-target-fastjar; on=configure-target-zlib; };
457dependencies = { module=all-target-fastjar; on=all-target-zlib; };
458dependencies = { module=all-target-fastjar; on=all-target-libiberty; };
459dependencies = { module=configure-target-libjava; on=configure-target-zlib; };
460dependencies = { module=configure-target-libjava; on=configure-target-boehm-gc; };
461dependencies = { module=configure-target-libjava; on=configure-target-qthreads; };
462dependencies = { module=configure-target-libjava; on=configure-target-libffi; };
463dependencies = { module=all-target-libjava; on=all-fastjar; };
464dependencies = { module=all-target-libjava; on=all-target-zlib; };
465dependencies = { module=all-target-libjava; on=all-target-boehm-gc; };
466dependencies = { module=all-target-libjava; on=all-target-qthreads; };
467dependencies = { module=all-target-libjava; on=all-target-libffi; };
4f0ef2d8 468dependencies = { module=configure-target-libobjc; on=configure-target-boehm-gc; };
9e6ce191 469dependencies = { module=all-target-libobjc; on=all-target-libiberty; };
4f0ef2d8 470dependencies = { module=all-target-libobjc; on=all-target-boehm-gc; };
9e6ce191
PB
471dependencies = { module=all-target-libstdc++-v3; on=all-target-libiberty; };
472
b897f5d4
MS
473// Target libraries installed under gcc need to be installed before gcc
474dependencies = { module=install-target-libssp; on=install-gcc; };
475dependencies = { module=install-target-libgomp; on=install-gcc; };
476
9e6ce191
PB
477// Target modules in the 'src' repository.
478lang_env_dependencies = { module=examples; };
479lang_env_dependencies = { module=libtermcap; };
480lang_env_dependencies = { module=rda; };
481lang_env_dependencies = { module=winsup; };
482lang_env_dependencies = { module=qthreads; };
483
484dependencies = { module=all-target-libgloss; on=configure-target-newlib; };
485dependencies = { module=all-target-winsup; on=all-target-libiberty; };
486dependencies = { module=all-target-winsup; on=all-target-libtermcap; };
487
dfdffa2c
PB
488// Toplevel bootstrap
489bootstrap_stage = {
656fdd47 490 id=1 ;
8a0d8a5c
PB
491
492 // * We force-disable intermodule optimizations, even if
493 // --enable-intermodule was passed, since the installed compiler
494 // probably can't handle them. Luckily, autoconf always respects
495 // the last argument when conflicting --enable arguments are passed.
496 // * Likewise, we force-disable coverage flags, since the installed
497 // compiler probably has never heard of them.
498 stage_configure_flags='--disable-intermodule $(STAGE1_CHECKING) \
dfdffa2c 499 --disable-coverage --enable-languages="$(STAGE1_LANGUAGES)"' ;
c52c6897 500 stage_make_flags='CFLAGS="$(STAGE1_CFLAGS)" LIBCFLAGS="$(STAGE1_CFLAGS)"' ; };
dfdffa2c 501bootstrap_stage = {
656fdd47 502 id=2 ; prev=1 ;
377d8c42 503 bootstrap_target=bootstrap2 ;
72b2455a
PB
504 stage_configure_flags="@stage2_werror_flag@" ;
505 stage_make_flags="" ; };
dfdffa2c 506bootstrap_stage = {
9cb3fa6f 507 id=3 ; prev=2 ; lean=1 ;
dfdffa2c 508 compare_target=compare ;
319cab08
PB
509 bootstrap_target=bootstrap ;
510 cleanstrap_target=cleanstrap ;
72b2455a
PB
511 stage_configure_flags="@stage2_werror_flag@" ;
512 stage_make_flags="" ; };
319cab08 513bootstrap_stage = {
9cb3fa6f 514 id=4 ; prev=3 ; lean=2 ;
319cab08
PB
515 compare_target=compare3 ;
516 bootstrap_target=bootstrap4 ;
72b2455a
PB
517 stage_configure_flags="@stage2_werror_flag@" ;
518 stage_make_flags="" ; };
656fdd47
PB
519bootstrap_stage = {
520 id=profile ; prev=1 ;
72b2455a
PB
521 stage_configure_flags="@stage2_werror_flag@" ;
522 stage_make_flags='CFLAGS="$(BOOT_CFLAGS) -fprofile-generate"' ; };
656fdd47 523bootstrap_stage = {
7d329e61
PB
524 id=feedback ; prev=profile ;
525 bootstrap_target=profiledbootstrap ;
72b2455a
PB
526 stage_configure_flags="@stage2_werror_flag@" ;
527 stage_make_flags='CFLAGS="$(BOOT_CFLAGS) -fprofile-use"' ; };
This page took 0.204199 seconds and 4 git commands to generate.