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; }; 33 34host_modules= { module= bfd; bootstrap=true; }; 35host_modules= { module= opcodes; bootstrap=true; }; 36host_modules= { module= binutils; bootstrap=true; }; 37host_modules= { module= bison; no_check_cross= true; }; 38host_modules= { module= cgen; }; 39host_modules= { module= dejagnu; }; 40host_modules= { module= etc; }; 41host_modules= { module= fastjar; no_check_cross= true; }; 42host_modules= { module= fixincludes; bootstrap=true; 43 missing= TAGS; }; 44host_modules= { module= flex; no_check_cross= true; }; 45host_modules= { module= gas; bootstrap=true; }; 46host_modules= { module= gcc; bootstrap=true; 47 extra_make_flags="$(EXTRA_GCC_FLAGS)"; }; 48host_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}"; }; 57host_modules= { module= mpfr; lib_path=.libs; bootstrap=true; 58 extra_configure_flags='--disable-shared @extra_mpfr_configure_flags@'; 59 no_install= true; }; 60host_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; }; 63host_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; }; 67host_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; }; 72host_modules= { module= libelf; lib_path=.libs; bootstrap=true; 73 extra_configure_flags='--disable-shared'; 74 no_install= true; }; 75host_modules= { module= gold; bootstrap=true; }; 76host_modules= { module= gprof; }; 77host_modules= { module= intl; bootstrap=true; }; 78host_modules= { module= tcl; 79 missing=mostlyclean; }; 80host_modules= { module= itcl; }; 81host_modules= { module= ld; bootstrap=true; }; 82host_modules= { module= libbacktrace; bootstrap=true; }; 83host_modules= { module= libcpp; bootstrap=true; }; 84host_modules= { module= libdecnumber; bootstrap=true; }; 85host_modules= { module= libgui; }; 86host_modules= { module= libiberty; bootstrap=true; 87 extra_configure_flags='@extra_host_libiberty_configure_flags@';}; 88// We abuse missing to avoid installing anything for libiconv. 89host_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; }; 96host_modules= { module= m4; }; 97host_modules= { module= readline; }; 98host_modules= { module= sid; }; 99host_modules= { module= sim; }; 100host_modules= { module= texinfo; no_install= true; }; 101host_modules= { module= zlib; no_install=true; no_check=true; bootstrap=true; }; 102host_modules= { module= gdb; }; 103host_modules= { module= expect; }; 104host_modules= { module= guile; }; 105host_modules= { module= tk; }; 106host_modules= { module= libtermcap; no_check=true; 107 missing=mostlyclean; 108 missing=clean; 109 missing=distclean; 110 missing=maintainer-clean; }; 111host_modules= { module= utils; no_check=true; }; 112host_modules= { module= gnattools; }; 113host_modules= { module= lto-plugin; bootstrap=true; 114 extra_configure_flags=--enable-shared; }; 115 116target_modules = { module= libstdc++-v3; 117 bootstrap=true; 118 lib_path=src/.libs; 119 raw_cxx=true; }; 120target_modules = { module= libsanitizer; 121 bootstrap=true; 122 lib_path=.libs; 123 raw_cxx=true; }; 124target_modules = { module= libvtv; 125 bootstrap=true; 126 lib_path=.libs; 127 raw_cxx=true; }; 128target_modules = { module= libcilkrts; 129 lib_path=.libs; }; 130target_modules = { module= libssp; lib_path=.libs; }; 131target_modules = { module= newlib; }; 132target_modules = { module= libgcc; bootstrap=true; no_check=true; }; 133target_modules = { module= libbacktrace; }; 134target_modules = { module= libquadmath; }; 135target_modules = { module= libgfortran; }; 136target_modules = { module= libobjc; }; 137target_modules = { module= libgo; }; 138target_modules = { module= libtermcap; no_check=true; 139 missing=mostlyclean; 140 missing=clean; 141 missing=distclean; 142 missing=maintainer-clean; }; 143target_modules = { module= winsup; }; 144target_modules = { module= libgloss; no_check=true; }; 145target_modules = { module= libffi; no_install=true; }; 146target_modules = { module= libjava; raw_cxx=true; 147 extra_configure_flags="$(EXTRA_CONFIGARGS_LIBJAVA)"; }; 148target_modules = { module= zlib; }; 149target_modules = { module= boehm-gc; }; 150target_modules = { module= rda; }; 151target_modules = { module= libada; }; 152target_modules = { module= libgomp; bootstrap= true; lib_path=.libs; }; 153target_modules = { module= libitm; lib_path=.libs; }; 154target_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. 160recursive_targets = { make_target= info; 161 depend=configure; }; 162recursive_targets = { make_target= dvi; 163 depend=configure; }; 164recursive_targets = { make_target= pdf; 165 depend=configure; }; 166recursive_targets = { make_target= html; 167 depend=configure; }; 168recursive_targets = { make_target= TAGS; 169 depend=configure; }; 170recursive_targets = { make_target= install-info; 171 depend=configure; 172 depend=info; }; 173recursive_targets = { make_target= install-pdf; 174 depend=configure; 175 depend=pdf; }; 176recursive_targets = { make_target= install-html; 177 depend=configure; 178 depend=html; }; 179recursive_targets = { make_target= installcheck; 180 depend=configure; }; 181recursive_targets = { make_target= mostlyclean; }; 182recursive_targets = { make_target= clean; }; 183recursive_targets = { make_target= distclean; }; 184recursive_targets = { make_target= maintainer-clean; }; 185 186// Flags which need to be passed down. 187 188// Directories etc. 189flags_to_pass = { flag= DESTDIR ; }; 190flags_to_pass = { flag= RPATH_ENVVAR ; }; 191flags_to_pass = { flag= TARGET_SUBDIR ; }; 192flags_to_pass = { flag= bindir ; }; 193flags_to_pass = { flag= datadir ; }; 194flags_to_pass = { flag= exec_prefix ; }; 195flags_to_pass = { flag= includedir ; }; 196flags_to_pass = { flag= datarootdir ; }; 197flags_to_pass = { flag= docdir ; }; 198flags_to_pass = { flag= infodir ; }; 199flags_to_pass = { flag= pdfdir ; }; 200flags_to_pass = { flag= htmldir ; }; 201flags_to_pass = { flag= libdir ; }; 202flags_to_pass = { flag= libexecdir ; }; 203flags_to_pass = { flag= lispdir ; }; 204flags_to_pass = { flag= localstatedir ; }; 205flags_to_pass = { flag= mandir ; }; 206flags_to_pass = { flag= oldincludedir ; }; 207flags_to_pass = { flag= prefix ; }; 208flags_to_pass = { flag= sbindir ; }; 209flags_to_pass = { flag= sharedstatedir ; }; 210flags_to_pass = { flag= sysconfdir ; }; 211flags_to_pass = { flag= tooldir ; }; 212flags_to_pass = { flag= build_tooldir ; }; 213flags_to_pass = { flag= target_alias ; }; 214 215// Build tools 216flags_to_pass = { flag= AWK ; }; 217flags_to_pass = { flag= BISON ; }; 218flags_to_pass = { flag= CC_FOR_BUILD ; }; 219flags_to_pass = { flag= CFLAGS_FOR_BUILD ; }; 220flags_to_pass = { flag= CXX_FOR_BUILD ; }; 221flags_to_pass = { flag= EXPECT ; }; 222flags_to_pass = { flag= FLEX ; }; 223flags_to_pass = { flag= INSTALL ; }; 224flags_to_pass = { flag= INSTALL_DATA ; }; 225flags_to_pass = { flag= INSTALL_PROGRAM ; }; 226flags_to_pass = { flag= INSTALL_SCRIPT ; }; 227flags_to_pass = { flag= LDFLAGS_FOR_BUILD ; }; 228flags_to_pass = { flag= LEX ; }; 229flags_to_pass = { flag= M4 ; }; 230flags_to_pass = { flag= MAKE ; }; 231flags_to_pass = { flag= RUNTEST ; }; 232flags_to_pass = { flag= RUNTESTFLAGS ; }; 233flags_to_pass = { flag= SED ; }; 234flags_to_pass = { flag= SHELL ; }; 235flags_to_pass = { flag= YACC ; }; 236 237// Host tools 238flags_to_pass = { flag= ADAFLAGS ; optional=true ; }; 239flags_to_pass = { flag= ADA_CFLAGS ; }; 240flags_to_pass = { flag= AR_FLAGS ; }; 241flags_to_pass = { flag= BOOT_ADAFLAGS ; optional=true ; }; 242flags_to_pass = { flag= BOOT_CFLAGS ; }; 243flags_to_pass = { flag= BOOT_LDFLAGS ; }; 244flags_to_pass = { flag= CFLAGS ; }; 245flags_to_pass = { flag= CXXFLAGS ; }; 246flags_to_pass = { flag= LDFLAGS ; }; 247flags_to_pass = { flag= LIBCFLAGS ; }; 248flags_to_pass = { flag= LIBCXXFLAGS ; }; 249flags_to_pass = { flag= STAGE1_CHECKING ; }; 250flags_to_pass = { flag= STAGE1_LANGUAGES ; }; 251flags_to_pass = { flag= GNATBIND ; }; 252flags_to_pass = { flag= GNATMAKE ; }; 253 254// Target tools 255flags_to_pass = { flag= AR_FOR_TARGET ; }; 256flags_to_pass = { flag= AS_FOR_TARGET ; }; 257flags_to_pass = { flag= CC_FOR_TARGET ; }; 258flags_to_pass = { flag= CFLAGS_FOR_TARGET ; }; 259flags_to_pass = { flag= CPPFLAGS_FOR_TARGET ; }; 260flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; }; 261flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; }; 262flags_to_pass = { flag= FLAGS_FOR_TARGET ; }; 263flags_to_pass = { flag= GCJ_FOR_TARGET ; }; 264flags_to_pass = { flag= GFORTRAN_FOR_TARGET ; }; 265flags_to_pass = { flag= GOC_FOR_TARGET ; }; 266flags_to_pass = { flag= GOCFLAGS_FOR_TARGET ; }; 267flags_to_pass = { flag= LD_FOR_TARGET ; }; 268flags_to_pass = { flag= LIPO_FOR_TARGET ; }; 269flags_to_pass = { flag= LDFLAGS_FOR_TARGET ; }; 270flags_to_pass = { flag= LIBCFLAGS_FOR_TARGET ; }; 271flags_to_pass = { flag= LIBCXXFLAGS_FOR_TARGET ; }; 272flags_to_pass = { flag= NM_FOR_TARGET ; }; 273flags_to_pass = { flag= OBJDUMP_FOR_TARGET ; }; 274flags_to_pass = { flag= RANLIB_FOR_TARGET ; }; 275flags_to_pass = { flag= READELF_FOR_TARGET ; }; 276flags_to_pass = { flag= STRIP_FOR_TARGET ; }; 277flags_to_pass = { flag= WINDRES_FOR_TARGET ; }; 278flags_to_pass = { flag= WINDMC_FOR_TARGET ; }; 279 280// Miscellaneous 281flags_to_pass = { flag= BUILD_CONFIG ; }; 282flags_to_pass = { flag= LANGUAGES ; optional=true ; }; 283flags_to_pass = { flag= LEAN ; }; 284 285// Inter-module dependencies 286 287// Build modules 288dependencies = { module=all-build-bison; on=all-build-texinfo; }; 289dependencies = { module=all-build-flex; on=all-build-texinfo; }; 290dependencies = { module=all-build-flex; on=all-build-bison; }; 291dependencies = { module=all-build-flex; on=all-build-m4; }; 292dependencies = { module=all-build-libiberty; on=all-build-texinfo; }; 293dependencies = { module=all-build-m4; on=all-build-texinfo; }; 294dependencies = { module=all-build-fixincludes; on=all-build-libiberty; }; 295 296// Host modules specific to gcc. 297dependencies = { module=configure-gcc; on=configure-intl; }; 298dependencies = { module=configure-gcc; on=all-gmp; }; 299dependencies = { module=configure-gcc; on=all-lto-plugin; }; 300dependencies = { module=configure-gcc; on=all-binutils; }; 301dependencies = { module=configure-gcc; on=all-gas; }; 302dependencies = { module=configure-gcc; on=all-ld; }; 303dependencies = { module=configure-gcc; on=all-gold; }; 304dependencies = { module=configure-gcc; on=all-libelf; }; 305dependencies = { module=all-gcc; on=all-libiberty; hard=true; }; 306dependencies = { module=all-gcc; on=all-intl; }; 307dependencies = { module=all-gcc; on=all-mpfr; }; 308dependencies = { module=all-gcc; on=all-mpc; }; 309dependencies = { module=all-gcc; on=all-cloog; }; 310dependencies = { module=all-gcc; on=all-build-texinfo; }; 311dependencies = { module=all-gcc; on=all-build-bison; }; 312dependencies = { module=all-gcc; on=all-build-flex; }; 313dependencies = { module=all-gcc; on=all-build-libiberty; }; 314dependencies = { module=all-gcc; on=all-build-fixincludes; }; 315dependencies = { module=all-gcc; on=all-zlib; }; 316dependencies = { module=all-gcc; on=all-libbacktrace; hard=true; }; 317dependencies = { module=all-gcc; on=all-libcpp; hard=true; }; 318dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; }; 319dependencies = { module=all-gcc; on=all-libiberty; }; 320dependencies = { module=all-gcc; on=all-fixincludes; }; 321dependencies = { module=all-gcc; on=all-lto-plugin; }; 322dependencies = { module=info-gcc; on=all-build-libiberty; }; 323dependencies = { module=dvi-gcc; on=all-build-libiberty; }; 324dependencies = { module=pdf-gcc; on=all-build-libiberty; }; 325dependencies = { module=html-gcc; on=all-build-libiberty; }; 326dependencies = { module=install-gcc ; on=install-fixincludes; }; 327dependencies = { module=install-gcc ; on=install-lto-plugin; }; 328dependencies = { module=install-strip-gcc ; on=install-strip-fixincludes; }; 329dependencies = { module=install-strip-gcc ; on=install-strip-lto-plugin; }; 330 331dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; }; 332dependencies = { module=configure-libcpp; on=configure-intl; }; 333dependencies = { module=all-libcpp; on=all-libiberty; hard=true; }; 334dependencies = { module=all-libcpp; on=all-intl; }; 335 336dependencies = { module=all-fixincludes; on=all-libiberty; }; 337 338dependencies = { module=all-gnattools; on=all-target-libada; }; 339dependencies = { module=all-gnattools; on=all-target-libstdc++-v3; }; 340 341dependencies = { module=all-lto-plugin; on=all-libiberty; }; 342 343dependencies = { module=all-utils; on=all-libiberty; }; 344 345dependencies = { module=configure-mpfr; on=all-gmp; }; 346dependencies = { module=configure-mpc; on=all-mpfr; }; 347dependencies = { module=configure-isl; on=all-gmp; }; 348dependencies = { module=configure-cloog; on=all-isl; }; 349dependencies = { module=configure-cloog; on=all-gmp; }; 350 351// Host modules specific to gdb. 352dependencies = { module=configure-gdb; on=all-intl; }; 353dependencies = { module=configure-gdb; on=configure-sim; }; 354dependencies = { module=configure-gdb; on=all-bfd; }; 355// Depend on all-libiconv so that configure checks for iconv 356// functions will work. 357dependencies = { module=configure-gdb; on=all-libiconv; }; 358dependencies = { module=all-gdb; on=all-libiberty; }; 359dependencies = { module=all-gdb; on=all-libiconv; }; 360dependencies = { module=all-gdb; on=all-opcodes; }; 361dependencies = { module=all-gdb; on=all-readline; }; 362dependencies = { module=all-gdb; on=all-build-bison; }; 363dependencies = { module=all-gdb; on=all-sim; }; 364dependencies = { module=all-gdb; on=all-libdecnumber; }; 365dependencies = { module=all-gdb; on=all-libtermcap; }; 366 367dependencies = { module=configure-libgui; on=configure-tcl; }; 368dependencies = { module=configure-libgui; on=configure-tk; }; 369dependencies = { module=all-libgui; on=all-tcl; }; 370dependencies = { module=all-libgui; on=all-tk; }; 371dependencies = { module=all-libgui; on=all-itcl; }; 372 373// Host modules specific to binutils. 374dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; }; 375dependencies = { module=configure-bfd; on=configure-intl; }; 376dependencies = { module=all-bfd; on=all-libiberty; }; 377dependencies = { module=all-bfd; on=all-intl; }; 378dependencies = { module=configure-opcodes; on=configure-libiberty; hard=true; }; 379dependencies = { 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. 384dependencies = { module=configure-binutils; on=configure-intl; }; 385dependencies = { module=all-binutils; on=all-libiberty; }; 386dependencies = { module=all-binutils; on=all-opcodes; }; 387dependencies = { module=all-binutils; on=all-bfd; }; 388dependencies = { module=all-binutils; on=all-build-flex; }; 389dependencies = { module=all-binutils; on=all-build-bison; }; 390dependencies = { module=all-binutils; on=all-intl; }; 391dependencies = { 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. 396dependencies = { module=install-binutils; on=install-opcodes; }; 397dependencies = { module=install-strip-binutils; on=install-strip-opcodes; }; 398 399// libopcodes depends on libbfd 400dependencies = { module=install-opcodes; on=install-bfd; }; 401dependencies = { module=install-strip-opcodes; on=install-strip-bfd; }; 402 403dependencies = { module=configure-gas; on=configure-intl; }; 404dependencies = { module=all-gas; on=all-libiberty; }; 405dependencies = { module=all-gas; on=all-opcodes; }; 406dependencies = { module=all-gas; on=all-bfd; }; 407dependencies = { module=all-gas; on=all-intl; }; 408dependencies = { module=configure-gprof; on=configure-intl; }; 409dependencies = { module=all-gprof; on=all-libiberty; }; 410dependencies = { module=all-gprof; on=all-bfd; }; 411dependencies = { module=all-gprof; on=all-opcodes; }; 412dependencies = { module=all-gprof; on=all-intl; }; 413dependencies = { module=all-gprof; on=all-gas; }; 414dependencies = { module=configure-ld; on=configure-intl; }; 415dependencies = { module=all-ld; on=all-libiberty; }; 416dependencies = { module=all-ld; on=all-bfd; }; 417dependencies = { module=all-ld; on=all-opcodes; }; 418dependencies = { module=all-ld; on=all-build-bison; }; 419dependencies = { module=all-ld; on=all-build-flex; }; 420dependencies = { module=all-ld; on=all-intl; }; 421dependencies = { module=all-ld; on=all-gas; }; 422dependencies = { module=all-ld; on=all-binutils; }; 423dependencies = { module=install-ld; on=install-gold; }; 424dependencies = { module=install-strip-ld; on=install-strip-gold; }; 425dependencies = { module=configure-gold; on=configure-intl; }; 426dependencies = { module=all-gold; on=all-libiberty; }; 427dependencies = { module=all-gold; on=all-intl; }; 428dependencies = { module=all-gold; on=all-bfd; }; 429dependencies = { module=all-gold; on=all-build-bison; }; 430dependencies = { module=all-gold; on=all-gas; }; 431dependencies = { module=check-gold; on=all-binutils; }; 432dependencies = { module=check-gold; on=all-gas; }; 433 434dependencies = { module=configure-opcodes; on=configure-intl; }; 435dependencies = { module=all-opcodes; on=all-bfd; }; 436dependencies = { module=all-opcodes; on=all-libiberty; }; 437dependencies = { module=all-opcodes; on=all-intl; }; 438 439// Other host modules in the 'src' repository. 440dependencies = { module=all-dejagnu; on=all-tcl; }; 441dependencies = { module=all-dejagnu; on=all-expect; }; 442dependencies = { module=all-dejagnu; on=all-tk; }; 443dependencies = { module=configure-expect; on=configure-tcl; }; 444dependencies = { module=configure-expect; on=configure-tk; }; 445dependencies = { module=all-expect; on=all-tcl; }; 446dependencies = { 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. 450dependencies = { module=configure-itcl; on=configure-tcl; }; 451dependencies = { module=configure-itcl; on=configure-tk; }; 452dependencies = { module=all-itcl; on=all-tcl; }; 453dependencies = { module=all-itcl; on=all-tk; }; 454dependencies = { module=install-itcl; on=install-tcl; }; 455dependencies = { module=install-strip-itcl; on=install-strip-tcl; }; 456 457dependencies = { module=configure-tk; on=configure-tcl; }; 458dependencies = { module=all-tk; on=all-tcl; }; 459 460dependencies = { module=all-sid; on=all-libiberty; }; 461dependencies = { module=all-sid; on=all-bfd; }; 462dependencies = { module=all-sid; on=all-opcodes; }; 463dependencies = { module=all-sid; on=all-tcl; }; 464dependencies = { module=all-sid; on=all-tk; }; 465dependencies = { module=install-sid; on=install-tcl; }; 466dependencies = { module=install-strip-sid; on=install-strip-tcl; }; 467dependencies = { module=install-sid; on=install-tk; }; 468dependencies = { module=install-strip-sid; on=install-strip-tk; }; 469 470dependencies = { module=configure-sim; on=configure-intl; }; 471dependencies = { module=all-sim; on=all-intl; }; 472dependencies = { module=all-sim; on=all-libiberty; }; 473dependencies = { module=all-sim; on=all-bfd; }; 474dependencies = { module=all-sim; on=all-opcodes; }; 475dependencies = { module=all-sim; on=all-readline; }; 476dependencies = { module=all-sim; on=configure-gdb; }; 477 478// Other host modules. 479dependencies = { module=all-fastjar; on=all-zlib; }; 480dependencies = { module=all-fastjar; on=all-build-texinfo; }; 481dependencies = { module=all-fastjar; on=all-libiberty; }; 482 483// Warning, these are not well tested. 484dependencies = { module=all-bison; on=all-intl; }; 485dependencies = { module=all-bison; on=all-build-texinfo; }; 486dependencies = { module=all-flex; on=all-build-bison; }; 487dependencies = { module=all-flex; on=all-intl; }; 488dependencies = { module=all-flex; on=all-m4; }; 489dependencies = { module=all-flex; on=all-build-texinfo; }; 490dependencies = { module=all-m4; on=all-intl; }; 491dependencies = { 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. 496lang_env_dependencies = { module=libjava; cxx=true; }; 497lang_env_dependencies = { module=libitm; cxx=true; }; 498lang_env_dependencies = { module=libcilkrts; cxx=true; }; 499lang_env_dependencies = { module=newlib; no_c=true; }; 500lang_env_dependencies = { module=libgloss; no_c=true; }; 501lang_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. 505lang_env_dependencies = { module=libiberty; no_c=true; }; 506 507dependencies = { module=configure-target-boehm-gc; on=all-target-libstdc++-v3; }; 508dependencies = { module=configure-target-fastjar; on=configure-target-zlib; }; 509dependencies = { module=all-target-fastjar; on=all-target-zlib; }; 510dependencies = { module=configure-target-libgo; on=configure-target-libffi; }; 511dependencies = { module=configure-target-libgo; on=all-target-libstdc++-v3; }; 512dependencies = { module=all-target-libgo; on=all-target-libbacktrace; }; 513dependencies = { module=all-target-libgo; on=all-target-libffi; }; 514dependencies = { module=all-target-libgo; on=all-target-libatomic; }; 515dependencies = { module=configure-target-libjava; on=configure-target-zlib; }; 516dependencies = { module=configure-target-libjava; on=configure-target-boehm-gc; }; 517dependencies = { module=configure-target-libjava; on=configure-target-libffi; }; 518dependencies = { module=all-target-libjava; on=all-fastjar; }; 519dependencies = { module=all-target-libjava; on=all-target-zlib; }; 520dependencies = { module=all-target-libjava; on=all-target-boehm-gc; }; 521dependencies = { module=all-target-libjava; on=all-target-libffi; }; 522dependencies = { module=configure-target-libobjc; on=configure-target-boehm-gc; }; 523dependencies = { module=all-target-libobjc; on=all-target-boehm-gc; }; 524dependencies = { module=configure-target-libstdc++-v3; on=configure-target-libgomp; }; 525dependencies = { module=configure-target-libsanitizer; on=all-target-libstdc++-v3; }; 526dependencies = { 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. 530dependencies = { module=all-target-libstdc++-v3; on=configure-target-libgomp; }; 531 532dependencies = { module=install-target-libgo; on=install-target-libatomic; }; 533dependencies = { module=install-target-libgfortran; on=install-target-libquadmath; }; 534dependencies = { module=install-target-libgfortran; on=install-target-libgcc; }; 535dependencies = { module=install-target-libsanitizer; on=install-target-libstdc++-v3; }; 536dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; }; 537dependencies = { module=install-target-libvtv; on=install-target-libstdc++-v3; }; 538dependencies = { module=install-target-libvtv; on=install-target-libgcc; }; 539dependencies = { module=install-target-libcilkrts; on=install-target-libstdc++-v3; }; 540dependencies = { module=install-target-libcilkrts; on=install-target-libgcc; }; 541dependencies = { module=install-target-libjava; on=install-target-libgcc; }; 542dependencies = { module=install-target-libitm; on=install-target-libgcc; }; 543dependencies = { module=install-target-libobjc; on=install-target-libgcc; }; 544dependencies = { module=install-target-libstdc++-v3; on=install-target-libgcc; }; 545 546// Target modules in the 'src' repository. 547lang_env_dependencies = { module=libtermcap; }; 548lang_env_dependencies = { module=rda; }; 549lang_env_dependencies = { module=winsup; }; 550 551dependencies = { module=all-target-libgloss; on=all-target-newlib; }; 552dependencies = { module=all-target-winsup; on=all-target-libtermcap; }; 553dependencies = { module=configure-target-newlib; on=all-binutils; }; 554dependencies = { module=configure-target-newlib; on=all-ld; }; 555dependencies = { module=configure-target-libgfortran; on=all-target-libquadmath; }; 556 557languages = { language=c; gcc-check-target=check-gcc; }; 558languages = { 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++; }; 562languages = { language=fortran; gcc-check-target=check-fortran; 563 lib-check-target=check-target-libquadmath; 564 lib-check-target=check-target-libgfortran; }; 565languages = { language=java; gcc-check-target=check-java; 566 lib-check-target=check-target-libjava; }; 567languages = { language=ada; gcc-check-target=check-ada; 568 lib-check-target=check-target-libada; }; 569languages = { language=objc; gcc-check-target=check-objc; 570 lib-check-target=check-target-libobjc; }; 571languages = { language=obj-c++; gcc-check-target=check-obj-c++; }; 572languages = { language=go; gcc-check-target=check-go; 573 lib-check-target=check-target-libgo; }; 574 575// Toplevel bootstrap 576bootstrap_stage = { id=1 ; }; 577bootstrap_stage = { 578 id=2 ; prev=1 ; 579 bootstrap_target=bootstrap2 ; }; 580bootstrap_stage = { 581 id=3 ; prev=2 ; lean=1 ; 582 compare_target=compare ; 583 bootstrap_target=bootstrap ; 584 cleanstrap_target=cleanstrap ; }; 585bootstrap_stage = { 586 id=4 ; prev=3 ; lean=2 ; 587 compare_target=compare3 ; 588 bootstrap_target=bootstrap4 ; }; 589bootstrap_stage = { 590 id=profile ; prev=1 ; }; 591bootstrap_stage = { 592 id=feedback ; prev=profile ; 593 bootstrap_target=profiledbootstrap ; }; 594