Home
last modified time | relevance | path

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

1234567

/freebsd-12-stable/contrib/binutils/
DMakefile.tpl180 @if gcc-bootstrap
182 @endif gcc-bootstrap
408 $$r/$(HOST_SUBDIR)/[+module+]/[+lib_path+]:[+ IF bootstrap
409 +]$$r/$(HOST_SUBDIR)/prev-[+module+]/[+lib_path+]:[+ ENDIF bootstrap +]
514 @if gcc-bootstrap
519 @endif gcc-bootstrap
534 [+ FOR host_modules +][+ IF bootstrap +]
535 @if [+module+]-no-bootstrap[+ ENDIF bootstrap +]
536 all-host: maybe-all-[+module+][+ IF bootstrap +]
537 @endif [+module+]-no-bootstrap[+ ENDIF bootstrap +][+ ENDFOR host_modules +]
[all …]
DMakefile.in177 @if gcc-bootstrap
179 @endif gcc-bootstrap
695 @if gcc-bootstrap
700 @endif gcc-bootstrap
726 @if bfd-no-bootstrap
728 @endif bfd-no-bootstrap
729 @if opcodes-no-bootstrap
731 @endif opcodes-no-bootstrap
732 @if binutils-no-bootstrap
734 @endif binutils-no-bootstrap
[all …]
/freebsd-12-stable/share/mk/
Ddirdeps.mk141 .if !target(bootstrap) && (make(bootstrap) || \
142 make(bootstrap-this) || \
143 make(bootstrap-recurse) || \
144 make(bootstrap-empty))
778 .if !target(bootstrap) && (make(bootstrap) || \
779 make(bootstrap-this) || \
780 make(bootstrap-recurse) || \
781 make(bootstrap-empty))
789 .elif !make(bootstrap-empty)
793 .error cannot find any of ${.MAKE.DEPENDFILE_PREFERENCE:T}${.newline}Use: bootstrap-empty
[all …]
/freebsd-12-stable/contrib/bmake/mk/
Ddirdeps.mk141 .if !target(bootstrap) && (make(bootstrap) || \
142 make(bootstrap-this) || \
143 make(bootstrap-recurse) || \
144 make(bootstrap-empty))
785 .if !target(bootstrap) && (make(bootstrap) || \
786 make(bootstrap-this) || \
787 make(bootstrap-recurse) || \
788 make(bootstrap-empty))
796 .elif !make(bootstrap-empty)
800 .error cannot find any of ${.MAKE.DEPENDFILE_PREFERENCE:T}${.newline}Use: bootstrap-empty
[all …]
/freebsd-12-stable/targets/pseudo/bootstrap-tools/
DMakefile5 all: bootstrap-toolchain
70 bootstrap-tools: legacy
71 build-tools: bootstrap-tools
74 cross-tools build-tools bootstrap-tools: .MAKE ${META_DEPS}
97 bootstrap-toolchain: .MAKE cross-tools
DMakefile.depend.host1 # $FreeBSD: stable/12/targets/pseudo/bootstrap-tools/Makefile.depend.host 288226 2015-09-25 19:26:0…
/freebsd-12-stable/sys/mips/atheros/
Dqca953x_chip.c78 uint32_t bootstrap; in qca953x_chip_detect_sys_frequency() local
80 bootstrap = ATH_READ_REG(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_chip_detect_sys_frequency()
81 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_chip_detect_sys_frequency()
279 uint32_t bootstrap; in qca953x_chip_init_usb_peripheral() local
281 bootstrap = ATH_READ_REG(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_chip_init_usb_peripheral()
Dqca955x_chip.c79 uint32_t bootstrap; in qca955x_chip_detect_sys_frequency() local
81 bootstrap = ATH_READ_REG(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_chip_detect_sys_frequency()
82 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_chip_detect_sys_frequency()
Dar934x_chip.c96 uint32_t bootstrap; in ar934x_chip_detect_sys_frequency() local
99 bootstrap = ATH_READ_REG(AR934X_RESET_REG_BOOTSTRAP); in ar934x_chip_detect_sys_frequency()
100 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_chip_detect_sys_frequency()
/freebsd-12-stable/contrib/bmake/
Dbsd.after-import.mk53 bootstrap: ${BMAKE_SRC}/boot-strap ${MAKEFILE}
68 after-import: bootstrap ${MAKEFILE}
85 _makefile: bootstrap ${MAKEFILE}
Dboot-strap334 srcdir=`GetDir /bmake make-bootstrap.sh.in "$srcdir" "$2" "$Mydir" ./bmake* "$Mydir"/../bmake*`
420 [ -s make-bootstrap.sh ] || op_configure
421 chmod 755 make-bootstrap.sh || exit 1
422 ./make-bootstrap.sh || exit 1
455 rm -f make-bootstrap.sh bmake *.o
/freebsd-12-stable/contrib/gcc/doc/
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
/freebsd-12-stable/stand/i386/mbr/
Dmbr.s42 # we load in the bootstrap from the partition to boot.
121 # Now that we've loaded the bootstrap, check for the 0xaa55 signature. If it
122 # is present, execute the bootstrap we just loaded.
126 jmp *%bx # Invoke bootstrap
/freebsd-12-stable/tools/build/mk/
DMakefile.boot19 .error Do not include $${SRCTOP}/sys when building bootstrap tools. \
26 .error Do not include $${SRCTOP}/include when building bootstrap tools. \
/freebsd-12-stable/contrib/libxo/xohtml/external/
Djquery.qtip.css245 .qtip-bootstrap{
460 .qtip-bootstrap{
482 .qtip-bootstrap .qtip-titlebar{
496 .qtip-bootstrap .qtip-titlebar .qtip-close{
512 .qtip-bootstrap .qtip-content{
517 .qtip-bootstrap .qtip-icon{
529 .qtip-bootstrap .qtip-icon .ui-icon{
551 .qtip-bootstrap .qtip-icon .ui-icon:hover{
/freebsd-12-stable/sys/gnu/dts/arm/
Daks-cdu.dts68 bootstrap@0 {
69 label = "bootstrap";
Dat91-kizboxmini-common.dtsi149 bootstrap@0 {
150 label = "bootstrap";
Dat91-kizbox.dts130 bootstrap@0 {
131 label = "bootstrap";
Dat91-kizbox2-common.dtsi215 bootstrap@0 {
216 label = "bootstrap";
/freebsd-12-stable/sys/dev/drm/
Dmga_dma.c778 drm_mga_dma_bootstrap_t *bootstrap = data; in mga_dma_bootstrap() local
785 err = mga_do_dma_bootstrap(dev, bootstrap); in mga_dma_bootstrap()
792 bootstrap->texture_handle = dev_priv->agp_textures->offset; in mga_dma_bootstrap()
793 bootstrap->texture_size = dev_priv->agp_textures->size; in mga_dma_bootstrap()
795 bootstrap->texture_handle = 0; in mga_dma_bootstrap()
796 bootstrap->texture_size = 0; in mga_dma_bootstrap()
799 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]; in mga_dma_bootstrap()
/freebsd-12-stable/contrib/atf/
DFREEBSD-Xlist10 bootstrap/
/freebsd-12-stable/targets/
DMakefile.inc12 .if make(bootstrap*) || !exists(${_CURDIR}/${.MAKE.DEPENDFILE:T})
/freebsd-12-stable/sbin/newfs_msdos/
Dmkfs_msdos.h38 AOPT('B', const char *, bootstrap, -1, "Bootstrap file") \
/freebsd-12-stable/sys/cddl/boot/zfs/
DREADME4 are used by the ZFS bootstrap:
/freebsd-12-stable/release/
DMakefile.azure38 env ASSUME_ALWAYS_YES=yes pkg bootstrap -yf

1234567