comparison ToDo @ 284:73f25e3f1b99

added ToDo for configure on macOS
author Daniel Adler
date Fri, 20 Apr 2018 08:01:00 +0200
parents 82dd2e3b15c7
children ce688f871d51
comparison
equal deleted inserted replaced
283:6eec7c270aea 284:73f25e3f1b99
1 1.0 final:
2 ----------
3 - configure on macOS does not pass CFLAG etc.. to Makefile.config
4
1 1.1: 5 1.1:
2 ---- 6 ----
3 - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1) 7 - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1)
4 * 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) 8 * 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)
5 - dyncall supports calls to functions where prototype exists (with and without varargs); however not when no 9 - dyncall supports calls to functions where prototype exists (with and without varargs); however not when no