Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sun68k/stand/libsa Always build the m68000 math rou...
details: https://anonhg.NetBSD.org/src/rev/b0b3b062b207
branches: trunk
changeset: 532054:b0b3b062b207
user: nathanw <nathanw%NetBSD.org@localhost>
date: Thu May 30 22:33:12 2002 +0000
description:
Always build the m68000 math routines, since we compile libsa in m68000 mode.
diffstat:
sys/arch/sun68k/stand/libsa/Makefile | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r ed098fcfe249 -r b0b3b062b207 sys/arch/sun68k/stand/libsa/Makefile
--- a/sys/arch/sun68k/stand/libsa/Makefile Thu May 30 22:31:57 2002 +0000
+++ b/sys/arch/sun68k/stand/libsa/Makefile Thu May 30 22:33:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/05/15 04:07:43 lukem Exp $
+# $NetBSD: Makefile,v 1.12 2002/05/30 22:33:12 nathanw Exp $
LIB=sa
@@ -50,9 +50,7 @@
libinstall::
# bring in the required libgcc integer support:
-.if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000")
SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S muldi3.c
-.endif
.include <bsd.own.mk>
.undef DESTDIR=
Home |
Main Index |
Thread Index |
Old Index