Skip to content

Commit e53104f

Browse files
committed
README.txt: Documentation and license to distribute with prebuilt toolchain
1 parent e0ba9ab commit e53104f

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)