Searched refs:bootstrap (Results 76 - 88 of 88) sorted by relevance

1234

/freebsd-11.0-release/sys/boot/zfs/
H A Dzfs.c45 #include <bootstrap.h>
175 * Don't be silly - the bootstrap has no business writing anything.
/freebsd-11.0-release/contrib/binutils/
H A DMakefile.def39 host_modules= { module= bfd; lib_path=.libs; bootstrap=true; };
40 host_modules= { module= opcodes; lib_path=.libs; bootstrap=true; };
41 host_modules= { module= binutils; bootstrap=true; };
56 host_modules= { module= gas; bootstrap=true; };
57 host_modules= { module= gcc; bootstrap=true;
61 host_modules= { module= gmp; lib_path=.libs; bootstrap=true;
66 host_modules= { module= mpfr; lib_path=.libs; bootstrap=true;
76 host_modules= { module= intl; bootstrap=true; };
80 host_modules= { module= ld; bootstrap=true; };
81 host_modules= { module= libcpp; bootstrap
[all...]
H A Dconfigure930 --enable-bootstrap Enable bootstrapping yes if native build
939 --enable-werror enable -Werror in bootstrap stage2 and later
1903 # host modules (e.g. bison) are only built for the host when bootstrap
5408 # Check whether --enable-bootstrap or --disable-bootstrap was given.
5416 # Issue errors and warnings for invalid/strange bootstrap combinations.
5425 # Default behavior. Enable bootstrap if we have a compiler
5433 # We have a compiler and we are in a native configuration, bootstrap is ok
5440 { echo "$as_me:$LINENO: WARNING: trying to bootstrap a cross compiler" >&5
5441 echo "$as_me: WARNING: trying to bootstrap
[all...]
/freebsd-11.0-release/sys/powerpc/aim/
H A Dmmu_oea64.c349 alloc_pvo_entry(int bootstrap) argument
353 if (!moea64_initialized || bootstrap) {
630 pvo = alloc_pvo_entry(1 /* bootstrap */);
803 * Initialise the bootstrap pvo pool.
1541 pvo = alloc_pvo_entry(1 /* bootstrap */);
2376 * Make sure all our bootstrap mappings are in the SLB as soon
/freebsd-11.0-release/contrib/ntp/
H A DMakefile.in561 bootstrap \
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex117 \texttt{prom\_init.c} bootstrap and the rest of the kernel.
/freebsd-11.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c6459 unsigned int bootstrap = local
6466 if (!bootstrap) {
6473 if (ret < 0 || bootstrap)
/freebsd-11.0-release/contrib/binutils/ld/
H A DMakefile.am1746 bootstrap: ld3$(EXEEXT)
1749 .PHONY: bootstrap
H A DMakefile.in2567 bootstrap: ld3$(EXEEXT)
2570 .PHONY: bootstrap
/freebsd-11.0-release/contrib/gcc/
H A DMakefile.in144 # For recursive bootstrap builds CFLAGS is used to pass in STAGE1_CFLAGS
147 # and sets the CFLAGS passed to stage1 of a bootstrap compilation.
150 # bootstrap compilations.
825 # programs built during a bootstrap.
1333 # during toplevel bootstrap.
3629 # Delete stamps of bootstrap stages
3910 # Targets without dependencies, for use in prev-gcc during bootstrap.
4214 # overrideable (for a bootstrap build stage1 also builds gcc.info).
4301 bootstrap: stage3_build
4305 @echo \"restrap\" to redo the bootstrap fro
[all...]
H A Dconfigure866 --enable-werror enable -Werror in bootstrap stage2 and later
1534 # host modules (e.g. bison) are only built for the host when bootstrap
6451 # Enable -Werror in bootstrap stage2 and later.
7942 # Need to reject headers which give warnings, so that the -Werror bootstrap
/freebsd-11.0-release/contrib/binutils/gas/
H A DMakefile.am749 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
751 bootstrap: as-new
H A DMakefile.in2717 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
2719 bootstrap: as-new

Completed in 164 milliseconds

1234