File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1400,7 +1400,7 @@ Optional Packages:
1400
1400
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1401
1401
--with-arch=rv64gc Sets the base RISC-V ISA, defaults to rv64gc
1402
1402
--with-abi=lp64d Sets the base RISC-V ABI, defaults to lp64d
1403
- --with-tune=rocket Set the base RISC-V CPU, defaults to rocket
1403
+ --with-tune=generic Set the base RISC-V CPU, defaults to generic
1404
1404
--with-isa-spec=20191213
1405
1405
Set the default ISA spec version, default to
1406
1406
20191213, available options: 2.2, 20190608, 20191213
@@ -4015,7 +4015,7 @@ if test ${with_tune+y}
4015
4015
then :
4016
4016
withval=$with_tune ;
4017
4017
else $as_nop
4018
- with_tune=rocket
4018
+ with_tune=generic
4019
4019
4020
4020
fi
4021
4021
You can’t perform that action at this time.
0 commit comments