# HG changeset patch # User Tassilo Philipp # Date 1524314078 -7200 # Node ID ce688f871d51f5af672a55873ec6c50aed6caf59 # Parent 483581921af2a62b198bae90f92edceae2a3626d - todo diff -r 483581921af2 -r ce688f871d51 ToDo --- a/ToDo Sat Apr 21 14:32:35 2018 +0200 +++ b/ToDo Sat Apr 21 14:34:38 2018 +0200 @@ -1,9 +1,6 @@ -1.0 final: ----------- -- configure on macOS does not pass CFLAG etc.. to Makefile.config - 1.1: ---- +- ./configure on macOS does not pass CFLAGS etc.. to Makefile.config - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1) * also make sure minix with shared library support builds and works in general (>= 3.2.1) as well as ELF on Minix (>= 3.2.0) to begin with (as that's the base, and we only test on 3.1.8 so far) - dyncall supports calls to functions where prototype exists (with and without varargs); however not when no