History log of /netbsd-src/lib/libc/Makefile (Results 1 – 25 of 174)
Revision Date Author Comments
# c1aa87e3 29-May-2023 lukem <lukem@NetBSD.org>

libc: fix typo in comments: NO_SRSC -> NO_SRCS


# 9aa2a9c3 16-May-2020 christos <christos@NetBSD.org>

Add ACL support for FFS. From FreeBSD.


# 93bf963a 03-Aug-2018 kamil <kamil@NetBSD.org>

Restrict -fno-sanitize=function to Clang/LLVM only

The base GCC version 6,x does not support this option.


# 7517542c 03-Aug-2018 kamil <kamil@NetBSD.org>

Disable sanitization of -fsanitize=function in libc

Generated code for the checks (in at least libunwind) depends on the C++
runtime feature of RTTI.

Pass -fno-sanitize=function to LIBCSANITIZERFLA

Disable sanitization of -fsanitize=function in libc

Generated code for the checks (in at least libunwind) depends on the C++
runtime feature of RTTI.

Pass -fno-sanitize=function to LIBCSANITIZERFLAGS.

show more ...


# 9ad30f3b 31-Mar-2018 kamil <kamil@NetBSD.org>

Drop the USE_LIBTRE build option

libtre cannot be used any more as a replacement for regex(3).
Tt does not build and the library development is stalled in upstream.

Proposed on mailing list.

Spons

Drop the USE_LIBTRE build option

libtre cannot be used any more as a replacement for regex(3).
Tt does not build and the library development is stalled in upstream.

Proposed on mailing list.

Sponsored by <The NetBSD Foundation>

show more ...


# 670c7845 15-Jun-2015 christos <christos@NetBSD.org>

Only create and install the tags file for the normal libc (not any of the
compat copies), because we don't want it to be overwritten by the compat
copies. This was detected by the evbarm mkimage comp

Only create and install the tags file for the normal libc (not any of the
compat copies), because we don't want it to be overwritten by the compat
copies. This was detected by the evbarm mkimage complaining.

show more ...


# 7578f980 09-Feb-2015 pooka <pooka@NetBSD.org>

Include compat in rumprun libc

Not including non-renamed symbols in libc caused all kinds of configure
scripts to do the wrong thing when they just tested linkage without
including headers. So, go

Include compat in rumprun libc

Not including non-renamed symbols in libc caused all kinds of configure
scripts to do the wrong thing when they just tested linkage without
including headers. So, go for the "least moving parts" bandaid for now.

show more ...


# a17684a2 10-Dec-2014 pooka <pooka@NetBSD.org>

Add hooks for RUMPRUN build of libc

If "yes", does the following (default "no"):
* prevents ASM syscalls from being built (librump provides syscalls)
* does not include compat (useless when appl

Add hooks for RUMPRUN build of libc

If "yes", does the following (default "no"):
* prevents ASM syscalls from being built (librump provides syscalls)
* does not include compat (useless when application is linked with libc)
* does not build tags (no /var/db to install them to)
* does not include tls

==> libc for rumprun can now be built against unmodified NetBSD sources

show more ...


# 810b61bb 10-Aug-2014 matt <matt@NetBSD.org>

MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU


# 9c3fd524 04-Mar-2014 joerg <joerg@NetBSD.org>

Introduce GENASSYM_CPPFLAGS for options during genassym processing.
Consistently drop assembler flags.


# 720b2586 29-Jan-2014 joerg <joerg@NetBSD.org>

Include compiler-rt in libc, libm and libkern.


# f500068b 19-Jan-2014 apb <apb@NetBSD.org>

If MKREPRO=yes, make the tags file refer to /usr/src
instead of referring to the actual source directory ${NETBSDSRC}.


# 527d1fa1 18-Jan-2014 joerg <joerg@NetBSD.org>

Use a separate variable for the use of GCC's unwind code.


# 2356df89 15-Jan-2014 joerg <joerg@NetBSD.org>

Use the quad support from compiler-rt for MKLIBGCC=no.


# aa6e9499 14-Oct-2013 joerg <joerg@NetBSD.org>

Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h.


# d06922dd 14-Oct-2013 joerg <joerg@NetBSD.org>

Include compiler-rt and libunwind in libc for Clang/x86 builds.


# 02bc918a 30-Jul-2013 joerg <joerg@NetBSD.org>

Don't pass assembler flags to cpp for genassym.


# 7d2c6b24 30-Apr-2013 matt <matt@NetBSD.org>

Match against LIBC_MACHINE_ARCH for MKCOMPAT


# 343c2f33 27-Apr-2013 matt <matt@NetBSD.org>

Just build the legacy stuff for earm (for now).


# 7b96d464 25-Apr-2013 matt <matt@NetBSD.org>

for earm, make sure to build getdirentries man page


# 79367e05 25-Apr-2013 matt <matt@NetBSD.org>

Add CPPFLAGS+= -I${NETBSDSRCDIR}/sys for earm compat


# b0c992be 19-Apr-2013 matt <matt@NetBSD.org>

for EARM, just build __lwp_park50 compat for libpthread until the situation
is involved.


# 4b9c2e46 19-Apr-2013 matt <matt@NetBSD.org>

Fix inverted test.


# 7d19b890 19-Apr-2013 matt <matt@NetBSD.org>

Since earm is new, don't bother building the compat libc code since there
is nothing that can use it.


# 575a4660 12-Apr-2013 joerg <joerg@NetBSD.org>

Rename BUILDCOLD to BUILD_LEGACY and provide a preprocessor macro that
can be used in code files that aren't easy to split up. Add the removal
to the major bump todo list.


1234567