aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)Author
2019-07-04configure: make AR and RANLIB customizableFangrui Song
2019-06-14add riscv64 architecture supportRich Felker
2019-05-11improve i386 inline syscall asm on non-broken compilersRich Felker
2019-01-19configure: accept ppc[64] as alias for powerpc[64] in gcc tuplesRich Felker
2018-09-19support clang internal assembler when building for arm as thumb2 codeRich Felker
2018-09-12configure: only try -Qunused-arguments for clangRich Felker
2018-09-12remove vis.h protected-visibility hackRich Felker
2018-06-19add m68k portRich Felker
2018-04-17use explicit dynamic-list rather than symbolic-functions for linkingRich Felker
2018-02-21fix detection of LIBCC for compiler-rt with clangMatúš Olekšák
2018-02-07better configure check for long double supportSzabolcs Nagy
2017-08-11disable global visibility override hack (vis.h) by defaultRich Felker
2017-06-23fix clang CFLAGS checks and silence unused argument warningsDmitry Golovin
2016-12-19when building for arm as thumb2 code, also request assembly as thumbRich Felker
2016-11-11add s390x portBobby Bingham
2016-08-30configure: handle mipsisa64* triplet as a mips64 targetSzabolcs Nagy
2016-05-08add powerpc64 portBobby Bingham
2016-05-04fix redundant processing of --build flag in configure scriptLeMay, Michael
2016-04-29follow standard configure behavior for cross compile prefixRich Felker
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker
2016-04-03add support for mips and mips64 r6 isaRich Felker
2016-03-06make configure check for unsupported (SPE) powerpc hard-float modelsRich Felker
2016-03-06add powerpc soft-float supportFelix Fietkau
2016-03-06add mips64 portRich Felker
2016-02-19add arch tuple matching for nt32 and nt64 in configureRich Felker
2016-02-19work around regression building for armhf with clang (compiler bug)Rich Felker
2016-02-18partly revert detection of broken float in configureRich Felker
2016-02-17make configure attempt to catch broken floating point CFLAGS/defaultsRich Felker
2016-02-02make configure accept -h as an alias for --helpRich Felker
2016-01-31don't suppress shared libc when linker lacks -Bsymbolic-functionsRich Felker
2016-01-27add arch/generic include fallback to build rulesRich Felker
2016-01-27remove unneeded -I options from configure test for may_alias attributeRich Felker
2016-01-25use same object files for libc.a and libc.so if compiler produces PICRich Felker
2016-01-20fix global visibility (vis.h) support for out-of-tree buildsRich Felker
2016-01-17support out-of-tree buildPetr Hosek
2015-11-07work around toolchains with broken visibility in libgcc/libpccRich Felker
2015-11-04have configure check/add --gc-sections linker optionRich Felker
2015-11-04have configure check/add linker options to reduce size lost to paddingRich Felker
2015-11-04have configure check/add -ffunction-sections and -fdata-sectionsRich Felker
2015-11-02keep user-provided CFLAGS/LDFLAGS separate from those added by configureRich Felker
2015-10-23prevent user CFLAGS overrides from exposing executable stackRich Felker
2015-10-15suppress sh assembler rejection of instructions based on isa levelRich Felker
2015-09-29eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker
2015-09-22try to suppress linking libc.so if there are undefined symbolsRich Felker
2015-09-22remove configure's suppression of enable sh/fdpic shared library buildRich Felker
2015-09-12add sh fdpic subarch variantsRich Felker
2015-08-26Build process uses script to add CFI directives to x86 asmAlex Dowad
2015-07-06add musl-clang, a wrapper for system clang installsShiz
2015-07-06build: fix musl-targeting toolchain testShiz
2015-07-06build: overhaul wrapper script system for multiple wrapper supportShiz