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