summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-12-29 16:59:17 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-12-29 16:59:17 +0000
commitcca61561941a9c9b2cf068fc2e03370efb4a47b1 (patch)
tree6f5423ee2393152d8e7d286844f99a320693ec0a /sys/arch
parent1c2334f6fa47d90f6b21649a2db2fbb0508c7d1d (diff)
Unifdef NO_IEEE in the libkern softfloat code, and put an appropriate rule
in files.alpha to compensate for NO_IEEE kernels. This will allow the softfloat code to be used by other platforms than alpha.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/alpha/conf/files.alpha4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha
index c979e7e444a..d48455d5584 100644
--- a/sys/arch/alpha/conf/files.alpha
+++ b/sys/arch/alpha/conf/files.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: files.alpha,v 1.83 2007/11/25 18:25:25 deraadt Exp $
+# $OpenBSD: files.alpha,v 1.84 2007/12/29 16:59:13 miod Exp $
# $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $
#
# alpha-specific configuration info
@@ -357,7 +357,7 @@ include "dev/bluetooth/files.bluetooth"
include "dev/onewire/files.onewire"
# Machine-dependent libkern components
-file lib/libkern/softfloat.c
+file lib/libkern/softfloat.c !no_ieee
file lib/libkern/arch/alpha/__divl.S
file lib/libkern/arch/alpha/__divlu.S
file lib/libkern/arch/alpha/__divq.S