Merge pull request #80 from Opvolger/add_riscv_support

add RISCV support on build
This commit is contained in:
Poul Sander
2023-03-02 21:36:40 +01:00
committed by GitHub

View File

@@ -207,6 +207,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#define ARCH_STRING "arm"
#elif defined __aarch64__
#define ARCH_STRING "aarch64"
#elif defined __riscv
#define ARCH_STRING "riscv"
#elif defined __cris__
#define ARCH_STRING "cris"
#elif defined __hppa__