/openbsd/gnu/llvm/clang/cmake/caches/ |
H A D | 3-stage.cmake | 7 stage3 8 stage3-clang 9 stage3-check-all 10 stage3-check-llvm 11 stage3-check-clang 12 stage3-test-suite CACHE STRING "")
|
H A D | README.txt | 51 Depends on stage2 and runs check-llvm using the stage3 compiler. 54 Depends on stage2 and runs check-clang using the stage3 compiler. 57 Depends on stage2 and runs check-all using the stage3 compiler. 60 Depends on stage2 and runs the test-suite using the stage3 compiler (requires 71 You can then run "ninja stage3-clang" to build stage1, stage2 and stage3 clangs. 74 and stage3 are identical.
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | Makefile.in | 213 stage3: force 214 -mkdir stage3 215 -mv $(STAGESTUFF) stage3 230 de-stage3: force 231 -(cd stage3 ; mv -f * ..) 232 -rmdir stage3
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | Makefile.in | 4445 all-stage3: all-stage3-bfd 4458 clean-stage3: clean-stage3-bfd 5155 all-stage3: all-stage3-opcodes 11232 all-stage3: all-stage3-gas 11245 clean-stage3: clean-stage3-gas 11942 all-stage3: all-stage3-gcc 15200 all-stage3: all-stage3-intl 16623 all-stage3: all-stage3-ld 16636 clean-stage3: clean-stage3-ld 17333 all-stage3: all-stage3-libcpp [all …]
|
H A D | Makefile.tpl | 483 [ -f stage_final ] || echo stage3 > stage_final
|
/openbsd/gnu/usr.bin/gcc/gcc/objc/ |
H A D | Make-lang.in | 29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 155 objc.stage3: stage3-start 156 -mv objc/*$(objext) stage3/objc 157 -mv cc1obj$(exeext) stage3
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | Make-lang.in | 29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 135 objc.stage3: stage3-start 136 -mv objc/*$(objext) stage3/objc
|
/openbsd/gnu/gcc/gcc/objcp/ |
H A D | Make-lang.in | 29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 141 obj-c++.stage3: stage3-start 142 -mv objcp/*$(objext) stage3/objcp
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | Makefile.am | 718 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison 753 stage3: target 754 -mkdir stage3 755 -mv $(STAGESTUFF) stage3 756 …if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(E… 779 .PHONY: de-stage1 de-stage2 de-stage3 789 de-stage3: 790 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) 791 - rmdir stage3
|
H A D | Makefile.in | 3087 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison 3122 stage3: 3123 -mkdir stage3 3124 -mv $(STAGESTUFF) stage3 3125 …if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(E… 3146 .PHONY: de-stage1 de-stage2 de-stage3 3156 de-stage3: 3157 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) 3158 - rmdir stage3
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | Makefile.am | 734 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison 769 stage3: target 770 -mkdir stage3 771 -mv $(STAGESTUFF) stage3 772 …if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(E… 795 .PHONY: de-stage1 de-stage2 de-stage3 805 de-stage3: 806 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) 807 - rmdir stage3
|
H A D | Makefile.in | 3075 .PHONY: bootstrap bootstrap2 bootstrap3 stage1 stage2 stage3 comparison 3110 stage3: 3111 -mkdir stage3 3112 -mv $(STAGESTUFF) stage3 3113 …if [ -f stage3/as-new$(EXEEXT) -a ! -f stage3/as$(EXEEXT) ] ; then (cd stage3 ; ln -s as-new as$(E… 3134 .PHONY: de-stage1 de-stage2 de-stage3 3144 de-stage3: 3145 - (cd stage3 ; rm -f as$(EXEEXT) ; mv -f * ..) 3146 - rmdir stage3
|
/openbsd/gnu/gcc/gcc/treelang/ |
H A D | Make-lang.in | 30 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 269 treelang.stage3: stage3-start 270 -mv treelang/*$(objext) stage3/treelang
|
/openbsd/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | Make-lang.in | 31 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 254 treelang.stage3: stage3-start 255 -mv treelang/*$(objext) stage3/treelang
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | AdvancedBuilds.rst | 263 (stage3) with an identical configuration to the stage2 build. At the end of 264 this, you have a stage2 and stage3 compiler that should be bit-for-bit 273 $ cmake --build . --target stage3 --parallel 275 After the build you can compare the stage2 & stage3 compilers.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | Make-lang.in | 30 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 212 c++.stage3: stage3-start 213 -mv cp/*$(objext) stage3/cp
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | Make-lang.in | 30 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 219 c++.stage3: stage3-start 220 -mv cp/*$(objext) stage3/cp
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | Make-lang.in | 34 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 255 java.stage3: stage3-start 256 -mv java/*$(objext) stage3/java
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | Make-lang.in | 29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4 66 f77.stage1 f77.stage2 f77.stage3 f77.stage4 341 f77.stage3: stage3-start 342 -mv -f $(G77STAGESTUFF) stage3/f
|
H A D | ChangeLog.0 | 209 f77.stage3, f77.stage4, f77.distdir): Don't do anything 247 (f77.stage1, f77.stage2, f77.stage3, f77.stage4): Do work 576 * (f77.stage3): Likewise for stage3-start. 1995 (LIBU77STAGESTUFF, f77.stage1, f77.stage2, f77.stage3,
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | makefile.texi | 170 stage3 compilers, set @code{BOOT_CFLAGS} on the command line when doing
|
H A D | install.texi | 1634 Perform a comparison test of the stage2 and stage3 compilers. 1637 Build runtime libraries using the stage3 compiler from the previous step. 1659 stage3 compilers, set @code{BOOT_CFLAGS} on the command line when doing 1682 If the comparison of stage2 and stage3 fails, this normally indicates
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | Makefile.in | 3375 $(MAKE) stage3 3381 STAGE_PREFIX=stage3/ \
|
H A D | configure.in | 2727 stage1 stage2 stage3 stage4" 2954 for t in stage1 stage2 stage3 stage4 include
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | install.texi | 1026 Perform a comparison test of the stage2 and stage3 compilers. 1029 Build runtime libraries using the stage3 compiler from the previous step. 1051 stage3 compilers, set @code{BOOT_CFLAGS} on the command line when doing 1068 If the comparison of stage2 and stage3 fails, this normally indicates
|