changeset 286:ce688f871d51 r1.0-RC2

- todo
author Tassilo Philipp
date Sat, 21 Apr 2018 14:34:38 +0200
parents 483581921af2
children 9f1f4efa663b
files ToDo
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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