summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorLines
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
2015-11-07work around toolchains with broken visibility in libgcc/libpccRich Felker-0/+5
2015-11-04have configure check/add --gc-sections linker optionRich Felker-0/+4
2015-11-04have configure check/add linker options to reduce size lost to paddingRich Felker-0/+6
2015-11-04have configure check/add -ffunction-sections and -fdata-sectionsRich Felker-0/+11
2015-11-02keep user-provided CFLAGS/LDFLAGS separate from those added by configureRich Felker-2/+4
2015-10-23prevent user CFLAGS overrides from exposing executable stackRich Felker-7/+7
2015-10-15suppress sh assembler rejection of instructions based on isa levelRich Felker-0/+1
2015-09-29eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker-3/+11
2015-09-22try to suppress linking libc.so if there are undefined symbolsRich Felker-0/+6
2015-09-22remove configure's suppression of enable sh/fdpic shared library buildRich Felker-1/+0
2015-09-12add sh fdpic subarch variantsRich Felker-0/+4
2015-08-26Build process uses script to add CFI directives to x86 asmAlex Dowad-0/+17
2015-07-06add musl-clang, a wrapper for system clang installsShiz-1/+12
2015-07-06build: fix musl-targeting toolchain testShiz-9/+8
2015-07-06build: overhaul wrapper script system for multiple wrapper supportShiz-20/+36
2015-05-28configure: work around compilers that merely warn for unknown optionsShiz-2/+12
2015-04-22fix syntax errors in configure scriptRich Felker-2/+2
2015-04-22make configure check for visibility preinclude compatible with pccRich Felker-3/+3