History log of /netbsd-src/external/gpl2/libmalloc/lib/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# 6d188dd0 02-Feb-2018 mrg <mrg@NetBSD.org>

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't sup

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)

show more ...


# 01a3dc11 04-May-2016 christos <christos@NetBSD.org>

limit to gcc, requested by joerg.


# d6db3d67 04-May-2016 christos <christos@NetBSD.org>

prevent gcc from combining memset+malloc -> calloc inside calloc so that
we end up calling ourselves recursively.


# c25aca9c 15-Jan-2016 christos <christos@NetBSD.org>

we have unistd.h


# a683cc86 14-Jan-2016 christos <christos@NetBSD.org>

we want a lint library


# 49e111a2 13-Jan-2016 christos <christos@NetBSD.org>

merge changes, add build glue.