Skip to content

Commit 45a1f14

Browse files
committed
Mark '--with-isa-spec' option out of date.
1 parent cfe9d78 commit 45a1f14

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,10 @@ GDB_TARGET_FLAGS_EXTRA, GLIBC_TARGET_FLAGS_EXTRA, NEWLIB_TARGET_FLAGS_EXTRA,
149149
LLVM_EXTRA_CONFIGURE_FLAGS, QEMU_EXTRA_CONFIGURE_FLAGS```.
150150
Example: ```GCC_EXTRA_CONFIGURE_FLAGS=--with-gmp=/opt/gmp make linux```
151151

152-
#### Set default ISA spec version
152+
#### Set default ISA spec version. (Out of date)
153153

154-
`--with-isa-spec=` can specify the default version of the RISC-V Unprivileged
155-
(formerly User-Level) ISA specification.
156-
157-
Possible options are: `2.2`, `20190608` and `20191213`.
158-
159-
The default version is `20191213`.
160-
161-
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).
154+
Warning! This option is out of date. Possible options are: `2.2`, `20190608`
155+
and `20191213`.
162156

163157
#### Build with customized multi-lib configure.
164158

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ Optional Packages:
14061406
--with-abi=lp64d Sets the base RISC-V ABI, defaults to lp64d
14071407
--with-tune=generic Set the base RISC-V CPU, defaults to GCC's default
14081408
--with-isa-spec=20191213
1409-
Set the default ISA spec version, default to
1409+
Warning! This option is out of date. Default to
14101410
20191213, available options: 2.2, 20190608, 20191213
14111411
--with-sim=qemu Sets the base RISC-V Simulator, defaults to qemu
14121412
--with-languages= Sets the enabled languages for GNU toolchain,

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ AS_IF([test "x$with_tune" != xno],
9191

9292
AC_ARG_WITH(isa-spec,
9393
[AS_HELP_STRING([--with-isa-spec=20191213],
94-
[Set the default ISA spec version, default to 20191213, available options: 2.2, 20190608, 20191213])],
94+
[Warning! This option is out of date. Default to 20191213, available options: 2.2, 20190608, 20191213])],
9595
[],
9696
[with_isa_spec=20191213]
9797
)

0 commit comments

Comments
 (0)