137 Commits (31b3ce5309ee4fe17e0ed8d45fc141267c3f1781)

Author SHA1 Message Date
Stefan O'Rear 377c363fb5 configure: enable riscv32 port 6 years ago
Hongliang Wang 522bd54eda add loongarch64 port 3 years ago
Rich Felker b90841e258 configure: replace -Os with equivalent based on -O2 3 years ago
Rich Felker 833a469167 configure: disable TBAA optimization because most compilers are buggy 4 years ago
Stefan O'Rear 03f71251e6 remove ARMSUBARCH relic from configure 6 years ago
Wesley Wiser c4d4028dde fix failure to use add-cfi scripts on asm when building out-of-tree 5 years ago
Rich Felker 7be59733d7 add SPE FPU support to powerpc-sf 5 years ago
Issam E. Maghni d046ec92c1 configure: do not use obsolescent form of test -a|o 6 years ago
Rich Felker 86ac0f7947 configure: enable warnings by default 6 years ago
Rich Felker 0a312d34b9 configure: use additive warnings instead of subtracting from -Wall 6 years ago
Rich Felker e7f808e359 configure: add further -Werror=... options to detected CFLAGS 6 years ago
Rich Felker ea6d7847ac make mallocng the default malloc implementation 6 years ago
Rich Felker e71188fa05 add malloc implementation selection to configure 6 years ago
Rich Felker c40157d87e suppress unwanted warnings when configuring with clang 6 years ago
rofl0r 66d1e31292 ppc: add configure check for older compilers erroring on 'd' constraint 7 years ago
Fangrui Song 4b5ba07650 configure: make AR and RANLIB customizable 7 years ago
Rich Felker 0a48860c27 add riscv64 architecture support 7 years ago
Rich Felker bdb0817599 improve i386 inline syscall asm on non-broken compilers 7 years ago
Rich Felker aba17aa359 configure: accept ppc[64] as alias for powerpc[64] in gcc tuples 7 years ago
Rich Felker dffc205918 support clang internal assembler when building for arm as thumb2 code 8 years ago
Rich Felker 7634101069 configure: only try -Qunused-arguments for clang 8 years ago
Rich Felker 5e46e8d4b0 remove vis.h protected-visibility hack 8 years ago
Rich Felker f81e44a0d9 add m68k port 8 years ago
Rich Felker b9410061e2 use explicit dynamic-list rather than symbolic-functions for linking 8 years ago
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 10 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