Age | Commit message (Expand) | Author | Files | Lines |
2015-11-04 | have configure check/add -ffunction-sections and -fdata-sections | Rich Felker | 1 | -0/+11 |
2015-11-02 | keep user-provided CFLAGS/LDFLAGS separate from those added by configure | Rich Felker | 1 | -2/+4 |
2015-10-23 | prevent user CFLAGS overrides from exposing executable stack | Rich Felker | 1 | -7/+7 |
2015-10-15 | suppress sh assembler rejection of instructions based on isa level | Rich Felker | 1 | -0/+1 |
2015-09-29 | eliminate protected-visibility data in libc.so with vis.h preinclude | Rich Felker | 1 | -3/+11 |
2015-09-22 | try to suppress linking libc.so if there are undefined symbols | Rich Felker | 1 | -0/+6 |
2015-09-22 | remove configure's suppression of enable sh/fdpic shared library build | Rich Felker | 1 | -1/+0 |
2015-09-12 | add sh fdpic subarch variants | Rich Felker | 1 | -0/+4 |
2015-08-26 | Build process uses script to add CFI directives to x86 asm | Alex Dowad | 1 | -0/+17 |
2015-07-06 | add musl-clang, a wrapper for system clang installs | Shiz | 1 | -1/+12 |
2015-07-06 | build: fix musl-targeting toolchain test | Shiz | 1 | -9/+8 |
2015-07-06 | build: overhaul wrapper script system for multiple wrapper support | Shiz | 1 | -20/+36 |
2015-05-28 | configure: work around compilers that merely warn for unknown options | Shiz | 1 | -2/+12 |
2015-04-22 | fix syntax errors in configure script | Rich Felker | 1 | -2/+2 |
2015-04-22 | make configure check for visibility preinclude compatible with pcc | Rich Felker | 1 | -3/+3 |
2015-04-21 | configure: check for -march and -mtune passed via CC | Andre McCurdy | 1 | -2/+4 |
2015-04-20 | fix regression in configure script with new visibility option | Rich Felker | 1 | -3/+3 |
2015-04-19 | add optional global visibility override | Rich Felker | 1 | -1/+30 |
2015-04-13 | allow libc itself to be built with stack protector enabled | Rich Felker | 1 | -1/+9 |
2015-03-11 | add aarch64 port | Szabolcs Nagy | 1 | -0/+5 |
2015-01-30 | fix failure of configure to detect gcc due to message translations | Rich Felker | 1 | -1/+1 |
2014-07-18 | add or1k (OpenRISC 1000) architecture port | Stefan Kristiansson | 1 | -0/+1 |
2014-07-16 | work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 | Rich Felker | 1 | -21/+0 |
2014-06-20 | remove optimization-inhibiting behavior from configure's --enable-debug | Rich Felker | 1 | -5/+2 |
2014-06-10 | fail configure on --enable-shared if -Bsymbolic-functions doesn't work | Rich Felker | 1 | -1/+4 |
2014-05-20 | trivial formatting fix for the config.mak generated by configure | Rich Felker | 1 | -1/+1 |
2014-05-19 | add configure check for broken gcc 4.9.0 and possibly other versions | Rich Felker | 1 | -5/+37 |
2014-05-12 | add configure check for working compiler | Rich Felker | 1 | -0/+9 |
2014-04-27 | fix superh nofpu check on old gcc versions | Bobby Bingham | 1 | -1/+1 |
2014-03-19 | configure: check for __ILP32__ if arch is x86_64 | rofl0r | 1 | -0/+4 |
2014-03-17 | make configure accept alternate gcc tuples for x32 | Rich Felker | 1 | -1/+1 |
2014-02-28 | improve configure's target arch matching | Rich Felker | 1 | -4/+6 |
2014-02-28 | fix missing CFLAGS in configure test for float on sh | Rich Felker | 1 | -1/+1 |
2014-02-27 | fix copy-and-paste error in configure's IEEE double check for sh | Rich Felker | 1 | -1/+1 |
2014-02-27 | add nofpu subarchs to the sh arch, and properly detect compiler's fpu config | Rich Felker | 1 | -2/+18 |
2014-02-27 | fix endian subarchs for sh arch | Rich Felker | 1 | -2/+2 |
2014-02-27 | rename superh port to "sh" for consistency | Rich Felker | 1 | -2/+2 |
2014-02-24 | mips: add mips-sf subarch support (soft-float) | Szabolcs Nagy | 1 | -2/+4 |
2014-02-23 | superh port | Bobby Bingham | 1 | -0/+4 |
2014-02-23 | configure: suppress bogus pointer-int cast warnings | rofl0r | 1 | -0/+1 |
2014-02-23 | configure: recognize x86_64-x32 and x32 | rofl0r | 1 | -0/+1 |
2013-08-28 | remove -Wcast-align from --enable-warnings | Rich Felker | 1 | -1/+0 |
2013-08-27 | add attribute((may_alias)) checking in configure | Rich Felker | 1 | -0/+21 |
2013-08-20 | fix two bugs in sed code configure uses to save command line | Rich Felker | 1 | -1/+1 |
2013-08-16 | make configure store its command line in config.mak for easy re-run | Rich Felker | 1 | -1/+11 |
2013-08-16 | fix detection of arm hardfloat | Rich Felker | 1 | -1/+1 |
2013-08-11 | allow subarch-specific asm, including asm specific to the default | Rich Felker | 1 | -0/+6 |
2013-08-02 | protect against long double type mismatches (mainly powerpc for now) | Rich Felker | 1 | -0/+21 |
2013-08-01 | work around gcc 4.8's generation of self-referential mem* functions at -O3 | Rich Felker | 1 | -0/+10 |
2013-07-24 | do not include math modules in the default -O3 optimization set | Rich Felker | 1 | -1/+1 |