Home
last modified time | relevance | path

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

12345678910>>...20

/netbsd-src/external/gpl3/gcc/dist/
H A DMakefile.tpl245 @if gcc-bootstrap
247 @endif gcc-bootstrap
253 @if target-libstdc++-v3-bootstrap
267 @endif target-libstdc++-v3-bootstrap
326 @if gcc-bootstrap
328 @endif gcc-bootstrap
506 [+ FOR bootstrap-stage +]
510 @if target-libstdc++-v3-bootstrap
513 @endif target-libstdc++-v3-bootstrap
516 [+ ENDFOR bootstrap-stage +]
[all …]
H A DMakefile.in242 @if gcc-bootstrap
244 @endif gcc-bootstrap
250 @if target-libstdc++-v3-bootstrap
264 @endif target-libstdc++-v3-bootstrap
323 @if gcc-bootstrap
325 @endif gcc-bootstrap
507 @if target-libstdc++-v3-bootstrap
510 @endif target-libstdc++-v3-bootstrap
517 @if target-libstdc++-v3-bootstrap
520 @endif target-libstdc++-v3-bootstrap
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/
H A DMakefile.tpl246 @if gcc-bootstrap
248 @endif gcc-bootstrap
254 @if target-libstdc++-v3-bootstrap
268 @endif target-libstdc++-v3-bootstrap
324 @if gcc-bootstrap
326 @endif gcc-bootstrap
509 [+ FOR bootstrap-stage +]
513 @if target-libstdc++-v3-bootstrap
516 @endif target-libstdc++-v3-bootstrap
519 [+ ENDFOR bootstrap-stage +]
[all …]
H A DMakefile.in243 @if gcc-bootstrap
245 @endif gcc-bootstrap
251 @if target-libstdc++-v3-bootstrap
265 @endif target-libstdc++-v3-bootstrap
321 @if gcc-bootstrap
323 @endif gcc-bootstrap
510 @if target-libstdc++-v3-bootstrap
513 @endif target-libstdc++-v3-bootstrap
520 @if target-libstdc++-v3-bootstrap
523 @endif target-libstdc++-v3-bootstrap
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMakefile.tpl241 @if gcc-bootstrap
243 @endif gcc-bootstrap
249 @if target-libstdc++-v3-bootstrap
263 @endif target-libstdc++-v3-bootstrap
319 @if gcc-bootstrap
321 @endif gcc-bootstrap
454 [+ FOR bootstrap-stage +]
458 @if target-libstdc++-v3-bootstrap
461 @endif target-libstdc++-v3-bootstrap
464 [+ ENDFOR bootstrap-stage +]
[all …]
H A DMakefile.def61 host_modules= { module= mpfr; lib_path=src/.libs; bootstrap=true;
65 host_modules= { module= mpc; lib_path=src/.libs; bootstrap=true;
68 host_modules= { module= isl; lib_path=.libs; bootstrap=true;
72 host_modules= { module= libelf; lib_path=.libs; bootstrap=true;
75 host_modules= { module= gold; bootstrap=true; };
77 host_modules= { module= intl; bootstrap=true; };
81 host_modules= { module= ld; bootstrap=true; };
82 host_modules= { module= libbacktrace; bootstrap=true; };
83 host_modules= { module= libcpp; bootstrap=true; };
84 host_modules= { module= libdecnumber; bootstrap=true; };
[all …]
H A DMakefile.in238 @if gcc-bootstrap
240 @endif gcc-bootstrap
246 @if target-libstdc++-v3-bootstrap
260 @endif target-libstdc++-v3-bootstrap
316 @if gcc-bootstrap
318 @endif gcc-bootstrap
455 @if target-libstdc++-v3-bootstrap
458 @endif target-libstdc++-v3-bootstrap
465 @if target-libstdc++-v3-bootstrap
468 @endif target-libstdc++-v3-bootstrap
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DMakefile.tpl248 @if gcc-bootstrap
250 @endif gcc-bootstrap
256 @if target-libstdc++-v3-bootstrap
270 @endif target-libstdc++-v3-bootstrap
331 @if gcc-bootstrap
333 @endif gcc-bootstrap
517 [+ FOR bootstrap-stage +]
521 @if target-libstdc++-v3-bootstrap
524 @endif target-libstdc++-v3-bootstrap
527 [+ ENDFOR bootstrap-stage +]
[all …]
H A DMakefile.in245 @if gcc-bootstrap
247 @endif gcc-bootstrap
253 @if target-libstdc++-v3-bootstrap
267 @endif target-libstdc++-v3-bootstrap
328 @if gcc-bootstrap
330 @endif gcc-bootstrap
518 @if target-libstdc++-v3-bootstrap
521 @endif target-libstdc++-v3-bootstrap
528 @if target-libstdc++-v3-bootstrap
531 @endif target-libstdc++-v3-bootstrap
[all …]
/netbsd-src/usr.sbin/installboot/arch/
H A Di386.c310 } disk_buf, bootstrap; in i386_setboot() local
322 if (params->s1stat.st_size > (off_t)(sizeof bootstrap)) { in i386_setboot()
355 rv = pread(params->s1fd, &bootstrap, params->s1stat.st_size, 0); in i386_setboot()
372 magic = (void *)(bootstrap.b + 512 - 16 + 4); in i386_setboot()
376 magic = (void *)(bootstrap.b + 512 * 2 + 4); in i386_setboot()
383 if (!is_zero(bootstrap.b + 512-2-64, 64)) { in i386_setboot()
387 if (!is_zero(bootstrap.b + 512, 512)) { in i386_setboot()
392 memcpy(bootstrap.b + 512-2-64, disk_buf.b + 512-2-64, 64); in i386_setboot()
393 memcpy(bootstrap.b + 512, disk_buf.b + 512, 512); in i386_setboot()
423 if (bootstrap.b[0] != 0xeb || bootstrap.b[2] != 0x90) { in i386_setboot()
[all …]
H A Dhp300.c82 uint8_t *bootstrap; in hp300_setboot() local
104 bootstrap = MAP_FAILED; in hp300_setboot()
229 bootstrap = mmap(NULL, bootstrap_size, in hp300_setboot()
232 if (bootstrap == MAP_FAILED) { in hp300_setboot()
241 bootstrap = mmap(NULL, bootstrap_size, in hp300_setboot()
243 if (bootstrap == MAP_FAILED) { in hp300_setboot()
250 lifdir = (void *)(bootstrap + HP300_SECTSIZE * 2); in hp300_setboot()
272 rv = pwrite(params->fsfd, bootstrap, LIF_VOLDIRSIZE, 0); in hp300_setboot()
295 rv = pwrite(params->fsfd, bootstrap + offset, i, boot_offset + offset); in hp300_setboot()
311 if (bootstrap != MAP_FAILED) in hp300_setboot()
[all …]
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dmh-darwin4 # However, we cannot add it unless the bootstrap compiler supports
24 @if gcc-bootstrap
34 @endif gcc-bootstrap
36 @unless gcc-bootstrap
38 # FIXME: we should also enable this for cross and non-bootstrap builds but
46 @endunless gcc-bootstrap
H A DChangeLog78 PR bootstrap/96202
116 PR bootstrap/95413
125 PR bootstrap/95147
138 PR bootstrap/94998
147 PR bootstrap/94739
154 PR bootstrap/94739
167 * bootstrap-Og.mk: New file, backported from GCC.
168 * bootstrap-lto-lean.mk: New file, backported from GCC.
169 * bootstrap-lto.mk: Changes backported from GCC.
208 PR bootstrap/82856
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dmh-darwin4 # However, we cannot add it unless the bootstrap compiler supports
24 @if gcc-bootstrap
34 @endif gcc-bootstrap
36 @unless gcc-bootstrap
38 # FIXME: we should also enable this for cross and non-bootstrap builds but
46 @endunless gcc-bootstrap
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dmh-darwin4 # However, we cannot add it unless the bootstrap compiler supports
24 @if gcc-bootstrap
34 @endif gcc-bootstrap
36 @unless gcc-bootstrap
38 # FIXME: we should also enable this for cross and non-bootstrap builds but
46 @endunless gcc-bootstrap
H A DChangeLog48 PR bootstrap/102389
49 * bootstrap-lto-lean.mk: Handle NM like RANLIB AND AR.
50 * bootstrap-lto.mk: Likewise.
75 PR bootstrap/99703
95 * bootstrap-hwasan.mk: Disable random frame tags for stack-tagging
96 during bootstrap.
100 * bootstrap-hwasan.mk: New file.
115 PR bootstrap/96612
121 PR bootstrap/96202
127 PR bootstrap/95413
[all …]
/netbsd-src/sys/arch/mipsco/stand/installboot/
H A Dinstallboot.c162 do_install(const char *disk, const char *bootstrap, const char *bootname) in do_install() argument
173 if ((fd = open(bootstrap, O_RDONLY)) == -1) in do_install()
174 FATALIO("open %s", bootstrap); in do_install()
176 FATALIO("fstat %s", bootstrap); in do_install()
178 FATAL("%s must be a regular file", bootstrap); in do_install()
193 FATALIO("read %s", bootstrap); in do_install()
195 FATAL("read %s: short read", bootstrap); in do_install()
221 FATALIO("open %s", bootstrap); in do_install()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A DMakefile.am286 bootstrap-test: ld2
321 bootstrap-test-r: ld2-r
332 TESTS = bootstrap-test bootstrap-test-r
333 MOSTLYCLEANFILES = bootstrap-test bootstrap-test-r
342 TESTS += bootstrap-test-treehash-chunksize
343 MOSTLYCLEANFILES += bootstrap-test-treehash-chunksize
381 TESTS += bootstrap-test-treehash-chunksize
382 MOSTLYCLEANFILES += bootstrap-test-treehash-chunksize
384 bootstrap-test-treehash: ld1 ld3
392 bootstrap-test-treehash-chunksize: ld1 ld4
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A DMakefile.am286 bootstrap-test: ld2
321 bootstrap-test-r: ld2-r
332 TESTS = bootstrap-test bootstrap-test-r
333 MOSTLYCLEANFILES = bootstrap-test bootstrap-test-r
342 TESTS += bootstrap-test-treehash-chunksize
343 MOSTLYCLEANFILES += bootstrap-test-treehash-chunksize
381 TESTS += bootstrap-test-treehash-chunksize
382 MOSTLYCLEANFILES += bootstrap-test-treehash-chunksize
384 bootstrap-test-treehash: ld1 ld3
392 bootstrap-test-treehash-chunksize: ld1 ld4
/netbsd-src/tools/m4/
H A DMakefile13 parser.c: ${.CURDIR}/bootstrap/parser.c
15 parser.h: ${.CURDIR}/bootstrap/parser.h
17 tokenizer.c: ${.CURDIR}/bootstrap/tokenizer.c
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A DChangeLog61 PR bootstrap/96202
99 PR bootstrap/95413
108 PR bootstrap/95147
121 PR bootstrap/94998
130 PR bootstrap/94739
137 PR bootstrap/94739
150 * bootstrap-Og.mk: New file, backported from GCC.
151 * bootstrap-lto-lean.mk: New file, backported from GCC.
152 * bootstrap-lto.mk: Changes backported from GCC.
191 PR bootstrap/82856
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/bootstrap/
H A Dtestsuite2023 })/bootstrap/plain_helpers plain_helpers
2028 …heck_trace; HOME=$(pwd) HELPER="abort_test_cases_list" kyua --config=none test --store=bootstrap.db
2087 })/bootstrap/plain_helpers plain_helpers
2092 …heck_trace; HOME=$(pwd) HELPER="empty_test_cases_list" kyua --config=none test --store=bootstrap.db
2151 })/bootstrap/plain_helpers plain_helpers
2156 ( $at_check_trace; HOME=$(pwd) HELPER="zero_test_cases" kyua --config=none test --store=bootstrap.db
2215 })/bootstrap/atf_helpers atf_helpers
2220 ( $at_check_trace; HOME=$(pwd) TESTS="passes" kyua --config=none test --store=bootstrap.db
2304 })/bootstrap/atf_helpers atf_helpers
2309 ( $at_check_trace; HOME=$(pwd) TESTS="fails" kyua --config=none test --store=bootstrap.db
[all …]
H A Dtestsuite.at49 test_suite("bootstrap")
52 ln -s $(GUESS_TOPDIR)/bootstrap/atf_helpers atf_helpers
55 [HOME=$(pwd) TESTS="$1" kyua --config=none test --store=bootstrap.db $2])
61 test_suite("bootstrap")
64 ln -s $(GUESS_TOPDIR)/bootstrap/plain_helpers plain_helpers
67 [HOME=$(pwd) HELPER="$1" kyua --config=none test --store=bootstrap.db])
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmakefile.texi87 for @command{make} is to do a full three-stage bootstrap. This means
99 example, continue a bootstrap after fixing a bug which causes the
103 by mistake), and avoids spurious bootstrap comparison
117 Performs only the first two stages of bootstrap. Unlike a three-stage
118 bootstrap, this does not perform a comparison to test that the compiler
120 bootstrap is approximately independent of the number of stages.
131 Remove everything (@samp{make clean}) and rebuilds (@samp{make bootstrap}).
144 Restart a bootstrap, so that everything that was not built with
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmakefile.texi87 for @command{make} is to do a full three-stage bootstrap. This means
99 example, continue a bootstrap after fixing a bug which causes the
103 by mistake), and avoids spurious bootstrap comparison
117 Performs only the first two stages of bootstrap. Unlike a three-stage
118 bootstrap, this does not perform a comparison to test that the compiler
120 bootstrap is approximately independent of the number of stages.
131 Remove everything (@samp{make clean}) and rebuilds (@samp{make bootstrap}).
144 Restart a bootstrap, so that everything that was not built with

12345678910>>...20