Skip to content
  • Xavier Leroy's avatar
    Provide and use compiler-dependent standard headers. · 1909a882
    Xavier Leroy authored
    This branch provides implementations of the following standard headers:
    <float.h> <stdarg.h> <stdbool.h> <stddef.h> <varargs.h>
    These are the headers that are provided by GCC and Clang, as opposed
    to being provided by Glibc and similar C standard libraries.
    
    Configuration flag "-no-standard-headers" deactivates the installation
    and use of these headers.
    
    Lightly tested so far (IA32 Linux).
    1909a882