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 Make random.S invisible for coldfi...



details:   https://anonhg.NetBSD.org/src/rev/0fae3e628521
branches:  trunk
changeset: 802075:0fae3e628521
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Sep 01 07:32:35 2014 +0000

description:
Make random.S invisible for coldfire too (e.g. anything not "m68k")

diffstat:

 sys/lib/libkern/arch/m68k/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e581d7fa88d6 -r 0fae3e628521 sys/lib/libkern/arch/m68k/Makefile.inc
--- a/sys/lib/libkern/arch/m68k/Makefile.inc    Mon Sep 01 07:11:19 2014 +0000
+++ b/sys/lib/libkern/arch/m68k/Makefile.inc    Mon Sep 01 07:32:35 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.33 2014/08/27 08:51:37 christos Exp $
+#      $NetBSD: Makefile.inc,v 1.34 2014/09/01 07:32:35 matt Exp $
 
 SRCS+= bswap16.S bswap32.S bswap64.S
 SRCS+= memcmp.S memcpy.S memmove.S memset.S
@@ -10,5 +10,7 @@
 
 .if defined(MACHINE_ARCH) && (${MACHINE_ARCH} == "m68000")
 SRCS+= mulsi3.S divsi3.S udivsi3.S modsi3.S umodsi3.S
+.endif
+.if defined(MACHINE_ARCH) && (${MACHINE_ARCH} != "m68k")
 random.S: .INVISIBLE
 .endif



Home | Main Index | Thread Index | Old Index