diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-07 17:38:50 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-07 17:38:50 +0000 |
commit | 4044133441d519ed17527ae4b6c186f2d6189f5c (patch) | |
tree | 1ee3b4a4a3c91b61b76a058c2b6ed9f91ef12748 /lib/libc/arch | |
parent | e74c7a77d5174574b36db5511e2b6af60e0eb48a (diff) |
Build the correct arch softfloat code.
Diffstat (limited to 'lib/libc/arch')
-rw-r--r-- | lib/libc/arch/sh/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/sh/Makefile.inc b/lib/libc/arch/sh/Makefile.inc index 9208472c09d..c66a4959bb4 100644 --- a/lib/libc/arch/sh/Makefile.inc +++ b/lib/libc/arch/sh/Makefile.inc @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.inc,v 1.2 2006/11/06 15:14:50 drahn Exp $ +# $OpenBSD: Makefile.inc,v 1.3 2006/11/07 17:38:49 drahn Exp $ CPPFLAGS += -DSOFTFLOAT SOFTFLOAT_BITS=32 -.include <arch/arm/softfloat/Makefile.inc> +.include <arch/sh/softfloat/Makefile.inc> |