From ba64b117fe900b7a19954e0a3afdbbbb90d275ee Mon Sep 17 00:00:00 2001 From: merakor Date: Mon, 8 Jun 2020 08:24:09 +0000 Subject: changelog: update FossilOrigin-Name: 59b019013756e55e4fa9b2638f057dbc518cf453be87b806b8c6826a7d598521 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980650c..792a12f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,12 @@ UNRELEASED - Makefile configurations were moved to config.mk. ### Changed -- `kiss` no longer ignores musl and gcc on `fixdeps()`. This will result in a -- Makefile now accepts `LIBS`, `LDFLAGS`, and `CFLAGS` +- `kiss` no longer ignores musl and gcc on `fixdeps()`. This will result in an + influx of musl dependencies. But you will be needing the C library to be + installed anyway if you want your programs to work. If your program links + to `libgcc`, you will need the gcc package for that given program to function. +- Makefile now accepts `LIBS`, `LDFLAGS`, and `CFLAGS`. +- Updated documentation. ### Fixed - `C89` compatibility on C programs. -- cgit v1.2.3