File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ This software distribution includes builds of:
2
+ - GCC 14.2.0, available from https://gcc.gnu.org
3
+ - GNU Binutils 2.43.1, available from https://sourceware.org/binutils
4
+ - GMP 6.3.0, available from https://gmplib.org
5
+ - MPFR 4.2.1, available from https://www.mpfr.org
6
+ - MPC 1.3.1, available from https://www.multiprecision.org
7
+
8
+ All are free software. You can redistribute and/or modify GCC and Binutils
9
+ under the terms of the GNU General Public License as published by the Free
10
+ Software Foundation; either version 3, or (at your option) any later version.
11
+ You can redistribute and/or modify GMP, MPFR, and MPC under the terms of the
12
+ GNU Lesser General Public License as published by the Free Software Foundation;
13
+ either version 3 of the License, or (at your option) any later version.
14
+
15
+ To see the full build configuration, issue the command:
16
+ $ riscv32-gcc -v
17
+
18
+ For full documentation, issue one of the following commands:
19
+ - info as
20
+ - info binutils
21
+ - info ld
22
+ - info cpp
23
+ - info gcc
You can’t perform that action at this time.
0 commit comments