Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-24 | buildsys: add make {,install_}startfiles | Bernhard Reutner-Fischer | |
This builds and installs the crt files. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-06-24 | buildsys: add brief mode; show defines and ld-flags | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-03-12 | add MULTILIB_DIR: Path component for libdirs | Bernhard Reutner-Fischer | |
defaults to "lib". Other prominent values include "lib32" or "lib64" Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2010-01-26 | document UCLIBC_EXTRA_CFLAGS | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-10-16 | remove readelf from helptext | Bernhard Reutner-Fischer | |
readelf was removed Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-09-18 | document ARCH= | Bernhard Reutner-Fischer | |
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer | |
Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2009-04-09 | - fix typo | Bernhard Reutner-Fischer | |
2008-12-10 | - document environment variables used by the install_* targets. | Bernhard Reutner-Fischer | |
See their config helptexts for further detail. | |||
2008-12-10 | Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for) | Rob Landley | |
and add install_hostutils. Now install_utils should use $PREFIX more like other packages do. | |||
2008-12-09 | - improve documentation of utils and hostutils | Bernhard Reutner-Fischer | |
2008-12-09 | Mention make utils, hostutils, install_utils. | Rob Landley | |
2008-11-07 | - tidy up indentation | Bernhard Reutner-Fischer | |
2008-11-07 | - document more environment variables | Bernhard Reutner-Fischer | |
2008-10-17 | - document environment variables for make(1) | Bernhard Reutner-Fischer | |
2008-09-30 | - tweak helptext | Bernhard Reutner-Fischer | |
2008-09-16 | - do not attempt to rm twice | Bernhard Reutner-Fischer | |
- clean targets are supposed to clean independently of any .config | |||
2008-09-11 | - add some helpful help text, as advertised. | Bernhard Reutner-Fischer | |