113 Commits (729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95)

Author SHA1 Message Date
Matúš Olekšák fcf24b9f38 fix detection of LIBCC for compiler-rt with clang 8 years ago
Szabolcs Nagy 249b621f9e better configure check for long double support 9 years ago
Rich Felker dc2f368e56 disable global visibility override hack (vis.h) by default 9 years ago
Dmitry Golovin 9d12a6a21f fix clang CFLAGS checks and silence unused argument warnings 9 years ago
Rich Felker 088c9674a9 when building for arm as thumb2 code, also request assembly as thumb 9 years ago
Bobby Bingham 1509494305 add s390x port 10 years ago
Szabolcs Nagy fff880185b configure: handle mipsisa64* triplet as a mips64 target 10 years ago
Bobby Bingham c0ede9e404 add powerpc64 port 10 years ago
LeMay, Michael 6bc7d9c411 fix redundant processing of --build flag in configure script 10 years ago
Rich Felker 2d49c2243f follow standard configure behavior for cross compile prefix 10 years ago
Rich Felker 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 10 years ago
Rich Felker 6d99ad91e8 add support for mips and mips64 r6 isa 10 years ago
Rich Felker 636a4799dd make configure check for unsupported (SPE) powerpc hard-float models 10 years ago
Felix Fietkau 5a92dd95c7 add powerpc soft-float support 10 years ago
Rich Felker 83933573af add mips64 port 10 years ago
Rich Felker 4c101e158a add arch tuple matching for nt32 and nt64 in configure 10 years ago
Rich Felker 71c334f951 work around regression building for armhf with clang (compiler bug) 10 years ago
Rich Felker 5030e4a060 partly revert detection of broken float in configure 10 years ago
Rich Felker 80fbaac4cd make configure attempt to catch broken floating point CFLAGS/defaults 10 years ago
Rich Felker 47314f1e67 make configure accept -h as an alias for --help 10 years ago
Rich Felker 65498f289b don't suppress shared libc when linker lacks -Bsymbolic-functions 10 years ago
Rich Felker efdf04cf87 add arch/generic include fallback to build rules 10 years ago
Rich Felker e1d99894b6 remove unneeded -I options from configure test for may_alias attribute 10 years ago
Rich Felker 1619127c11 use same object files for libc.a and libc.so if compiler produces PIC 10 years ago
Rich Felker ce3e24eaae fix global visibility (vis.h) support for out-of-tree builds 10 years ago
Petr Hosek 2f853dd6b9 support out-of-tree build 11 years ago
Rich Felker ea1e2c5e18 work around toolchains with broken visibility in libgcc/libpcc 11 years ago
Rich Felker 6a851e3ab8 have configure check/add --gc-sections linker option 11 years ago
Rich Felker 2efd38e8c7 have configure check/add linker options to reduce size lost to padding 11 years ago
Rich Felker 27c1eccf33 have configure check/add -ffunction-sections and -fdata-sections 11 years ago
Rich Felker 4cd8b47259 keep user-provided CFLAGS/LDFLAGS separate from those added by configure 11 years ago
Rich Felker bc0c48414e prevent user CFLAGS overrides from exposing executable stack 11 years ago
Rich Felker 797899802d suppress sh assembler rejection of instructions based on isa level 11 years ago
Rich Felker f3a53f095c eliminate protected-visibility data in libc.so with vis.h preinclude 11 years ago
Rich Felker 2462370b4f try to suppress linking libc.so if there are undefined symbols 11 years ago
Rich Felker c42650abb0 remove configure's suppression of enable sh/fdpic shared library build 11 years ago
Rich Felker d4c82d05b8 add sh fdpic subarch variants 11 years ago
Alex Dowad 35b3312b6f Build process uses script to add CFI directives to x86 asm 11 years ago
Shiz fb58545f8d add musl-clang, a wrapper for system clang installs 11 years ago
Shiz f8db6f74b2 build: fix musl-targeting toolchain test 11 years ago
Shiz b3cd7d13fe build: overhaul wrapper script system for multiple wrapper support 11 years ago
Shiz fc431d3f76 configure: work around compilers that merely warn for unknown options 11 years ago
Rich Felker 3aacb54ead fix syntax errors in configure script 11 years ago
Rich Felker 428462a4c3 make configure check for visibility preinclude compatible with pcc 11 years ago
Andre McCurdy a6274a1971 configure: check for -march and -mtune passed via CC 11 years ago
Rich Felker 60ed988fd6 fix regression in configure script with new visibility option 11 years ago
Rich Felker de2b67f8d4 add optional global visibility override 11 years ago
Rich Felker 1ef849c6ec allow libc itself to be built with stack protector enabled 11 years ago
Szabolcs Nagy 01ef3dd9c5 add aarch64 port 11 years ago
Rich Felker b553dc4fe6 fix failure of configure to detect gcc due to message translations 11 years ago