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