comparison ToDo @ 295:a6963fd4a8cc

- adding mips softfloat to ToDo - started 1.1 (upcoming) section for Changelog
author Tassilo Philipp
date Tue, 08 May 2018 00:37:28 +0200
parents 8d9629a078e4
children 9f2aff560fa7
comparison
equal deleted inserted replaced
294:1032015f77ee 295:a6963fd4a8cc
1 1.1: 1 1.1:
2 ---- 2 ----
3 - support mips/softfloat: e.g. test freebsd/mips dynOS illegal instruction; compiler defines are: #define __mips_soft_float / __mips_hard_float 1
4 - plain_cpp only supports windows; fix
3 - ./configure on macOS does not pass CFLAGS etc.. to Makefile.config 5 - ./configure on macOS does not pass CFLAGS etc.. to Makefile.config
4 - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1) 6 - support platforms without shared libraries so they can be built by just typing `./configure;make` (e.g. minix < 3.2.1)
5 * 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) 7 * 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)
6 - dyncall supports calls to functions where prototype exists (with and without varargs); however not when no 8 - dyncall supports calls to functions where prototype exists (with and without varargs); however not when no
7 prototype exist (e.g. just calling some pointer), without any declaration... even possible in C, as one has 9 prototype exist (e.g. just calling some pointer), without any declaration... even possible in C, as one has