summaryrefslogtreecommitdiff
path: root/lib/libc/Makefile
AgeCommit message (Expand)Author
2023-05-29libc: fix typo in comments: NO_SRSC -> NO_SRCSlukem
2020-05-16Add ACL support for FFS. From FreeBSD.christos
2018-08-03Restrict -fno-sanitize=function to Clang/LLVM onlykamil
2018-08-03Disable sanitization of -fsanitize=function in libckamil
2018-03-31Drop the USE_LIBTRE build optionkamil
2015-06-15Only create and install the tags file for the normal libc (not any of thechristos
2015-02-09Include compat in rumprun libcpooka
2014-12-10Add hooks for RUMPRUN build of libcpooka
2014-08-10MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPUmatt
2014-03-04Introduce GENASSYM_CPPFLAGS for options during genassym processing.joerg
2014-01-29Include compiler-rt in libc, libm and libkern.joerg
2014-01-19If MKREPRO=yes, make the tags file refer to /usr/srcapb
2014-01-18Use a separate variable for the use of GCC's unwind code.joerg
2014-01-15Use the quad support from compiler-rt for MKLIBGCC=no.joerg
2013-10-14Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h.joerg
2013-10-14Include compiler-rt and libunwind in libc for Clang/x86 builds.joerg
2013-07-30Don't pass assembler flags to cpp for genassym.joerg
2013-04-30Match against LIBC_MACHINE_ARCH for MKCOMPATmatt
2013-04-27Just build the legacy stuff for earm (for now).matt
2013-04-25for earm, make sure to build getdirentries man pagematt
2013-04-25Add CPPFLAGS+= -I${NETBSDSRCDIR}/sys for earm compatmatt
2013-04-19for EARM, just build __lwp_park50 compat for libpthread until the situationmatt
2013-04-19Fix inverted test.matt
2013-04-19Since earm is new, don't bother building the compat libc code since therematt
2013-04-12Rename BUILDCOLD to BUILD_LEGACY and provide a preprocessor macro thatjoerg
2012-01-20Remove code for CITRUS!=yes.joerg
2011-08-17fix the rest of libc mi gcc-4.5 hacks. portmasters should fix the md ones.christos
2011-06-21add some XXX'd -Wno-foo if HAVE_GCC >= 45.mrg
2011-06-19__udivdi3 isn't included in sparc compat libc on sparc64, so usenakayama
2011-05-27make the "tags" target non-.PHONY because it reflects a real file,drochner
2011-03-09Add TLS support infrastructure. For dynamic binaries, ld.elf_so exportsjoerg
2010-09-04Add libc glue for libtre.ahoka
2010-05-301. fix build problem CITRUS=notnozaki
2010-04-25Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).joerg
2009-12-06Provide the phony "tags" target as previous. Make it depend on the realuebayasi
2009-12-06Make the local "tags" target an absolute path, ${.OBJDIR}/tags, otherwiseuebayasi
2009-08-11Change (slightly) the way NO_SRCS is processed, update big comment!dsl
2009-07-30If SRCS contains any .S files then remove the corresponding .c file fromdsl
2008-10-26define and use LIBCDIR in terms of .CURDIR. fixes compat/lib/libc build.mrg
2008-06-23Install manual pages for the atomic ops.ad
2007-12-08Ensure that we pass -z initfirst to the linker. The mips gcche
2007-12-07rtld changes for PR bin/37347:ad
2007-11-13- stack_protector.c doesn't really belong under sys/. Add a new directoryad
2007-05-30Move FORTIFY_SOURCE implementation from the somewhat ill-named "libssp"tls
2007-03-19revert to rev1.127 for iconv(3).tnozaki
2007-03-18don't use CPPPICFLAGS but CPICFLAGS.tnozaki
2007-03-15Don't modify CSHPICFLAGS. (this causes .so file to be made when they shouldn't)matt
2006-03-11Add glue to build the compat library as a separate "libcold" turned off bychristos
2006-01-25Drop in gdtoa as a replacement for dtoa, strtod() from stdlib/strtod.c.kleink
2005-12-20Use reach-over sources from common/lib/libcchristos