Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-19 | Don't define __GNUC__ | Michael Forney | |
This causes more problems (inline asm, GNU inline semantics, etc) than it solves (alloca). | |||
2019-05-15 | Add __signed alternate keyword | Michael Forney | |
2019-05-14 | Fix duplicate comma | Michael Forney | |
2019-05-14 | configure: Handle empty but set DEFAULT_DYNAMIC_LINKER as no flag necessary | Michael Forney | |
This should address issues with configure on NixOS (#27). | |||
2019-05-14 | configure: Clear some variables before we conditionally set them | Michael Forney | |
2019-05-14 | Add __asm as an alternate keyword for __asm__ | Michael Forney | |
2019-05-13 | Add initial support for OpenBSD in configure | Michael Forney | |
2019-05-09 | Add alternate __volatile__ keyword | Michael Forney | |
2019-05-09 | Fix ordering of endfiles | Michael Forney | |
-lc should come before crtn.o. | |||
2019-05-08 | Fix spacing | Michael Forney | |
2019-05-08 | configure: Add tool prefix when building a cross-compiler | Michael Forney | |
2019-05-08 | configure: Make dynamic linker configurable | Michael Forney | |
2019-04-26 | Replace config.def.h with a configure script | Michael Forney | |