You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -137,6 +137,17 @@ devtoolset-7 works.
137
137
There are a number of additional options that may be passed to
138
138
configure. See './configure --help' for more details.
139
139
140
+
#### Set default ISA spec version
141
+
142
+
`--with-isa-spec=` can specify the default version of the RISC-V Unprivileged
143
+
(formerly User-Level) ISA specification.
144
+
145
+
Possible options are: `2.2`, `20190608` and `20191213`.
146
+
147
+
The default version is `2.2`.
148
+
149
+
More details about this option you can refer this post [RISC-V GNU toolchain bumping default ISA spec to 20191213](https://groups.google.com/a/groups.riscv.org/g/sw-dev/c/aE1ZeHHCYf4).
150
+
140
151
#### Build with customized multi-lib configure.
141
152
142
153
`--with-multilib-generator=` can specify what multilibs to build. The argument
0 commit comments