aboutsummaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* Add latest linux kernel versions.Yann E. MORIN"2008-05-021-103/+26
| | | | | | | Remove old ones, keeping only the latest 'Y' in each 2.6.X.Y series. /trunk/config/kernel/linux_headers_install.in | 129 26 103 0 +++++++-------------------------- 1 file changed, 26 insertions(+), 103 deletions(-)
* Add latest, untested gdb versionsYann E. MORIN"2008-05-021-0/+18
| | | | | /trunk/config/debug/gdb.in | 18 18 0 0 ++++++++++++++++++ 1 file changed, 18 insertions(+)
* Remove some EXPERIMENTAL binutils versions, I do not have time to create ↵Yann E. MORIN"2008-05-021-24/+0
| | | | | | | | | | | | | associated patches. /trunk/patches/binutils/2.18.50.0.4/200-ld-makefile-path.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.4/100-arm-uclibcgnueabi.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.4/300-check-ldrunpath-length.patch | 26 26 0 0 +++++++++ /trunk/patches/binutils/2.18.50.0.6/200-ld-makefile-path.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.6/100-arm-uclibcgnueabi.patch | 30 30 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.6/300-check-ldrunpath-length.patch | 26 26 0 0 +++++++++ /trunk/config/binutils.in | 24 0 24 0 -------- 7 files changed, 172 insertions(+), 24 deletions(-)
* Remove obsolete MPFR version, as it is no longer available for download.Yann E. MORIN"2008-04-301-5/+0
| | | | | /trunk/config/cc/mpfr.in | 5 0 5 0 ----- 1 file changed, 5 deletions(-)
* Merge the fortran stuff to trunk now it works!Yann E. MORIN"2008-04-303-0/+75
| | | | | | | | | | | | Fortran is not supported for all targets, though. ARM at least does not work. /trunk/scripts/build/binutils.sh | 8 8 0 0 ++++++++ /trunk/scripts/build/cc_gcc.sh | 11 6 5 0 ++++++----- /trunk/scripts/crosstool.sh | 10 9 1 0 +++++++++- /trunk/tools/addToolVersion.sh | 3 3 0 0 +++ /trunk/steps.mk | 2 2 0 0 ++ /trunk/config/cc/gcc.in | 16 16 0 0 ++++++++++++++++ 6 files changed, 44 insertions(+), 6 deletions(-)
* Add latest binutils snapshots.Yann E. MORIN"2008-04-281-0/+12
| | | | | /trunk/config/binutils.in | 12 12 0 0 ++++++++++++ 1 file changed, 12 insertions(+)
* Eye candy in the binutils config menu.Yann E. MORIN"2008-04-271-1/+1
| | | | | /trunk/config/binutils.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Add building some binutils libraries for the target, as some utilities might ↵Yann E. MORIN"2008-04-271-0/+22
| | | | | | | | need them. /trunk/scripts/build/binutils.sh | 32 32 0 0 ++++++++++++++++++++++++++++++++ /trunk/config/binutils.in | 22 22 0 0 ++++++++++++++++++++++ 2 files changed, 54 insertions(+)
* Offer an option to build a static cross-gdb.Yann E. MORIN"2008-04-271-0/+9
| | | | | | /trunk/scripts/build/debug/gdb.sh | 9 9 0 0 +++++++++ /trunk/config/debug/gdb.in | 9 9 0 0 +++++++++ 2 files changed, 18 insertions(+)
* Try to make clear that SOCKS proxying is currently BROKEN.Yann E. MORIN"2008-04-201-17/+19
| | | | | /trunk/config/global/download_extract.in | 36 19 17 0 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-)
* Using SOCKS 4/5 proxy is no easy task:Yann E. MORIN"2008-04-181-8/+31
| | | | | | | | | | | | | - a machine may well be able to reach the proxy, even if it is not on the same sub-net(s) as the machine itself (absolutely legitimate) - tsocks.conf needs a list of so-called 'local' networks that can be reached without the need for a SOCKS connection - SOCKS proxies are expected to be in 'local' networks - there is absolutely NO way to tell what networks are local, besides the sub-net(s) the machine is in Therefore, appropriate configuration of SOCKS 4/5 configuration is really complex, and attempts to correctly overcome this issue are doomed. /trunk/scripts/crosstool.sh | 52 46 6 0 ++++++++++++++++++++++++++++++++++---- /trunk/config/global/download_extract.in | 39 31 8 0 +++++++++++++++++++++++------ 2 files changed, 77 insertions(+), 14 deletions(-)
* Fix using HTTP proxy.Yann E. MORIN"2008-04-181-1/+1
| | | | | | /trunk/scripts/crosstool.sh | 9 5 4 0 +++++---- /trunk/config/global/download_extract.in | 2 1 1 0 +- 2 files changed, 6 insertions(+), 5 deletions(-)
* Add latest Linux kernel versions.Yann E. MORIN"2008-04-171-0/+17
| | | | | /trunk/config/kernel/linux_headers_install.in | 17 17 0 0 +++++++++++++++++ 1 file changed, 17 insertions(+)
* Moving around the files in config/ broke the tools/addToolVersion.sh script.Yann E. MORIN"2008-04-1710-7/+7
| | | | | | | | | | | Fix that. /trunk/tools/addToolVersion.sh | 26 13 13 0 +++++++++++++------------- /trunk/config/kernel/linux.in | 6 3 3 0 +++--- /trunk/config/kernel.in | 2 1 1 0 +- /trunk/config/cc.in | 2 1 1 0 +- /trunk/config/libc.in | 4 2 2 0 ++-- 5 files changed, 20 insertions(+), 20 deletions(-)
* Re-order the target sub-menu, so that architectures are alphabetically ordered.Yann E. MORIN"2008-04-171-6/+6
| | | | | ${prefix}/config/target.in | 12 6 6 0 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
* Move config files around, and clean up the mess in the config/ directory.Yann E. MORIN"2008-04-1716-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(-)
* Break-down config/global.in into smaller, much more maintainable files.Yann E. MORIN"2008-04-176-500/+502
| | | | | config/paths.in | 419 1 418 0 -------------------------------------------------------- 1 file changed, 1 insertion(+), 418 deletions(-)
* Add an option to use a SOCKS 4/5 proxy to connect to the internet.Yann E. MORIN"2008-04-171-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(-)
* Allow using an HTTP proxy to tunnel FTP and HTTP requests.Yann E. MORIN"2008-04-131-0/+54
| | | | | | scripts/crosstool.sh | 14 14 0 0 +++++++++++++ config/global.in | 54 54 0 0 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+)
* Robert P. J. DAY says:Yann E. MORIN"2008-02-151-0/+5
| | | | Add support for duma-2.5.12.
* Robert P. J. DAY says:Yann E. MORIN"2008-02-151-0/+5
| | | | | Add support for the selection of strace-4.5.16, including an updated set of patches from strace-4.5.15.
* Add EXPERIMENTAL binutils 2.18.50.x.y versions.Yann E. MORIN"2008-02-151-0/+24
|
* Update the list of kernel versions.Yann E. MORIN"2008-02-151-41/+72
|
* Robet P. J. DAY: typoes.Yann E. MORIN"2008-02-144-5/+5
|
* Add latest gcc-4.2.3 as EXPERIMENTAL (no build attempted at all).Yann E. MORIN"2008-02-141-6/+17
| | | | Thanks Robert P. J. DAY for reminding me to tag old versions as being OBSOLETE! ;-)
* Add latest kernel versions (Robert P. J. DAY).Yann E. MORIN"2008-02-141-0/+17
|
* Merge the preliminary Super-H support from /branches/Super-H.Yann E. MORIN"2008-01-161-0/+11
|
* Add EXPERIMENTAL glibc-2.7.Yann E. MORIN"2007-10-301-0/+6
|
* Add EXPERIMENTAL gcc-4.2.2.Yann E. MORIN"2007-10-301-0/+6
|
* Add linux 2.6.22.10, 2.6.23 and 2.6.23.1.Yann E. MORIN"2007-10-301-0/+17
|
* Add linux-2.6.22.{8,9}.Yann E. MORIN"2007-09-291-0/+12
|
* Renamed all patches file names so that locales are now irrelevant to sort ↵Yann E. MORIN"2007-09-231-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.
* Add linux-2.6.22.7 for kernel headers.Yann E. MORIN"2007-09-221-0/+6
|
* Fix using --local.Yann E. MORIN"2007-09-161-0/+1
|
* Small eye-candy fix.Yann E. MORIN"2007-09-141-1/+2
|
* Add the framework to have architecture-specific configuration and functions.Yann E. MORIN"2007-09-141-0/+17
| | | | API is not yet defined.
* Merge from branches/ia64@476 : add ia64 preliminary support.Yann E. MORIN"2007-09-111-0/+7
|
* Add D.U.M.A. 2_5_8 and associated patches.Yann E. MORIN"2007-09-072-10/+8
| | | | | Fix a patch for D.U.M.A 2_5_1. Add libelf 0.8.10, still does not build... :-(
* ARM defaults to LE, MIPS to BE. Reflect this in the target configuration ↵Yann E. MORIN"2007-09-061-2/+2
| | | | options.
* Add linux-2.6.22.6 for the kernel headers.Yann E. MORIN"2007-09-021-0/+6
|
* Unmark glibc-2.6{,.1} as being EXPERIMENTAL: they are no longer considered ↵Yann E. MORIN"2007-09-021-4/+2
| | | | as such.
* For those architectures that support both endianness, some default to big ↵Yann E. MORIN"2007-08-301-0/+12
| | | | | | endian, others default to little endian. Make this possible in the target selection menu.
* Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.Yann E. MORIN"2007-08-302-15/+27
|
* Add linux-2.6.22.{4,5}Yann E. MORIN"2007-08-291-0/+12
|
* Add binutils-2.18.Yann E. MORIN"2007-08-291-0/+5
|
* Add linux-2.6.22.3 for kernel headers isntall.Yann E. MORIN"2007-08-151-0/+6
|
* Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"2007-08-151-6/+6
| | | | | Document overriding the number of // jobs. Some small documentation fixes.
* Get rid of the core cc selection. It is now the same as the final compiler.Yann E. MORIN"2007-08-153-207/+18
|
* Do a clean-up pass on the OBSOLETE features (versions):Yann E. MORIN"2007-08-1411-1337/+37
| | | | | | - remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
* Totally comment-out the multilib option: it's not implemented, and not ↵Yann E. MORIN"2007-08-141-15/+16
| | | | really implementable with the current crosstool-NG scheme.