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