summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-11add aarch64 portSzabolcs Nagy1-0/+5
2015-01-30fix failure of configure to detect gcc due to message translationsRich Felker1-1/+1
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson1-0/+1
2014-07-16work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker1-21/+0
2014-06-20remove optimization-inhibiting behavior from configure's --enable-debugRich Felker1-5/+2
2014-06-10fail configure on --enable-shared if -Bsymbolic-functions doesn't workRich Felker1-1/+4
2014-05-20trivial formatting fix for the config.mak generated by configureRich Felker1-1/+1
2014-05-19add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker1-5/+37
2014-05-12add configure check for working compilerRich Felker1-0/+9
2014-04-27fix superh nofpu check on old gcc versionsBobby Bingham1-1/+1
2014-03-19configure: check for __ILP32__ if arch is x86_64rofl0r1-0/+4
2014-03-17make configure accept alternate gcc tuples for x32Rich Felker1-1/+1
2014-02-28improve configure's target arch matchingRich Felker1-4/+6
2014-02-28fix missing CFLAGS in configure test for float on shRich Felker1-1/+1
2014-02-27fix copy-and-paste error in configure's IEEE double check for shRich Felker1-1/+1
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker1-2/+18
2014-02-27fix endian subarchs for sh archRich Felker1-2/+2
2014-02-27rename superh port to "sh" for consistencyRich Felker1-2/+2
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy1-2/+4
2014-02-23superh portBobby Bingham1-0/+4
2014-02-23configure: suppress bogus pointer-int cast warningsrofl0r1-0/+1
2014-02-23configure: recognize x86_64-x32 and x32rofl0r1-0/+1
2013-08-28remove -Wcast-align from --enable-warningsRich Felker1-1/+0
2013-08-27add attribute((may_alias)) checking in configureRich Felker1-0/+21
2013-08-20fix two bugs in sed code configure uses to save command lineRich Felker1-1/+1
2013-08-16make configure store its command line in config.mak for easy re-runRich Felker1-1/+11
2013-08-16fix detection of arm hardfloatRich Felker1-1/+1
2013-08-11allow subarch-specific asm, including asm specific to the defaultRich Felker1-0/+6
2013-08-02protect against long double type mismatches (mainly powerpc for now)Rich Felker1-0/+21
2013-08-01work around gcc 4.8's generation of self-referential mem* functions at -O3Rich Felker1-0/+10
2013-07-24do not include math modules in the default -O3 optimization setRich Felker1-1/+1