diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2016-01-17 15:21:23 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2016-01-17 15:21:23 +0000 |
| commit | 0bfee928495a332de4ca4786561f8ec37c149e49 (patch) | |
| tree | dc2c17b47c2052a9bdd63857fff9be0a1be00232 /lib/libstand | |
| parent | ce958bdefe9897b395da652686a9104b401f4265 (diff) | |
Notes
Diffstat (limited to 'lib/libstand')
| -rw-r--r-- | lib/libstand/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile index c85b694f3e7e..8ae0e1a00107 100644 --- a/lib/libstand/Makefile +++ b/lib/libstand/Makefile @@ -65,8 +65,8 @@ SRCS+= aeabi_idivmod.S aeabi_ldivmod.S aeabi_uidivmod.S aeabi_uldivmod.S SRCS+= aeabi_memcmp.S aeabi_memcpy.S aeabi_memmove.S aeabi_memset.S .endif -.if ${MACHINE_CPUARCH} == "aarch64" -.PATH: ${LIBC_SRC}/aarch64/gen +.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "riscv" +.PATH: ${LIBC_SRC}/${MACHINE_CPUARCH}/gen .endif .if ${MACHINE_CPUARCH} == "powerpc" |
