summaryrefslogtreecommitdiffstats
path: root/Makefile.help
Commit message (Collapse)AuthorAgeFilesLines
* buildsys: s/CROSS/CROSS_COMPILE/gCarmelo Amoroso2011-11-251-1/+1
| | | | | | | | Use CROSS_COMPILE instead of CROSS as other projects are doing (i.e. kernel, busybox, buildroot). CROSS is still supported for backward compatibility only Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* config: add support for <custom>_defconfigCarmelo Amoroso2011-10-251-0/+6
| | | | | | | | Add support for platform specific and/or custom defconfig per arch. They have to be suffixed by '_defconfig' and are automatically detected and displayed by issuing 'make ARCH=<arch> help'. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* buildsys: document UCLIBC_EXTRA_CPPFLAGSBernhard Reutner-Fischer2011-05-111-0/+1
| | | | | Rename EXTRA_CPPFLAGS to UCLIBC_EXTRA_CPPFLAGS and make them override previous flags (by appending - not prepending - them to the other flags).
* buildsys: add make {,install_}startfilesBernhard Reutner-Fischer2010-11-241-0/+2
| | | | | | This builds and installs the crt files. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* buildsys: add brief mode; show defines and ld-flagsBernhard Reutner-Fischer2010-06-241-1/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* add MULTILIB_DIR: Path component for libdirsBernhard Reutner-Fischer2010-03-121-2/+1
| | | | | | defaults to "lib". Other prominent values include "lib32" or "lib64" Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* document UCLIBC_EXTRA_CFLAGSBernhard Reutner-Fischer2010-01-261-0/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* remove readelf from helptextBernhard Reutner-Fischer2009-10-161-1/+1
| | | | | | readelf was removed Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* document ARCH=Bernhard Reutner-Fischer2009-09-181-0/+1
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+1
| | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* - fix typoBernhard Reutner-Fischer2009-04-091-1/+1
|
* - document environment variables used by the install_* targets.Bernhard Reutner-Fischer2008-12-101-0/+9
| | | | See their config helptexts for further detail.
* Remove hardwired usr/ from install_utils (that's what $RUNTIME_PREFIX is for)Rob Landley2008-12-101-0/+1
| | | | | and add install_hostutils. Now install_utils should use $PREFIX more like other packages do.
* - improve documentation of utils and hostutilsBernhard Reutner-Fischer2008-12-091-5/+4
|
* Mention make utils, hostutils, install_utils.Rob Landley2008-12-091-1/+6
|
* - tidy up indentationBernhard Reutner-Fischer2008-11-071-2/+2
|
* - document more environment variablesBernhard Reutner-Fischer2008-11-071-0/+3
|
* - document environment variables for make(1)Bernhard Reutner-Fischer2008-10-171-0/+4
|
* - tweak helptextBernhard Reutner-Fischer2008-09-301-2/+2
|
* - do not attempt to rm twiceBernhard Reutner-Fischer2008-09-161-1/+2
| | | | - clean targets are supposed to clean independently of any .config
* - add some helpful help text, as advertised.Bernhard Reutner-Fischer2008-09-111-0/+37