Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/m68k Revert untested and unnecessary ch...
details: https://anonhg.NetBSD.org/src/rev/007ea57673fe
branches: trunk
changeset: 339616:007ea57673fe
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Jul 30 15:29:52 2015 +0000
description:
Revert untested and unnecessary change in previous rev 1.36.
Our autobuild doesn't always reflect the latest fixes.
diffstat:
sys/lib/libkern/arch/m68k/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4e5771516782 -r 007ea57673fe sys/lib/libkern/arch/m68k/Makefile.inc
--- a/sys/lib/libkern/arch/m68k/Makefile.inc Thu Jul 30 15:28:18 2015 +0000
+++ b/sys/lib/libkern/arch/m68k/Makefile.inc Thu Jul 30 15:29:52 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.36 2015/07/30 07:44:40 christos Exp $
+# $NetBSD: Makefile.inc,v 1.37 2015/07/30 15:29:52 tsutsui Exp $
SRCS+= bswap16.S bswap32.S bswap64.S
SRCS+= memcmp.S memcpy.S memmove.S memset.S
@@ -12,7 +12,7 @@
SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
.endif
.if defined(MACHINE_ARCH) && ${MACHINE_ARCH} == "m68k"
-SRCS+= mulsi3.S random.S
+SRCS+= random.S
.else
random.o random.po random.pico random.d: random.c
.endif
Home |
Main Index |
Thread Index |
Old Index