File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1398,7 +1398,7 @@ Optional Features:
1398
1398
Optional Packages:
1399
1399
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1400
1400
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1401
- --with-arch=rv64imafdc Sets the base RISC-V ISA, defaults to rv64imafdc
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
1403
--with-tune=rocket Set the base RISC-V CPU, defaults to rocket
1404
1404
--with-isa-spec=20191213
@@ -3993,7 +3993,7 @@ if test ${with_arch+y}
3993
3993
then :
3994
3994
withval=$with_arch ;
3995
3995
else $as_nop
3996
- with_arch=rv64imafdc
3996
+ with_arch=rv64gc
3997
3997
3998
3998
fi
3999
3999
Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ AS_IF([test "x$enable_default_pie" != xyes],
80
80
81
81
82
82
AC_ARG_WITH ( arch ,
83
- [ AS_HELP_STRING ( [ --with-arch=rv64imafdc ] ,
84
- [ Sets the base RISC-V ISA, defaults to rv64imafdc ] ) ] ,
83
+ [ AS_HELP_STRING ( [ --with-arch=rv64gc ] ,
84
+ [ Sets the base RISC-V ISA, defaults to rv64gc ] ) ] ,
85
85
[ ] ,
86
- [ with_arch=rv64imafdc ]
86
+ [ with_arch=rv64gc ]
87
87
)
88
88
89
89
AC_ARG_WITH ( abi ,
You can’t perform that action at this time.
0 commit comments