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