summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2018-06-19add m68k portRich Felker1-0/+8
2018-04-17use explicit dynamic-list rather than symbolic-functions for linkingRich Felker1-4/+6
2018-02-21fix detection of LIBCC for compiler-rt with clangMatúš Olekšák1-0/+2
2018-02-07better configure check for long double supportSzabolcs Nagy1-3/+2
2017-08-11disable global visibility override hack (vis.h) by defaultRich Felker1-2/+3
2017-06-23fix clang CFLAGS checks and silence unused argument warningsDmitry Golovin1-0/+8
2016-12-19when building for arm as thumb2 code, also request assembly as thumbRich Felker1-0/+4
2016-11-11add s390x portBobby Bingham1-0/+1
2016-08-30configure: handle mipsisa64* triplet as a mips64 targetSzabolcs Nagy1-1/+1
2016-05-08add powerpc64 portBobby Bingham1-1/+7
2016-05-04fix redundant processing of --build flag in configure scriptLeMay, Michael1-1/+1
2016-04-29follow standard configure behavior for cross compile prefixRich Felker1-1/+13
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker1-0/+1
2016-04-03add support for mips and mips64 r6 isaRich Felker1-0/+2
2016-03-06make configure check for unsupported (SPE) powerpc hard-float modelsRich Felker1-0/+2
2016-03-06add powerpc soft-float supportFelix Fietkau1-0/+4
2016-03-06add mips64 portRich Felker1-1/+7
2016-02-19add arch tuple matching for nt32 and nt64 in configureRich Felker1-0/+2
2016-02-19work around regression building for armhf with clang (compiler bug)Rich Felker1-0/+14
2016-02-18partly revert detection of broken float in configureRich Felker1-1/+1
2016-02-17make configure attempt to catch broken floating point CFLAGS/defaultsRich Felker1-0/+10
2016-02-02make configure accept -h as an alias for --helpRich Felker1-1/+1
2016-01-31don't suppress shared libc when linker lacks -Bsymbolic-functionsRich Felker1-9/+4
2016-01-27add arch/generic include fallback to build rulesRich Felker1-2/+3
2016-01-27remove unneeded -I options from configure test for may_alias attributeRich Felker1-1/+1
2016-01-25use same object files for libc.a and libc.so if compiler produces PICRich Felker1-0/+10
2016-01-20fix global visibility (vis.h) support for out-of-tree buildsRich Felker1-1/+1
2016-01-17support out-of-tree buildPetr Hosek1-5/+25
2015-11-07work around toolchains with broken visibility in libgcc/libpccRich Felker1-0/+5
2015-11-04have configure check/add --gc-sections linker optionRich Felker1-0/+4
2015-11-04have configure check/add linker options to reduce size lost to paddingRich Felker1-0/+6
2015-11-04have configure check/add -ffunction-sections and -fdata-sectionsRich Felker1-0/+11
2015-11-02keep user-provided CFLAGS/LDFLAGS separate from those added by configureRich Felker1-2/+4
2015-10-23prevent user CFLAGS overrides from exposing executable stackRich Felker1-7/+7
2015-10-15suppress sh assembler rejection of instructions based on isa levelRich Felker1-0/+1
2015-09-29eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker1-3/+11
2015-09-22try to suppress linking libc.so if there are undefined symbolsRich Felker1-0/+6
2015-09-22remove configure's suppression of enable sh/fdpic shared library buildRich Felker1-1/+0
2015-09-12add sh fdpic subarch variantsRich Felker1-0/+4
2015-08-26Build process uses script to add CFI directives to x86 asmAlex Dowad1-0/+17
2015-07-06add musl-clang, a wrapper for system clang installsShiz1-1/+12
2015-07-06build: fix musl-targeting toolchain testShiz1-9/+8
2015-07-06build: overhaul wrapper script system for multiple wrapper supportShiz1-20/+36
2015-05-28configure: work around compilers that merely warn for unknown optionsShiz1-2/+12
2015-04-22fix syntax errors in configure scriptRich Felker1-2/+2
2015-04-22make configure check for visibility preinclude compatible with pccRich Felker1-3/+3
2015-04-21configure: check for -march and -mtune passed via CCAndre McCurdy1-2/+4
2015-04-20fix regression in configure script with new visibility optionRich Felker1-3/+3
2015-04-19add optional global visibility overrideRich Felker1-1/+30
2015-04-13allow libc itself to be built with stack protector enabledRich Felker1-1/+9