diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 12:04:31 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 12:04:31 +0000 |
| commit | 2357939bc239bd5334a169b62313806178dd8f30 (patch) | |
| tree | 6da949d33b96ce7f3985a2cbc32baeccf187c4d6 /lib/libc/Makefile | |
| parent | 1d7c6c331170245ef103514c9cf98abe3a83e36b (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index ceea67a5bb8f..24072d0d6fe3 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -57,6 +57,9 @@ NOASM= .include "${.CURDIR}/rpc/Makefile.inc" .include "${.CURDIR}/uuid/Makefile.inc" .include "${.CURDIR}/xdr/Makefile.inc" +.if ${MACHINE_ARCH} == "arm" +.include "${.CURDIR}/softfloat/Makefile.inc" +.endif .if !defined(NO_YP_LIBC) CFLAGS+= -DYP .include "${.CURDIR}/yp/Makefile.inc" |
