Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Makerules: respect HARDWIRED_ABSPATH in interp.c | Peter S. Mazinger | 2011-03-08 | 1 | -0/+6 |
* | Add Makefile support for DSBT ELF. | Bernd Schmidt bernds_cb1@t-online.de | 2011-03-05 | 1 | -1/+2 |
* | buildsys: add make {,install_}startfiles | Bernhard Reutner-Fischer | 2010-11-24 | 1 | -1/+2 |
* | libubacktrace: Provide uClibc with backtrace functions | Salvatore Cro | 2010-09-15 | 1 | -3/+4 |
* | buildsys: tweak quoting of V= | Bernhard Reutner-Fischer | 2010-07-27 | 1 | -14/+16 |
* | nptl: fix buildsys | Bernhard Reutner-Fischer | 2010-07-06 | 1 | -6/+6 |
* | buildsys: add brief mode; show defines and ld-flags | Bernhard Reutner-Fischer | 2010-06-24 | 1 | -0/+32 |
* | buildsys: conceal install_headers | Bernhard Reutner-Fischer | 2010-06-11 | 1 | -0/+4 |
* | buildsys: fix lib/ directory prerequisite | Bernhard Reutner-Fischer | 2010-06-11 | 1 | -13/+5 |
* | do not generate garbled interp | Bernhard Reutner-Fischer | 2010-06-08 | 1 | -3/+4 |
* | nptl: proper soname handling | Natanael Copa | 2010-04-22 | 1 | -2/+2 |
* | *.o[sS]: depend on pregen | Bernhard Reutner-Fischer | 2010-04-14 | 1 | -10/+9 |
* | *.i depend on generated headers | Bernhard Reutner-Fischer | 2010-04-12 | 1 | -0/+1 |
* | pass CFLAGS-dir to CC-m | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -1/+4 |
* | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -1/+1 |
* | add MULTILIB_DIR: Path component for libdirs | Bernhard Reutner-Fischer | 2010-03-12 | 1 | -1/+1 |
* | Robustify setting silent mode | Bernhard Reutner-Fischer | 2009-11-26 | 1 | -1/+1 |
* | realclean: wipe kconfig objects | Bernhard Reutner-Fischer | 2009-11-20 | 1 | -1/+1 |
* | remove ARCH_CFLAGS, ARCH_LDFLAGS and CROSS | Peter S. Mazinger | 2009-11-19 | 1 | -2/+2 |
* | Makerules: add a do_sed command | Austin Foxley | 2009-10-17 | 1 | -0/+5 |
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -23/+30 |
* | Partially revent "make utils" fix. This version is less intrusive, | Denis Vlasenko | 2009-01-28 | 1 | -3/+1 |
* | "make utils" now successfully makes utils for target | Denis Vlasenko | 2009-01-28 | 1 | -1/+3 |
* | - hide __dl_ldso__ (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2009-01-14 | 1 | -1/+1 |
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math... | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -0/+6 |
* | - only strip if cc compiled fine | Bernhard Reutner-Fischer | 2008-12-12 | 1 | -1/+1 |
* | Added do_awk commanf for invoking awk parser. It will be used | Carmelo Amoroso | 2008-12-04 | 1 | -0/+5 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -6/+6 |
* | - fix locale dependencies and make default locale generation less verbose. | Bernhard Reutner-Fischer | 2008-10-14 | 1 | -2/+12 |
* | - prevent spurious rebuilds | Bernhard Reutner-Fischer | 2008-10-09 | 1 | -1/+1 |
* | - cut down on attempted pattern rule matches | Bernhard Reutner-Fischer | 2008-10-09 | 1 | -0/+1 |
* | - beautify hcompile.u | Bernhard Reutner-Fischer | 2008-10-09 | 1 | -2/+12 |
* | - revert bad hunk from (my) r22403 | Bernhard Reutner-Fischer | 2008-10-08 | 1 | -1/+1 |
* | - do not attempt to rm twice | Bernhard Reutner-Fischer | 2008-09-16 | 1 | -1/+1 |
* | - the help target is phony | Bernhard Reutner-Fischer | 2008-09-11 | 1 | -1/+1 |
* | - honour EXTRA_CPPFLAGS | Bernhard Reutner-Fischer | 2008-09-11 | 1 | -1/+1 |
* | - should either be defined or callers should do_t_strip manually afterwards | Bernhard Reutner-Fischer | 2008-08-27 | 1 | -1/+1 |
* | - the interp is an order-only prereq of lib-so-y | Bernhard Reutner-Fischer | 2008-07-11 | 1 | -1/+2 |
* | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer | 2008-06-17 | 1 | -10/+20 |
* | - remove improper comment | Bernhard Reutner-Fischer | 2008-06-16 | 1 | -2/+0 |
* | - disregard any and all $(top_builddir) in deps. | Bernhard Reutner-Fischer | 2008-06-11 | 1 | -10/+20 |
* | - no need to export the included dependencies generated by cc | Bernhard Reutner-Fischer | 2008-06-10 | 1 | -4/+8 |
* | - Improve prerequisites and avoid spurious reconfigurations. | Bernhard Reutner-Fischer | 2008-06-09 | 1 | -3/+24 |
* | - strip the targets and not prerequisites | Bernhard Reutner-Fischer | 2008-06-04 | 1 | -2/+2 |
* | - fix typo (have to check the content, not if true) | Bernhard Reutner-Fischer | 2008-06-04 | 1 | -1/+2 |
* | - add libpthread-nonshared-y to files.dep | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -5/+7 |
* | - Generate dummy rules for prerequisites. | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -1/+1 |
* | - breakup lines of compile.c and add a variable to hold filter-out PHONY target. | Bernhard Reutner-Fischer | 2008-06-03 | 1 | -3/+10 |
* | Still forgot some libraries in one of the previous commits. | Bernd Schmidt | 2008-06-01 | 1 | -3/+3 |
* | Use $(<D) rather than $(^D), as the latter now contains an element | Bernd Schmidt | 2008-06-01 | 1 | -4/+9 |