Update build authored by Toru Koizumi's avatar Toru Koizumi
...@@ -57,8 +57,8 @@ RV32Iは32bitアーキテクチャで,簡単な整数の加減算,論理演 ...@@ -57,8 +57,8 @@ RV32Iは32bitアーキテクチャで,簡単な整数の加減算,論理演
``` ```
$ ~/opt/riscv/bin/riscv32-unknown-elf-gcc --version $ ~/opt/riscv/bin/riscv32-unknown-elf-gcc --version
riscv32-unknown-elf-gcc (GCC) 8.1.0 riscv32-unknown-elf-gcc (GCC) 9.2.0
Copyright (C) 2018 Free Software Foundation, Inc. Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
``` ```
... ...
......