32ed83ebd0
with a basic NetBSD template and some specific platform overrides. This also results in dropping most of the "xm-netbsd.h" and "t-netbsd" files.
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
# Don't run fixproto.
|
|
STMP_FIXPROTO =
|
|
|
|
# Don't install "assert.h" in gcc. We use the one in NetBSD's libc.
|
|
INSTALL_ASSERT_H =
|
|
|
|
# The stdarg, varargs, etc. that comes with NetBSD is already sane.
|
|
# Don't override these with local versions.
|
|
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
|