-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
24 lines (21 loc) · 1.04 KB
/
README.txt
File metadata and controls
24 lines (21 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This software distribution includes builds of:
- GCC 14.2.0, available from https://gcc.gnu.org
- GNU Binutils 2.43.1, available from https://sourceware.org/binutils
- GMP 6.3.0, available from https://gmplib.org
- MPFR 4.2.1, available from https://www.mpfr.org
- MPC 1.3.1, available from https://www.multiprecision.org
- GNU Texinfo, available from https://www.gnu.org/software/texinfo
All are free software. You can redistribute and/or modify GCC, Binutils, and Texinfo
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later version.
You can redistribute and/or modify GMP, MPFR, and MPC under the terms of the
GNU Lesser General Public License as published by the Free Software Foundation;
either version 3 of the License, or (at your option) any later version.
To see the full build configuration, issue the command:
$ riscv32-gcc -v
For full documentation, issue one of the following commands:
- info as
- info binutils
- info ld
- info cpp
- info gcc