Age | Commit message (Expand) | Author | Files | Lines |
2016-12-19 | when building for arm as thumb2 code, also request assembly as thumb | Rich Felker | 1 | -0/+4 |
2016-11-11 | add s390x port | Bobby Bingham | 1 | -0/+1 |
2016-08-30 | configure: handle mipsisa64* triplet as a mips64 target | Szabolcs Nagy | 1 | -1/+1 |
2016-05-08 | add powerpc64 port | Bobby Bingham | 1 | -1/+7 |
2016-05-04 | fix redundant processing of --build flag in configure script | LeMay, Michael | 1 | -1/+1 |
2016-04-29 | follow standard configure behavior for cross compile prefix | Rich Felker | 1 | -1/+13 |
2016-04-18 | add mips n32 port (ILP32 ABI for mips64) | Rich Felker | 1 | -0/+1 |
2016-04-03 | add support for mips and mips64 r6 isa | Rich Felker | 1 | -0/+2 |
2016-03-06 | make configure check for unsupported (SPE) powerpc hard-float models | Rich Felker | 1 | -0/+2 |
2016-03-06 | add powerpc soft-float support | Felix Fietkau | 1 | -0/+4 |
2016-03-06 | add mips64 port | Rich Felker | 1 | -1/+7 |
2016-02-19 | add arch tuple matching for nt32 and nt64 in configure | Rich Felker | 1 | -0/+2 |
2016-02-19 | work around regression building for armhf with clang (compiler bug) | Rich Felker | 1 | -0/+14 |
2016-02-18 | partly revert detection of broken float in configure | Rich Felker | 1 | -1/+1 |
2016-02-17 | make configure attempt to catch broken floating point CFLAGS/defaults | Rich Felker | 1 | -0/+10 |
2016-02-02 | make configure accept -h as an alias for --help | Rich Felker | 1 | -1/+1 |
2016-01-31 | don't suppress shared libc when linker lacks -Bsymbolic-functions | Rich Felker | 1 | -9/+4 |
2016-01-27 | add arch/generic include fallback to build rules | Rich Felker | 1 | -2/+3 |
2016-01-27 | remove unneeded -I options from configure test for may_alias attribute | Rich Felker | 1 | -1/+1 |
2016-01-25 | use same object files for libc.a and libc.so if compiler produces PIC | Rich Felker | 1 | -0/+10 |
2016-01-20 | fix global visibility (vis.h) support for out-of-tree builds | Rich Felker | 1 | -1/+1 |
2016-01-17 | support out-of-tree build | Petr Hosek | 1 | -5/+25 |
2015-11-07 | work around toolchains with broken visibility in libgcc/libpcc | Rich Felker | 1 | -0/+5 |
2015-11-04 | have configure check/add --gc-sections linker option | Rich Felker | 1 | -0/+4 |
2015-11-04 | have configure check/add linker options to reduce size lost to padding | Rich Felker | 1 | -0/+6 |
2015-11-04 | have configure check/add -ffunction-sections and -fdata-sections | Rich Felker | 1 | -0/+11 |
2015-11-02 | keep user-provided CFLAGS/LDFLAGS separate from those added by configure | Rich Felker | 1 | -2/+4 |
2015-10-23 | prevent user CFLAGS overrides from exposing executable stack | Rich Felker | 1 | -7/+7 |
2015-10-15 | suppress sh assembler rejection of instructions based on isa level | Rich Felker | 1 | -0/+1 |
2015-09-29 | eliminate protected-visibility data in libc.so with vis.h preinclude | Rich Felker | 1 | -3/+11 |
2015-09-22 | try to suppress linking libc.so if there are undefined symbols | Rich Felker | 1 | -0/+6 |
2015-09-22 | remove configure's suppression of enable sh/fdpic shared library build | Rich Felker | 1 | -1/+0 |
2015-09-12 | add sh fdpic subarch variants | Rich Felker | 1 | -0/+4 |
2015-08-26 | Build process uses script to add CFI directives to x86 asm | Alex Dowad | 1 | -0/+17 |
2015-07-06 | add musl-clang, a wrapper for system clang installs | Shiz | 1 | -1/+12 |
2015-07-06 | build: fix musl-targeting toolchain test | Shiz | 1 | -9/+8 |
2015-07-06 | build: overhaul wrapper script system for multiple wrapper support | Shiz | 1 | -20/+36 |
2015-05-28 | configure: work around compilers that merely warn for unknown options | Shiz | 1 | -2/+12 |
2015-04-22 | fix syntax errors in configure script | Rich Felker | 1 | -2/+2 |
2015-04-22 | make configure check for visibility preinclude compatible with pcc | Rich Felker | 1 | -3/+3 |
2015-04-21 | configure: check for -march and -mtune passed via CC | Andre McCurdy | 1 | -2/+4 |
2015-04-20 | fix regression in configure script with new visibility option | Rich Felker | 1 | -3/+3 |
2015-04-19 | add optional global visibility override | Rich Felker | 1 | -1/+30 |
2015-04-13 | allow libc itself to be built with stack protector enabled | Rich Felker | 1 | -1/+9 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 1 | -0/+5 |
2015-01-30 | fix failure of configure to detect gcc due to message translations | Rich Felker | 1 | -1/+1 |
2014-07-18 | add or1k (OpenRISC 1000) architecture port | Stefan Kristiansson | 1 | -0/+1 |
2014-07-16 | work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 | Rich Felker | 1 | -21/+0 |
2014-06-20 | remove optimization-inhibiting behavior from configure's --enable-debug | Rich Felker | 1 | -5/+2 |
2014-06-10 | fail configure on --enable-shared if -Bsymbolic-functions doesn't work | Rich Felker | 1 | -1/+4 |