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/powerpc Add -D_NOREGNAMES
details: https://anonhg.NetBSD.org/src/rev/ac963fc03e71
branches: trunk
changeset: 760896:ac963fc03e71
user: matt <matt%NetBSD.org@localhost>
date: Sun Jan 16 03:22:19 2011 +0000
description:
Add -D_NOREGNAMES
diffstat:
sys/lib/libkern/arch/powerpc/Makefile.inc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 38997befe854 -r ac963fc03e71 sys/lib/libkern/arch/powerpc/Makefile.inc
--- a/sys/lib/libkern/arch/powerpc/Makefile.inc Sun Jan 16 03:05:51 2011 +0000
+++ b/sys/lib/libkern/arch/powerpc/Makefile.inc Sun Jan 16 03:22:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.28 2009/08/14 19:23:54 dsl Exp $
+# $NetBSD: Makefile.inc,v 1.29 2011/01/16 03:22:19 matt Exp $
SRCS+= bswap16.c bswap32.c
SRCS+= htonl.c htons.c ntohl.c ntohs.c
@@ -6,6 +6,8 @@
SRCS+= ffs.S memset.S strlen.S
+CPPFLAGS+= -D_NOREGNAMES
+
# Disable the asm versions on evbppc because they break the Explora
.if ${MACHINE} == "evbppc"
memcpy.o: memcpy.c
Home |
Main Index |
Thread Index |
Old Index