From abd15da8afb35b92ed0cb2c47f6564775b976c24 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Fri, 25 Jun 2021 20:32:54 +0000 Subject: Add port for Linux on RISC-V (riscv) This commit adds support for Linux on RISC-V. Only 64-bit is supported at the moment. --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 072decf1..9bb2413d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,9 @@ endif if ARCH_S390X include_HEADERS += include/libunwind-s390x.h endif +if ARCH_RISCV +include_HEADERS += include/libunwind-riscv.h +endif if !REMOTE_ONLY include_HEADERS += include/libunwind.h @@ -92,6 +95,8 @@ noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ include/tdep-sh/jmpbuf.h include/tdep-sh/libunwind_i.h \ include/tdep-s390x/dwarf-config.h \ include/tdep-s390x/jmpbuf.h include/tdep-s390x/libunwind_i.h \ + include/tdep-riscv/dwarf-config.h \ + include/tdep-riscv/jmpbuf.h include/tdep-riscv/libunwind_i.h \ include/tdep/libunwind_i.h \ include/tdep/jmpbuf.h include/tdep/dwarf-config.h -- cgit v1.2.1