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.
6 lines
196 B
Makefile
6 lines
196 B
Makefile
# $NetBSD: Makefile.inc,v 1.6 2006/06/17 18:04:23 uwe Exp $
|
|
|
|
SRCS+= __sigaction14_sigtramp.c __sigtramp2.S
|
|
|
|
CPPFLAGS+= -DSOFTFLOAT # -DSOFTFLOAT_NEED_FIXUNS
|
|
.include <softfloat/Makefile.inc>
|