assym.h needs _KERNTYPES

This commit is contained in:
christos 2016-01-24 15:55:34 +00:00
parent 27942f3721
commit 54d8ff1b7f
1 changed files with 3 additions and 2 deletions

View File

@ -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") \