summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorLines
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
2015-04-21configure: check for -march and -mtune passed via CCAndre McCurdy-2/+4
2015-04-20fix regression in configure script with new visibility optionRich Felker-3/+3
2015-04-19add optional global visibility overrideRich Felker-1/+30
2015-04-13allow libc itself to be built with stack protector enabledRich Felker-1/+9
2015-03-11add aarch64 portSzabolcs Nagy-0/+5
2015-01-30fix failure of configure to detect gcc due to message translationsRich Felker-1/+1
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson-0/+1
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker-21/+0
2014-06-20remove optimization-inhibiting behavior from configure's --enable-debugRich Felker-5/+2
2014-06-10fail configure on --enable-shared if -Bsymbolic-functions doesn't workRich Felker-1/+4
2014-05-20trivial formatting fix for the config.mak generated by configureRich Felker-1/+1
2014-05-19add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker-5/+37
2014-05-12add configure check for working compilerRich Felker-0/+9
2014-04-27fix superh nofpu check on old gcc versionsBobby Bingham-1/+1
2014-03-19configure: check for __ILP32__ if arch is x86_64rofl0r-0/+4
2014-03-17make configure accept alternate gcc tuples for x32Rich Felker-1/+1
2014-02-28improve configure's target arch matchingRich Felker-4/+6
2014-02-28fix missing CFLAGS in configure test for float on shRich Felker-1/+1
2014-02-27fix copy-and-paste error in configure's IEEE double check for shRich Felker-1/+1
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker-2/+18
2014-02-27fix endian subarchs for sh archRich Felker-2/+2
2014-02-27rename superh port to "sh" for consistencyRich Felker-2/+2
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy-2/+4
2014-02-23superh portBobby Bingham-0/+4
2014-02-23configure: suppress bogus pointer-int cast warningsrofl0r-0/+1
2014-02-23configure: recognize x86_64-x32 and x32rofl0r-0/+1
2013-08-28remove -Wcast-align from --enable-warningsRich Felker-1/+0
2013-08-27add attribute((may_alias)) checking in configureRich Felker-0/+21
2013-08-20fix two bugs in sed code configure uses to save command lineRich Felker-1/+1
2013-08-16make configure store its command line in config.mak for easy re-runRich Felker-1/+11
2013-08-16fix detection of arm hardfloatRich Felker-1/+1
2013-08-11allow subarch-specific asm, including asm specific to the defaultRich Felker-0/+6