sortix-mirror/libc/c++
Jonas 'Sortie' Termansen 01a9779fc6 Compile libc with -ffreestanding.
This properly avoids problems where the compiler is unaware that this is the
implementation and assumes it can rely on the implementation. For instance,
it might implement calloc using a call to calloc.

Restructure the code that wrongly assumed __STDC_HOSTED__ meant userspace.
2016-05-15 22:43:29 +02:00
..
c++.c++ Relicense Sortix to the ISC license. 2016-03-05 22:21:50 +01:00
op-new.c++ Compile libc with -ffreestanding. 2016-05-15 22:43:29 +02:00