Skip to content

Commit

Permalink
RISCV: add rv64imfc support
Browse files Browse the repository at this point in the history
Add RISCV ISA rv64-imfc support.

Signed-off-by: Lingutla Chandrasekhar <quic_lingutla@quicinc.com>
  • Loading branch information
quic-lingutla committed Feb 17, 2024
1 parent 0785d9e commit 62179ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
url = https://github.com/zephyrproject-rtos/newlib-cygwin.git
[submodule "gcc"]
path = gcc
url = https://github.com/zephyrproject-rtos/gcc.git
url = https://github.com/quic-lingutla/gcc.git
branch = risc_imfc
[submodule "gdb"]
path = gdb
url = https://github.com/zephyrproject-rtos/binutils-gdb.git
Expand Down
2 changes: 1 addition & 1 deletion gcc
Submodule gcc updated 1 files
+6 −0 gcc/config/riscv/t-zephyr

0 comments on commit 62179ff

Please sign in to comment.