History log of /netbsd-current/external/gpl2/libmalloc/lib/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.6 02-Feb-2018 mrg

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.)


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.5 04-May-2016 christos

limit to gcc, requested by joerg.


# 1.4 04-May-2016 christos

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


# 1.3 15-Jan-2016 christos

we have unistd.h


# 1.2 14-Jan-2016 christos

we want a lint library


# 1.1 13-Jan-2016 christos

merge changes, add build glue.


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.5 04-May-2016 christos

limit to gcc, requested by joerg.


# 1.4 04-May-2016 christos

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


# 1.3 15-Jan-2016 christos

we have unistd.h


# 1.2 14-Jan-2016 christos

we want a lint library


# 1.1 13-Jan-2016 christos

merge changes, add build glue.