Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/sun68k/stand/libsa Pull up revision 1.12 (requ...



details:   https://anonhg.NetBSD.org/src/rev/4b0f5122081c
branches:  netbsd-1-6
changeset: 527657:4b0f5122081c
user:      tv <tv%NetBSD.org@localhost>
date:      Fri May 31 11:23:47 2002 +0000

description:
Pull up revision 1.12 (requested by nathanw in ticket #102):
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 1be22ea9e9a0 -r 4b0f5122081c sys/arch/sun68k/stand/libsa/Makefile
--- a/sys/arch/sun68k/stand/libsa/Makefile      Fri May 31 02:31:55 2002 +0000
+++ b/sys/arch/sun68k/stand/libsa/Makefile      Fri May 31 11:23:47 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.11 2002/05/15 04:07:43 lukem Exp $
+#      $NetBSD: Makefile,v 1.11.4.1 2002/05/31 11:23:47 tv 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