about summary refs log tree commit diff
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* 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
* suppress sh assembler rejection of instructions based on isa levelRich Felker2015-10-151-0/+1
* eliminate protected-visibility data in libc.so with vis.h preincludeRich Felker2015-09-291-3/+11
* try to suppress linking libc.so if there are undefined symbolsRich Felker2015-09-221-0/+6
* remove configure's suppression of enable sh/fdpic shared library buildRich Felker2015-09-221-1/+0
* add sh fdpic subarch variantsRich Felker2015-09-121-0/+4
* Build process uses script to add CFI directives to x86 asmAlex Dowad2015-08-261-0/+17
* add musl-clang, a wrapper for system clang installsShiz2015-07-061-1/+12
* build: fix musl-targeting toolchain testShiz2015-07-061-9/+8
* build: overhaul wrapper script system for multiple wrapper supportShiz2015-07-061-20/+36
* configure: work around compilers that merely warn for unknown optionsShiz2015-05-281-2/+12
* fix syntax errors in configure scriptRich Felker2015-04-221-2/+2
* make configure check for visibility preinclude compatible with pccRich Felker2015-04-221-3/+3
* configure: check for -march and -mtune passed via CCAndre McCurdy2015-04-211-2/+4
* fix regression in configure script with new visibility optionRich Felker2015-04-201-3/+3
* add optional global visibility overrideRich Felker2015-04-191-1/+30
* allow libc itself to be built with stack protector enabledRich Felker2015-04-131-1/+9
* add aarch64 portSzabolcs Nagy2015-03-111-0/+5
* fix failure of configure to detect gcc due to message translationsRich Felker2015-01-301-1/+1
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-181-0/+1
* work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker2014-07-161-21/+0
* remove optimization-inhibiting behavior from configure's --enable-debugRich Felker2014-06-201-5/+2
* fail configure on --enable-shared if -Bsymbolic-functions doesn't workRich Felker2014-06-101-1/+4
* trivial formatting fix for the config.mak generated by configureRich Felker2014-05-201-1/+1
* add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker2014-05-191-5/+37
* add configure check for working compilerRich Felker2014-05-121-0/+9
* fix superh nofpu check on old gcc versionsBobby Bingham2014-04-271-1/+1
* configure: check for __ILP32__ if arch is x86_64rofl0r2014-03-191-0/+4
* make configure accept alternate gcc tuples for x32Rich Felker2014-03-171-1/+1
* improve configure's target arch matchingRich Felker2014-02-281-4/+6
* fix missing CFLAGS in configure test for float on shRich Felker2014-02-281-1/+1
* fix copy-and-paste error in configure's IEEE double check for shRich Felker2014-02-271-1/+1
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-271-2/+18
* fix endian subarchs for sh archRich Felker2014-02-271-2/+2