Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 185) sorted by relevance

12345678

/openbsd-src/gnu/usr.bin/binutils-2.17/
H A DMakefile.tpl170 @if gcc-bootstrap
172 @endif gcc-bootstrap
384 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
385 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
482 @if gcc-bootstrap
487 @endif gcc-bootstrap
502 [+ FOR host_modules +][+ IF bootstrap +]
503 @if [+module+]-no-bootstrap[+ ENDIF bootstrap +]
504 all-host: maybe-all-[+module+][+ IF bootstrap +]
505 @endif [+module+]-no-bootstrap[+ ENDIF bootstrap +][+ ENDFOR host_modules +]
[all …]
H A DMakefile.in167 @if gcc-bootstrap
169 @endif gcc-bootstrap
651 @if gcc-bootstrap
656 @endif gcc-bootstrap
682 @if bfd-no-bootstrap
684 @endif bfd-no-bootstrap
685 @if opcodes-no-bootstrap
687 @endif opcodes-no-bootstrap
688 @if binutils-no-bootstrap
690 @endif binutils-no-bootstrap
[all …]
/openbsd-src/distrib/notes/i386/
H A Dcontents9 pxeboot MACHINE-specific second-stage PXE bootstrap (for
26 cdbr First-stage CD bootstrap (boot sector), which loads
27 the cdboot second-stage bootstrap. This file is
31 cdboot Second-stage CD bootstrap loader for non-emulation
/openbsd-src/distrib/notes/amd64/
H A Dcontents9 pxeboot amd64-specific second-stage PXE bootstrap (for
26 cdbr First-stage CD bootstrap (boot sector), which loads
27 the cdboot second-stage bootstrap. This file is
31 cdboot Second-stage CD bootstrap loader for non-emulation
/openbsd-src/gnu/usr.bin/gcc/contrib/
H A Dgcc_build70 [bootstrap]
165 eval ${MAKE} ${MAKE_BOOTSTRAP_OPTIONS} bootstrap || \
272 bootstrap) BOOTSTRAP=1;;
/openbsd-src/gnu/gcc/gcc/doc/
H A Dmakefile.texi88 for @command{make} is to do a full three-stage bootstrap. This means
100 example, continue a bootstrap after fixing a bug which causes the
104 by mistake), and avoids spurious bootstrap comparison
118 Performs only the first two stages of bootstrap. Unlike a three-stage
119 bootstrap, this does not perform a comparison to test that the compiler
121 bootstrap is approximately independent of the number of stages.
132 Remove everything (@samp{make clean}) and rebuilds (@samp{make bootstrap}).
145 Restart a bootstrap, so that everything that was not built with
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dmakefile.texi58 @item bootstrap
66 @item bootstrap-lean
67 Like @code{bootstrap}, except that the various stages are removed once
/openbsd-src/gnu/usr.bin/perl/ext/DynaLoader/t/
H A DDynaLoader.t76 eval { DynaLoader::bootstrap() };
80 eval { package egg_bacon_sausage_and_spam; DynaLoader::bootstrap("egg_bacon_sausage_and_spam") };
/openbsd-src/gnu/llvm/clang/
H A DCMakeLists.txt66 option(CLANG_ENABLE_BOOTSTRAP "Generate the clang bootstrap target" OFF)
562 add_custom_target(clang-bootstrap-deps DEPENDS clang)
577 set(NEXT_CLANG_STAGE bootstrap)
590 # adding lld to clang-bootstrap-deps without having it enabled in
593 …message(FATAL_ERROR "LLD is enabled in the bootstrap build, but lld is not in LLVM_ENABLE_PROJECTS…
595 add_dependencies(clang-bootstrap-deps lld)
601 add_dependencies(clang-bootstrap-deps LTO)
613 add_dependencies(clang-bootstrap-deps llvm-ar llvm-ranlib)
615 add_dependencies(clang-bootstrap-deps LLVMgold)
623 add_dependencies(clang-bootstrap-deps ${CLANG_BOOTSTRAP_EXTRA_DEPS})
[all …]
/openbsd-src/gnu/llvm/clang/cmake/caches/
H A DDistributionExample.cmake1 # This file sets up a CMakeCache for a simple distribution bootstrap build.
39 # Setup the bootstrap build.
H A DApple-stage1.cmake1 # This file sets up a CMakeCache for Apple-style bootstrap builds. It can be
56 #bootstrap
H A DApple-stage2-ThinLTO.cmake1 # This file sets up a CMakeCache for Apple-style stage2 ThinLTO bootstrap. It is
/openbsd-src/regress/usr.sbin/ldapd/
H A DMakefile32 REGRESS_SETUP_ONCE = bootstrap
35 bootstrap: kill target
/openbsd-src/sys/arch/m88k/m88k/
H A Dm88k_machdep.c395 int bootstrap) in vector_init() argument
414 if (bootstrap) in vector_init()
444 if (bootstrap) in vector_init()
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/
H A DXSUsage.pm6 bootstrap XSUsage $VERSION;
H A DXSTest.pm6 bootstrap XSTest $VERSION;
/openbsd-src/usr.sbin/installboot/
H A Dhppa_installboot.c41 bootstrap(devfd, dev, stage1); in md_installboot()
H A Dinstallboot.h31 void bootstrap(int, char *, char *);
/openbsd-src/gnu/usr.bin/perl/haiku/Haiku/
H A DHaiku.pm21 bootstrap Haiku;
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/
H A DNoXS.pm33 *DynaLoader::bootstrap = sub { confess "Tried to load XS for @_"; };
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/
H A DBzip2.pm68 bootstrap Compress::Raw::Bzip2 $XS_VERSION ;
/openbsd-src/sys/arch/sparc64/include/
H A Dautoconf.h149 void bootstrap(int);
/openbsd-src/gnu/usr.bin/perl/ext/VMS-Stdio/
H A DStdio.pm28 bootstrap VMS::Stdio $VERSION;
/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dmktests.PL113 Devel::PPPort->bootstrap;
/openbsd-src/usr.sbin/makefs/msdos/
H A Dmkfs_msdos.h38 AOPT(char *, bootstrap, -1) \

12345678