Add RISC-V support

This commit is contained in:
matt 2014-09-19 17:38:46 +00:00
parent 6cf6fe02a9
commit e0e6345e09
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: archdirs.mk,v 1.7 2014/09/10 22:43:36 matt Exp $
# $NetBSD: archdirs.mk,v 1.8 2014/09/19 17:38:46 matt Exp $
# list of subdirs used per-platform
@ -30,6 +30,10 @@ ARCHDIR_SUBDIR= mips64/64 mips64/o32
ARCHDIR_SUBDIR= powerpc64/powerpc
.endif
.if ${MACHINE_ARCH} == "riscv64"
ARCHDIR_SUBDIR= riscv64/rv32
.endif
.if (${MACHINE_ARCH} == "aarch64")
ARCHDIR_SUBDIR+= arm/eabi
ARCHDIR_SUBDIR+= arm/eabihf