Skip to content

Commit b49cb63

Browse files
authored
Update configure
Since the patch "RISC-V: Add generic tune as default" has been commited into the trunk, the configure should also been updated. Here is the link: https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=20f593018519fec1602dc39c08ba2e674a2d8a1c Signed-off-by: TelGome <93700071+TelGome@users.noreply.github.com>
1 parent 062ad35 commit b49cb63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ Optional Packages:
14001400
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
14011401
--with-arch=rv64gc Sets the base RISC-V ISA, defaults to rv64gc
14021402
--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
14041404
--with-isa-spec=20191213
14051405
Set the default ISA spec version, default to
14061406
20191213, available options: 2.2, 20190608, 20191213
@@ -4015,7 +4015,7 @@ if test ${with_tune+y}
40154015
then :
40164016
withval=$with_tune;
40174017
else $as_nop
4018-
with_tune=rocket
4018+
with_tune=generic
40194019
40204020
fi
40214021

0 commit comments

Comments
 (0)