public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-9749] RISC-V: Fixing -misa-spec [PR/target 104853]
@ 2022-03-30  9:03 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2022-03-30  9:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f41871dfdbd9d0c3368c0bc32d879fd5485e7abb

commit r11-9749-gf41871dfdbd9d0c3368c0bc32d879fd5485e7abb
Author: Kito Cheng <kito.cheng@sifive.com>
Date:   Wed Mar 30 16:19:00 2022 +0800

    RISC-V: Fixing -misa-spec [PR/target 104853]
    
    gcc/ChangeLog:
    
            * config.gcc (riscv*-*-*): Set right default isa spec.

Diff:
---
 gcc/config.gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index d1a66cfe6e4..d69be8853bc 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -4632,6 +4632,7 @@ case "${target}" in
 		case "${with_isa_spec}" in
 		""|default|2.2)
 			tm_defines="${tm_defines} TARGET_DEFAULT_ISA_SPEC=ISA_SPEC_CLASS_2P2"
+			with_isa_spec=2.2
 			;;
 		20191213 | 201912)
 			tm_defines="${tm_defines} TARGET_DEFAULT_ISA_SPEC=ISA_SPEC_CLASS_20191213"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-30  9:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30  9:03 [gcc r11-9749] RISC-V: Fixing -misa-spec [PR/target 104853] Kito Cheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).