Home
last modified time | relevance | path

Searched refs:stage1 (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
DMakefile.am603 testsuite/site.exp site.bak site.exp stage stage1 stage2
632 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
635 $(MAKE) stage1
636 rm -f stage && ln -s stage1 stage
644 rm -f stage && ln -s stage1 stage
657 stage1: target
658 -mkdir stage1
659 -mv $(STAGESTUFF) stage1
660 …if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEE…
693 .PHONY: de-stage1 de-stage2 de-stage3
[all …]
DMakefile.in713 testsuite/site.exp site.bak site.exp stage stage1 stage2
2697 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison
2700 $(MAKE) stage1
2701 rm -f stage && ln -s stage1 stage
2709 rm -f stage && ln -s stage1 stage
2722 stage1:
2723 -mkdir stage1
2724 -mv $(STAGESTUFF) stage1
2725 …if [ -f stage1/as-new$(EXEEXT) -a ! -f stage1/as$(EXEEXT) ] ; then (cd stage1 ; ln -s as-new$(EXEE…
2756 .PHONY: de-stage1 de-stage2 de-stage3
[all …]
DChangeLog-96971077 stage1, and stage2.
DChangeLog-92954518 "stage1" or "stage2" having been written into the binary.
6417 * Makefile.in (de-stage1, de-stage2, de-stage3): Use rm -f.
/toolchain/binutils/binutils-2.27/
Dconfigure.ac1722 # Libraries to use for stage1 or when not bootstrapping.
1723 AC_ARG_WITH(stage1-libs,
1724 [AS_HELP_STRING([--with-stage1-libs=LIBS], [libraries for stage1])],
1733 # Linker flags to use for stage1 or when not bootstrapping.
1734 AC_ARG_WITH(stage1-ldflags,
1735 [AS_HELP_STRING([--with-stage1-ldflags=FLAGS], [linker flags for stage1])],
2107 AC_ARG_ENABLE(stage1-languages,
2108 [AS_HELP_STRING([[--enable-stage1-languages[=all]]],
2110 stage1. Mostly useful for compiler development])],
2387 # During gcc bootstrap, if we use some random cc for stage1 then CFLAGS
[all …]
DMakefile.tpl643 EXTRA_HOST_EXPORTS = if [ $(current_stage) != stage1 ]; then \
1726 do-distclean: distclean-stage1
1733 $(MAKE) $(RECURSE_FLAGS_TO_PASS) stage1-bubble
1738 @if test -f stage_last; then $(unstage); else $(MAKE) stage1-start; fi
1743 rm -rf stage1-$(TARGET_SUBDIR)[+ FOR bootstrap-stage +][+ IF prev
DChangeLog254 * configure.ac (--enable-stage1-checking): Default to
831 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2582 target_libs for some boot language. Add --with-stage1-ldflags,
2583 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
3491 * configure.ac (--enable-stage1-checking): If neither --enable-checking
3493 checking for stage1.
3520 * configure.ac: Add types checking to stage1 checking flags.
3917 --enable-stage1-languages. Show supported languages for the chosen
3950 * config/mh-ppc-darwin: Add to the stage1 cflags here.
3956 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
[all …]
Dconfigure1504 --enable-stage1-languages[=all]
1505 choose additional languages to build during stage1.
/toolchain/binutils/binutils-2.27/config/
Dacx.m478 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
DChangeLog602 for TFLAGS in stage1. Drop -fvar-tracking-assignments-toggle.
/toolchain/binutils/binutils-2.27/libiberty/
DMakefile.in409 .PHONY: all etags tags TAGS ls clean stage1 stage2
/toolchain/binutils/binutils-2.27/cpu/
Dm32r.cpu217 ; (pipeline name (stage1-name ...) (stage2-name ...) ...)
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-91971780 (stage1, stage2, stage3, against, comparison): Remove.
1781 (de-stage1, de-stage2, de-stage3): Remove.