b6cbf7203b
This patch imports the unmodified current version of NetBSD libc. The NetBSD includes are in /nbsd_include, while the libc code itself is split between lib/nbsd_libc and common/lib/libc.
10 lines
208 B
Makefile
10 lines
208 B
Makefile
# $NetBSD: Makefile.inc,v 1.9 2010/07/06 05:59:52 mrg Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
|
|
|
|
CPPFLAGS += -DSOFTFLOAT
|
|
|
|
SOFTFLOAT_BITS=32
|
|
.include <softfloat/Makefile.inc>
|