summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17Move config files around, and clean up the mess in the config/ directory.Yann E. MORIN"16-12/+12
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(-)
2008-04-17Break-down config/global.in into smaller, much more maintainable files.Yann E. MORIN"6-500/+502
config/paths.in | 419 1 418 0 -------------------------------------------------------- 1 file changed, 1 insertion(+), 418 deletions(-)
2008-04-17Add an option to use a SOCKS 4/5 proxy to connect to the internet.Yann E. MORIN"1-14/+81
As for the HTTP proxy, this is completetly untested, as I have no such proxy at home. scripts/crosstool.sh | 45 31 14 0 +++++++++++++++++-------- config/global.in | 95 81 14 0 +++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 112 insertions(+), 28 deletions(-)
2008-04-13Allow using an HTTP proxy to tunnel FTP and HTTP requests.Yann E. MORIN"1-0/+54
scripts/crosstool.sh | 14 14 0 0 +++++++++++++ config/global.in | 54 54 0 0 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+)
2008-02-15Robert P. J. DAY says:Yann E. MORIN"1-0/+5
Add support for duma-2.5.12.
2008-02-15Robert P. J. DAY says:Yann E. MORIN"1-0/+5
Add support for the selection of strace-4.5.16, including an updated set of patches from strace-4.5.15.
2008-02-15Add EXPERIMENTAL binutils 2.18.50.x.y versions.Yann E. MORIN"1-0/+24
2008-02-15Update the list of kernel versions.Yann E. MORIN"1-41/+72
2008-02-14Robet P. J. DAY: typoes.Yann E. MORIN"4-5/+5
2008-02-14Add latest gcc-4.2.3 as EXPERIMENTAL (no build attempted at all).Yann E. MORIN"1-6/+17
Thanks Robert P. J. DAY for reminding me to tag old versions as being OBSOLETE! ;-)
2008-02-14Add latest kernel versions (Robert P. J. DAY).Yann E. MORIN"1-0/+17
2008-01-16Merge the preliminary Super-H support from /branches/Super-H.Yann E. MORIN"1-0/+11
2007-10-30Add EXPERIMENTAL glibc-2.7.Yann E. MORIN"1-0/+6
2007-10-30Add EXPERIMENTAL gcc-4.2.2.Yann E. MORIN"1-0/+6
2007-10-30Add linux 2.6.22.10, 2.6.23 and 2.6.23.1.Yann E. MORIN"1-0/+17
2007-09-29Add linux-2.6.22.{8,9}.Yann E. MORIN"1-0/+12
2007-09-23Renamed all patches file names so that locales are now irrelevant to sort ↵Yann E. MORIN"1-24/+0
the files. Removed the locale check as it is now irrelevant. Removed the experimental binutils 2.17.50.0.xx: 2.18 is here now.
2007-09-22Add linux-2.6.22.7 for kernel headers.Yann E. MORIN"1-0/+6
2007-09-16Fix using --local.Yann E. MORIN"1-0/+1
2007-09-14Small eye-candy fix.Yann E. MORIN"1-1/+2
2007-09-14Add the framework to have architecture-specific configuration and functions.Yann E. MORIN"1-0/+17
API is not yet defined.
2007-09-11Merge from branches/ia64@476 : add ia64 preliminary support.Yann E. MORIN"1-0/+7
2007-09-07Add D.U.M.A. 2_5_8 and associated patches.Yann E. MORIN"2-10/+8
Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-(
2007-09-06ARM defaults to LE, MIPS to BE. Reflect this in the target configuration ↵Yann E. MORIN"1-2/+2
options.
2007-09-02Add linux-2.6.22.6 for the kernel headers.Yann E. MORIN"1-0/+6
2007-09-02Unmark glibc-2.6{,.1} as being EXPERIMENTAL: they are no longer considered ↵Yann E. MORIN"1-4/+2
as such.
2007-08-30For those architectures that support both endianness, some default to big ↵Yann E. MORIN"1-0/+12
endian, others default to little endian. Make this possible in the target selection menu.
2007-08-30Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.Yann E. MORIN"2-15/+27
2007-08-29Add linux-2.6.22.{4,5}Yann E. MORIN"1-0/+12
2007-08-29Add binutils-2.18.Yann E. MORIN"1-0/+5
2007-08-15Add linux-2.6.22.3 for kernel headers isntall.Yann E. MORIN"1-0/+6
2007-08-15Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"1-6/+6
Document overriding the number of // jobs. Some small documentation fixes.
2007-08-15Get rid of the core cc selection. It is now the same as the final compiler.Yann E. MORIN"3-207/+18
2007-08-14Do a clean-up pass on the OBSOLETE features (versions):Yann E. MORIN"11-1337/+37
- remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
2007-08-14Totally comment-out the multilib option: it's not implemented, and not ↵Yann E. MORIN"1-15/+16
really implementable with the current crosstool-NG scheme.
2007-08-12Add experimental binutils-2.17.50.0.18, along with patches from previous ↵Yann E. MORIN"1-0/+6
snapshot.
2007-08-11Add linux-2.6.22.2 for headers.Yann E. MORIN"1-0/+6
2007-08-11Add glibc: 2.5.1 - 2.6 - 2.6.1.Yann E. MORIN"1-0/+18
Apply the same patches as glibc 2.5: they apply without any problem (except for ridiculously small offsets).
2007-08-07Introduce new config option: CT_TARGET_ALIAS_SED_EXPRYann E. MORIN"1-1/+20
This option is used as a sed expression to pass onto CT_TARGET to create an alias.
2007-07-30Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"1-26/+0
Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker.
2007-07-29Add gcc-4.2.1.Yann E. MORIN"2-0/+10
2007-07-24Mark D.U.M.A 2_5_2 and 2_5_3 as being broken: they don't even build on any ↵Yann E. MORIN"1-0/+2
of my sample toolchain... :-(
2007-07-22Clean the help entry for CT_ARCH_CPU.Yann E. MORIN"1-1/+1
2007-07-21Add D.U.M.A. 2.5.2 and 2.5.3.Yann E. MORIN"1-0/+10
2007-07-15Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"1-0/+9
Sanitise CT_GetFile. Change some messages (Copying -> Retrieving).
2007-07-15Really unmark gcc-4.2.0 as being EXPERIMENTAL.Yann E. MORIN"2-2/+2
2007-07-15Unmark gcc-4.2.0 as being EXPERIMENTAL.Yann E. MORIN"2-2/+0
2007-07-14DEfault log level to CT_LOG_DEBUG if CT_DEBUG_CT is set, and to CT_LOG_INFO ↵Yann E. MORIN"1-1/+2
if not.
2007-07-13Mark some linux versions as obsolete.Yann E. MORIN"1-12/+111
Add missing dot relewases.
2007-07-13Mark binutils-2.6.17.* as being EXPERIMENTAL versions.Yann E. MORIN"1-0/+17