Lines Matching refs:bootstrap

581   # LD_LIBRARY_PATH can break AIX bootstrap.
1287 AC_ARG_ENABLE([bootstrap], optenable
1288 [AS_HELP_STRING([--enable-bootstrap],
1292 # Issue errors and warnings for invalid/strange bootstrap combinations.
1302 # Default behavior. Enable bootstrap if we have a compiler
1310 # We have a compiler and we are in a native configuration, bootstrap is ok
1317 AC_MSG_WARN([trying to bootstrap a cross compiler])
1320 # No compiler: if they passed --enable-bootstrap explicitly, fail
1322 AC_MSG_ERROR([cannot bootstrap without a compiler]) ;;
1326 AC_MSG_ERROR([invalid option for --enable-bootstrap])
1749 # Target libraries that we bootstrap.
1964 # We need to bootstrap any supporting libraries.
2213 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
2489 # Adjust the toplevel makefile according to whether bootstrap was selected.
2492 bootstrap_suffix=bootstrap
2493 BUILD_CONFIG=bootstrap-debug
2496 bootstrap_suffix=no-bootstrap
2515 bootstrap-debug)
2551 # If we are building libgomp, bootstrap it.
2556 # If we are building libsanitizer and $BUILD_CONFIG contains bootstrap-asan
2557 # or bootstrap-ubsan, bootstrap it.
2560 *bootstrap-asan* | *bootstrap-ubsan* )
2567 # If we are building libvtv and --enable-vtable-verify, bootstrap it.
2646 fixincludes,no) host_bootstrap_suffix=no-bootstrap ;;
2663 # We only bootstrap target libraries listed in bootstrap_target_libs.
2666 *) target_bootstrap_suffix=no-bootstrap ;;
3320 # GCC bootstrap support
3347 # Enable -Werror in bootstrap stage2 and later.
3350 [enable -Werror in bootstrap stage2 and later])], [],
3369 # Specify what files to not compare during bootstrap.