File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,13 @@ ct-ng build
2727
2828ls -l /tools/riscv
2929
30- echo ' Version: ' >> /tools/riscv/buildinfo
30+ echo -n ' lowRISC toolchain version: ' >> /tools/riscv/buildinfo
3131git -C $TOP describe --always >> /tools/riscv/buildinfo
32- echo >> /tools/riscv/buildinfo
3332
34- echo ' GCC version:' >> /tools/riscv/buildinfo
33+ echo -n ' GCC version: ' >> /tools/riscv/buildinfo
3534/tools/riscv/bin/riscv32-unknown-elf-gcc --version | head -n1 >> /tools/riscv/buildinfo
36- echo >> /tools/riscv/buildinfo
3735
3836echo " Built at $( date -u) on $( hostname) " >> /tools/riscv/buildinfo
39- echo >> /tools/riscv/buildinfo
4037
4138tar -cJ \
4239 --directory=/tools \
Original file line number Diff line number Diff line change @@ -30,20 +30,16 @@ make -j$(( `nproc` * 2 )) linux 2>&1 | tee --append $ARTIFACT_STAGING_DIR/$TOOLC
3030
3131make -j$(( `nproc` * 2 )) build-qemu 2? & 1 | tee --append $ARTIFACT_STAGING_DIR /$TOOLCHAIN_NAME .log
3232
33- echo ' Version: ' >> /tools/riscv/buildinfo
33+ echo -n ' lowRISC toolchain version: ' >> /tools/riscv/buildinfo
3434git -C $TOP describe --always >> /tools/riscv/buildinfo
35- echo >> /tools/riscv/buildinfo
3635
37- echo ' Version of https://github.com/riscv/riscv-gnu-toolchain:' >> /tools/riscv/buildinfo
36+ echo -n ' Version of https://github.com/riscv/riscv-gnu-toolchain:' >> /tools/riscv/buildinfo
3837git -C $TOP /build/gcc/riscv-gnu-toolchain describe --always >> /tools/riscv/buildinfo
39- echo >> /tools/riscv/buildinfo
4038
41- echo ' GCC version:' >> /tools/riscv/buildinfo
39+ echo -n ' GCC version: ' >> /tools/riscv/buildinfo
4240/tools/riscv/elf/bin/riscv64-unknown-elf-gcc --version | head -n1 >> /tools/riscv/buildinfo
43- echo >> /tools/riscv/buildinfo
4441
4542echo " Built at $( date -u) on $( hostname) " >> /tools/riscv/buildinfo
46- echo >> /tools/riscv/buildinfo
4743
4844tar -cJ \
4945 --directory=/tools \
You can’t perform that action at this time.
0 commit comments