aboutsummaryrefslogtreecommitdiff
path: root/config/global/paths.in
Commit message (Collapse)AuthorAgeFilesLines
* config: hide paths when used as a backendYann E. MORIN"2010-03-291-6/+7
| | | | | | When crosstool-NG is used as a backend, it is the responsibility of the upper-layer build-system to properly set paths, so we just hide the prompts in this case.
* config: move the patch choice to the extract sectionYann E. MORIN"2009-08-311-80/+0
| | | | | Choosing the origin of the patches to apply is best done in the 'extract' section.
* config: add fallback to patch orderYann E. MORIN"2009-08-311-0/+22
| | | | | Add the possibility to fallback to either bundled or local patches if local or bundled are missing.
* config: add the local,bundled patch orderYann E. MORIN"2009-08-311-0/+9
| | | | This ordering first applies the local patches, then the bundeld ones.
* config: make selecting the patch origin a choice rather than a boolYann E. MORIN"2009-08-311-20/+38
|
* Change some config items' default values.Yann E. MORIN"2008-08-011-2/+2
| | | | | | /trunk/config/global/paths.in | 4 2 2 0 ++-- /trunk/config/global/logging.in | 2 1 1 0 +- 2 files changed, 3 insertions(+), 3 deletions(-)
* Change default path where toolchain will run from to ↵Yann E. MORIN"2008-06-251-1/+1
| | | | | | | "${HOME}/x-tools/${CT_TARGET}". /trunk/config/global/paths.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Allow to store working files outside the build tree (eg. incase the working ↵Yann E. MORIN"2008-06-241-1/+22
| | | | | | | | tree is on the network). /trunk/scripts/crosstool.sh | 9 5 4 0 +++++---- /trunk/config/global/paths.in | 23 22 1 0 ++++++++++++++++++++++- 2 files changed, 27 insertions(+), 5 deletions(-)
* Move config files around, and clean up the mess in the config/ directory.Yann E. MORIN"2008-04-171-0/+89
config/kernel/kernel_linux.in | 12 6 6 0 +- config/paths.in | 89 0 89 0 ---------------- config/kernel_linux_headers_install.in | 168 0 168 0 ------------------------------ config/kernel.in | 2 1 1 0 config/kernel_linux_headers_copy.in | 42 0 42 0 -------- config/cc.in | 2 1 1 0 config/logging.in | 110 0 110 0 -------------------- config/build-behave.in | 45 0 45 0 -------- config/libc_uClibc.in | 101 0 101 0 ------------------ config/kernel_linux_headers_sanitised.in | 62 0 62 0 ----------- config/ct-behave.in | 82 0 82 0 --------------- config/kernel_linux.in | 134 0 134 0 ------------------------ config/global.in | 10 5 5 0 +- config/download_extract.in | 171 0 171 0 ------------------------------- config/cc_gcc.in | 130 0 130 0 ------------------------ config/libc_glibc.in | 124 0 124 0 ---------------------- config/libc.in | 4 2 2 0 17 files changed, 15 insertions(+), 1273 deletions(-)