summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorLines
2024-02-29configure: enable riscv32 portStefan O'Rear-1/+2
2024-02-16add loongarch64 portHongliang Wang-0/+14
2023-05-21configure: replace -Os with equivalent based on -O2Rich Felker-1/+14
2022-10-19configure: disable TBAA optimization because most compilers are buggyRich Felker-0/+8
2022-04-27remove ARMSUBARCH relic from configureStefan O'Rear-5/+0
2022-01-07fix failure to use add-cfi scripts on asm when building out-of-treeWesley Wiser-1/+1
2021-09-23add SPE FPU support to powerpc-sfRich Felker-3/+1
2020-11-29configure: do not use obsolescent form of test -a|oIssam E. Maghni-3/+3
2020-08-27configure: enable warnings by defaultRich Felker-2/+2
2020-08-27configure: use additive warnings instead of subtracting from -WallRich Felker-9/+15
2020-08-27configure: add further -Werror=... options to detected CFLAGSRich Felker-0/+4
2020-06-30make mallocng the default malloc implementationRich Felker-2/+2
2020-06-30add malloc implementation selection to configureRich Felker-0/+12
2020-06-01suppress unwanted warnings when configuring with clangRich Felker-0/+7
2019-11-05ppc: add configure check for older compilers erroring on 'd' constraintrofl0r-0/+9
2019-07-04configure: make AR and RANLIB customizableFangrui Song-0/+4
2019-06-14add riscv64 architecture supportRich Felker-0/+6
2019-05-11improve i386 inline syscall asm on non-broken compilersRich Felker-0/+14
2019-01-19configure: accept ppc[64] as alias for powerpc[64] in gcc tuplesRich Felker-2/+2
2018-09-19support clang internal assembler when building for arm as thumb2 codeRich Felker-0/+1
2018-09-12configure: only try -Qunused-arguments for clangRich Felker-1/+1
2018-09-12remove vis.h protected-visibility hackRich Felker-38/+0
2018-06-19add m68k portRich Felker-0/+8
2018-04-17use explicit dynamic-list rather than symbolic-functions for linkingRich Felker-4/+6
2018-02-21fix detection of LIBCC for compiler-rt with clangMatúš Olekšák-0/+2
2018-02-07better configure check for long double supportSzabolcs Nagy-3/+2
2017-08-11disable global visibility override hack (vis.h) by defaultRich Felker-2/+3
2017-06-23fix clang CFLAGS checks and silence unused argument warningsDmitry Golovin-0/+8
2016-12-19when building for arm as thumb2 code, also request assembly as thumbRich Felker-0/+4
2016-11-11add s390x portBobby Bingham-0/+1
2016-08-30configure: handle mipsisa64* triplet as a mips64 targetSzabolcs Nagy-1/+1
2016-05-08add powerpc64 portBobby Bingham-1/+7
2016-05-04fix redundant processing of --build flag in configure scriptLeMay, Michael-1/+1
2016-04-29follow standard configure behavior for cross compile prefixRich Felker-1/+13
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+1
2016-04-03add support for mips and mips64 r6 isaRich Felker-0/+2
2016-03-06make configure check for unsupported (SPE) powerpc hard-float modelsRich Felker-0/+2
2016-03-06add powerpc soft-float supportFelix Fietkau-0/+4
2016-03-06add mips64 portRich Felker-1/+7
2016-02-19add arch tuple matching for nt32 and nt64 in configureRich Felker-0/+2
2016-02-19work around regression building for armhf with clang (compiler bug)Rich Felker-0/+14
2016-02-18partly revert detection of broken float in configureRich Felker-1/+1
2016-02-17make configure attempt to catch broken floating point CFLAGS/defaultsRich Felker-0/+10
2016-02-02make configure accept -h as an alias for --helpRich Felker-1/+1
2016-01-31don't suppress shared libc when linker lacks -Bsymbolic-functionsRich Felker-9/+4
2016-01-27add arch/generic include fallback to build rulesRich Felker-2/+3
2016-01-27remove unneeded -I options from configure test for may_alias attributeRich Felker-1/+1
2016-01-25use same object files for libc.a and libc.so if compiler produces PICRich Felker-0/+10
2016-01-20fix global visibility (vis.h) support for out-of-tree buildsRich Felker-1/+1
2016-01-17support out-of-tree buildPetr Hosek-5/+25