about summary refs log tree commit diff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* add SPE FPU support to powerpc-sfRich Felker2021-09-231-3/+1
* configure: do not use obsolescent form of test -a|oIssam E. Maghni2020-11-291-3/+3
* configure: enable warnings by defaultRich Felker2020-08-271-2/+2
* configure: use additive warnings instead of subtracting from -WallRich Felker2020-08-271-9/+15
* configure: add further -Werror=... options to detected CFLAGSRich Felker2020-08-271-0/+4
* make mallocng the default malloc implementationRich Felker2020-06-301-2/+2
* add malloc implementation selection to configureRich Felker2020-06-301-0/+12
* suppress unwanted warnings when configuring with clangRich Felker2020-06-011-0/+7
* ppc: add configure check for older compilers erroring on 'd' constraintrofl0r2019-11-051-0/+9
* configure: make AR and RANLIB customizableFangrui Song2019-07-041-0/+4
* add riscv64 architecture supportRich Felker2019-06-141-0/+6
* improve i386 inline syscall asm on non-broken compilersRich Felker2019-05-111-0/+14
* configure: accept ppc[64] as alias for powerpc[64] in gcc tuplesRich Felker2019-01-191-2/+2
* support clang internal assembler when building for arm as thumb2 codeRich Felker2018-09-191-0/+1
* configure: only try -Qunused-arguments for clangRich Felker2018-09-121-1/+1
* remove vis.h protected-visibility hackRich Felker2018-09-121-38/+0
* add m68k portRich Felker2018-06-191-0/+8
* use explicit dynamic-list rather than symbolic-functions for linkingRich Felker2018-04-171-4/+6
* fix detection of LIBCC for compiler-rt with clangMatúš Olekšák2018-02-211-0/+2
* better configure check for long double supportSzabolcs Nagy2018-02-071-3/+2
* disable global visibility override hack (vis.h) by defaultRich Felker2017-08-111-2/+3
* fix clang CFLAGS checks and silence unused argument warningsDmitry Golovin2017-06-231-0/+8
* when building for arm as thumb2 code, also request assembly as thumbRich Felker2016-12-191-0/+4
* add s390x portBobby Bingham2016-11-111-0/+1
* configure: handle mipsisa64* triplet as a mips64 targetSzabolcs Nagy2016-08-301-1/+1
* add powerpc64 portBobby Bingham2016-05-081-1/+7
* fix redundant processing of --build flag in configure scriptLeMay, Michael2016-05-041-1/+1
* follow standard configure behavior for cross compile prefixRich Felker2016-04-291-1/+13
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-181-0/+1
* add support for mips and mips64 r6 isaRich Felker2016-04-031-0/+2
* make configure check for unsupported (SPE) powerpc hard-float modelsRich Felker2016-03-061-0/+2
* add powerpc soft-float supportFelix Fietkau2016-03-061-0/+4
* add mips64 portRich Felker2016-03-061-1/+7
* add arch tuple matching for nt32 and nt64 in configureRich Felker2016-02-191-0/+2
* work around regression building for armhf with clang (compiler bug)Rich Felker2016-02-191-0/+14
* partly revert detection of broken float in configureRich Felker2016-02-181-1/+1
* make configure attempt to catch broken floating point CFLAGS/defaultsRich Felker2016-02-171-0/+10
* make configure accept -h as an alias for --helpRich Felker2016-02-021-1/+1
* don't suppress shared libc when linker lacks -Bsymbolic-functionsRich Felker2016-01-311-9/+4
* add arch/generic include fallback to build rulesRich Felker2016-01-271-2/+3
* remove unneeded -I options from configure test for may_alias attributeRich Felker2016-01-271-1/+1
* use same object files for libc.a and libc.so if compiler produces PICRich Felker2016-01-251-0/+10
* fix global visibility (vis.h) support for out-of-tree buildsRich Felker2016-01-201-1/+1
* support out-of-tree buildPetr Hosek2016-01-171-5/+25
* work around toolchains with broken visibility in libgcc/libpccRich Felker2015-11-071-0/+5
* have configure check/add --gc-sections linker optionRich Felker2015-11-041-0/+4
* have configure check/add linker options to reduce size lost to paddingRich Felker2015-11-041-0/+6
* have configure check/add -ffunction-sections and -fdata-sectionsRich Felker2015-11-041-0/+11
* keep user-provided CFLAGS/LDFLAGS separate from those added by configureRich Felker2015-11-021-2/+4
* prevent user CFLAGS overrides from exposing executable stackRich Felker2015-10-231-7/+7