diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-16 14:22:19 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-03-16 14:22:19 +0000 |
| commit | 3029eff74348c6c74a406910e1fac07f9567d6d6 (patch) | |
| tree | afbecd6ab63735e46b0e4115ca6319ee89c0acb5 /lib/libc/Makefile | |
| parent | cc548bd9fb701ffc601cd2e4665170e681603706 (diff) | |
Notes
Diffstat (limited to 'lib/libc/Makefile')
| -rw-r--r-- | lib/libc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile index b0780a38afb7..96730fe0deac 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -39,7 +39,10 @@ NOASM= .include "${.CURDIR}/net/Makefile.inc" .include "${.CURDIR}/nls/Makefile.inc" .include "${.CURDIR}/posix1e/Makefile.inc" -.if !defined(NO_QUAD) +.if ${MACHINE_ARCH} != "alpha" && \ + ${MACHINE_ARCH} != "amd64" && \ + ${MACHINE_ARCH} != "ia64" && \ + ${MACHINE_ARCH} != "sparc64" .include "${.CURDIR}/quad/Makefile.inc" .endif .include "${.CURDIR}/regex/Makefile.inc" |
