Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-24 | cbb-musl-elf.h: whitespace normalization. | midipix | 1 | -8/+8 | |
2016-11-24 | cbb-musl-elf.h: provide STANDARD_STARTFILE_PREFIX_{1|2} definitions. | midipix | 1 | -0/+6 | |
2015-03-21 | compiler building blocks: definitions for all musl-libc ELF targets. | midipix | 1 | -0/+114 | |
+ cbb-musl-elf.h: this header provides the compiler with necessary knowledge about the target system libc (musl), covering libc features, preferences, and link information (specs). + following the naming convention of musl's dynamic linker, this header requires CBB_ARCH to be defined. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information. |