diff options
| author | Ruslan Bukin <br@FreeBSD.org> | 2016-11-16 15:21:32 +0000 |
|---|---|---|
| committer | Ruslan Bukin <br@FreeBSD.org> | 2016-11-16 15:21:32 +0000 |
| commit | 7804dd5212a3874db3328bc94d00263f23f96fa8 (patch) | |
| tree | db2fdf4551d5d33c2669e201341ef9b927c3c49b /lib/libc/Makefile | |
| parent | 33299e3d96bb998373f69d828c495aa84adff45b (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 99ddfc2e8f7fb..377a6ee6cd11d 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -111,7 +111,8 @@ NOASM= .include "${LIBC_SRCTOP}/xdr/Makefile.inc" .if (${LIBC_ARCH} == "arm" && \ (${MACHINE_ARCH:Marmv6*} == "" || (defined(CPUTYPE) && ${CPUTYPE:M*soft*}))) || \ - (${LIBC_ARCH} == "mips" && ${MACHINE_ARCH:Mmips*hf} == "") + (${LIBC_ARCH} == "mips" && ${MACHINE_ARCH:Mmips*hf} == "") || \ + (${LIBC_ARCH} == "riscv" && ${MACHINE_ARCH:Mriscv*sf} != "") .include "${LIBC_SRCTOP}/softfloat/Makefile.inc" .endif .if ${LIBC_ARCH} == "i386" || ${LIBC_ARCH} == "amd64" |
