Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/mips/gen cache stuff needs _KERNTYPES



details:   https://anonhg.NetBSD.org/src/rev/fa59fd937a52
branches:  trunk
changeset: 343183:fa59fd937a52
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 16:01:56 2016 +0000

description:
cache stuff needs _KERNTYPES

diffstat:

 lib/libc/arch/mips/gen/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 33743dde7824 -r fa59fd937a52 lib/libc/arch/mips/gen/Makefile.inc
--- a/lib/libc/arch/mips/gen/Makefile.inc       Sun Jan 24 16:01:43 2016 +0000
+++ b/lib/libc/arch/mips/gen/Makefile.inc       Sun Jan 24 16:01:56 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.33 2011/03/15 07:40:18 matt Exp $
+#      $NetBSD: Makefile.inc,v 1.34 2016/01/24 16:01:56 christos Exp $
 
 .if ${MKSOFTFLOAT} == "no"
 SRCS+= fabs.S ldexp.S modf.S
@@ -33,6 +33,7 @@
 SRCS+= cacheflush.c
 
 CPPFLAGS._lwp.c        += -D_LIBC_SOURCE
+CPPFLAGS.cacheflush.c  += -D_KERNTYPES
 
 LSRCS.mips.gen=        Lint__setjmp.c Lint_bswap16.c Lint_bswap32.c Lint_swapcontext.c
 LSRCS+=                ${LSRCS.mips.gen}



Home | Main Index | Thread Index | Old Index