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 assym.h needs _KERNTYPES



details:   https://anonhg.NetBSD.org/src/rev/0b8cbe264bb7
branches:  trunk
changeset: 343179:0b8cbe264bb7
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 24 15:55:34 2016 +0000

description:
assym.h needs _KERNTYPES

diffstat:

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

diffs (23 lines):

diff -r 412ac5e6035d -r 0b8cbe264bb7 lib/libc/arch/mips/Makefile.inc
--- a/lib/libc/arch/mips/Makefile.inc   Sun Jan 24 15:30:05 2016 +0000
+++ b/lib/libc/arch/mips/Makefile.inc   Sun Jan 24 15:55:34 2016 +0000
@@ -1,16 +1,17 @@
-#      $NetBSD: Makefile.inc,v 1.13 2014/01/30 15:05:49 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.14 2016/01/24 15:55:34 christos Exp $
 
 .include <bsd.own.mk>
 
 SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
 
 CPPFLAGS+= -I.
-CPPFLAGS.assym.h+=-D__LIBC12_SOURCE__
+CPPFLAGS.assym.h+=-D__LIBC12_SOURCE__ -D_KERNTYPES
 
 .if ${MKSOFTFLOAT} != "no"
 .include <softfloat/Makefile.inc>
 CPPFLAGS+= -DSOFTFLOAT
 
+
 SRCS+= fixunsgen_ieee754.c
 SRCS+= fixunsgen64_ieee754.c #fixunssfdi.c fixunsdfdi.c
 .if (${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el") \



Home | Main Index | Thread Index | Old Index