diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-11-28 07:20:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-11-28 07:20:26 +0000 |
commit | 69611256b74018387f3e3355f9e7f5b670087451 (patch) | |
tree | 5c501b9447f84453525ad5320d9abd40ebfb1738 /sys/lib/libkern | |
parent | efe7545fedd75d79db801efe237e3436dfb03b21 (diff) |
a tiny hppa64 bit
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile index 141ebe9bf2e..19c0ae902d1 100644 --- a/sys/lib/libkern/Makefile +++ b/sys/lib/libkern/Makefile @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.17 2004/05/07 14:42:27 millert Exp $ -# $NetBSD: Makefile,v 1.31 1996/08/10 04:01:31 mycroft Exp $ +# $OpenBSD: Makefile,v 1.18 2004/11/28 07:20:25 mickey Exp $ LIB= kern NOPIC= @@ -17,7 +16,8 @@ CPPFLAGS= -I$M ${KERNCPPFLAGS} .endif .if (${MACHINE_ARCH} != "alpha" && ${MACHINE} != "sgi" && \ - ${MACHINE_ARCH} != "sparc64") && ${MACHINE} != "amd64" + ${MACHINE_ARCH} != "sparc64") && ${MACHINE} != "amd64" && \ + ${MACHINE} != "hppa64" # Quad support SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \ lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \ |