@@ -271,7 +271,7 @@ On the macOS machine (`xbbm`):
271271caffeinate bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --osx --disable-multilib
272272```
273273
274- A typical run takes about 80 minutes.
274+ A typical run takes about 215 minutes (was 80 without rvv) .
275275
276276On ` xbbi ` :
277277
@@ -290,9 +290,9 @@ On `berry`:
290290bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm64 --disable-multilib
291291```
292292
293- A typical run takes about 370 minutes.
293+ A typical run takes about 545 minutes (was 374 without rvv) .
294294
295- Please note that the 32-bit build fails with out of memory.
295+ Please note that the 32-bit build fails with ' out of memory' .
296296
297297### Clean the destination folder for the test binaries
298298
@@ -368,23 +368,23 @@ On the macOS machine (`xbbm`):
368368caffeinate bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --osx
369369```
370370
371- A typical run takes about 250 minutes.
371+ A typical run takes about 410 minutes (was 250 minutes without rvv) .
372372
373373On ` xbbi ` :
374374
375375``` bash
376376bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --all
377377```
378378
379- A typical run takes about 300 minutes.
379+ A typical run takes about 500 minutes (was 300 minutes without rvv) .
380380
381381On ` berry ` :
382382
383383``` bash
384384bash ~ /Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --arm64
385385```
386386
387- A typical run takes about 945 minutes.
387+ A typical run takes about 900 minutes.
388388
389389Please note that the 32-bit build fails.
390390
0 commit comments