aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Tss.... I was bieng real stupid while building up the tsocks.conf file. ↵Yann E. MORIN"2008-04-201-22/+5
| | | | | | | Implement a much simpler way. /trunk/scripts/crosstool.sh | 27 5 22 0 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-)
* 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-182-14/+77
| | | | | | | | | | | | | - 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-182-5/+6
| | | | | | /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-1711-20/+20
| | | | | | | | | | | 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(-)
* Cleanup building the snapshot version number.Yann E. MORIN"2008-04-171-8/+10
| | | | | configure | 18 10 8 0 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-)
* Commit a long-standing eye-dcandy change in a log, that got lost in a vi ↵Yann E. MORIN"2008-04-171-1/+1
| | | | | | | crash... scripts/build/tools/sstrip.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Add an option to use a SOCKS 4/5 proxy to connect to the internet.Yann E. MORIN"2008-04-172-28/+112
| | | | | | | | 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-132-0/+68
| | | | | | scripts/crosstool.sh | 14 14 0 0 +++++++++++++ config/global.in | 54 54 0 0 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+)
* Fix a comment.Yann E. MORIN"2008-04-131-3/+3
| | | | | functions | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
* Matthias Kaehlcke <matthias@kaehlcke.net> reported hanged downloads on hisYann E. MORIN"2008-04-131-5/+12
| | | | | | | | network, most probably due to proxies. Have downloaders (wget and curl) timeout on too slow connections (they don't by default). scripts/functions | 17 12 5 0 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-)
* Update patch to gdb. Thanks Khem RAJ <kraj@mvista.com>Yann E. MORIN"2008-04-132-7/+9
| | | | | | patches/gdb/6.5/500-thread-timeout.patch | 13 6 7 0 ++++++------- docs/CREDITS | 3 3 0 0 +++ 2 files changed, 9 insertions(+), 7 deletions(-)
* - Rewrite some parts of history: some sentences could have been considered ↵Yann E. MORIN"2008-02-201-16/+8
| | | | | | rude, which was not my intention. - Fix a few typoes at the same time.
* Fix some obvious typoes in docs/overview.txtRobert P. J. DAY"2008-02-201-15/+15
|
* When installing SVN snapshots, include the branch and revision in the ↵Yann E. MORIN"2008-02-172-4/+19
| | | | | | | version number. In case some random snapshot is installed and used for production, then this will ease rewinding.
* Robert P. J. DAY says:Yann E. MORIN"2008-02-176-0/+339
| | | | | | Based on feedback from Mike Frysinger, add the following patchset for glibc-2.7. Not stress-tested, but at least make it available for interested testers.
* Robert P. J. DAY says:Yann E. MORIN"2008-02-174-236/+0
| | | | | | According to Mike Frysinger, this patch was removed from Gentoo in the 2.3.x series and didn't seem to cause any adverse effects. So toss it from the patch directories for glibc 2.5 and up.
* Robert P. J. DAY says:Yann E. MORIN"2008-02-174-268/+0
| | | | | | According to Mike Frysinger, this patch hasn't been necessary since glibc-2.4+, so turf it from glibc patches 2.5 and up. If someone complains, it can always go back in.
* Robert P. J. DAY says:Yann E. MORIN"2008-02-1734-0/+8032
| | | | | | | | apparently, the patchset for gcc 4.2.1 applies properly to the source for gcc 4.2.2 and gcc 4.2.3. so, if you want, you can simply add support for those last two just by augmenting menuconfig and adding a couple symlinks for those two directories. seems like a cheap way to add a couple new versions.
* Robert P. J. DAY says:Yann E. MORIN"2008-02-153-0/+55
| | | | Add support for duma-2.5.12.
* Robert P. J. DAY says:Yann E. MORIN"2008-02-154-280/+0
| | | | | I have been assured by Mike Frysinger that this patch has been unnecessary since glibc-2.4.
* Robert P. J. DAY says:Yann E. MORIN"2008-02-1511-1/+304
| | | | | 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-1417-20/+20
|
* 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-142-0/+18
|
* Argh! Kill latest (hopefuly) remnants of core/final gcc versions.Yann E. MORIN"2008-02-141-17/+5
|
* Credit Mark Jonas <toertel@gmail.com> for the initial work on Super-H support.Yann E. MORIN"2008-01-281-0/+3
| | | | (I forgot to add you to the CREDITS at the time, sorry Mark).
* Credit Michael Abbott.Yann E. MORIN"2008-01-281-0/+3
|
* Patch from Michael Abbott <michael@araneidae.co.uk> to allow build to work ↵Yann E. MORIN"2008-01-281-3/+3
| | | | with ancient findutils.
* Add a new patch to uClibc-0.9.29.Yann E. MORIN"2008-01-181-0/+18
|
* Bump version to 1.0.0+svn.Yann E. MORIN"2008-01-161-1/+1
|
* Bump version to 1.0.0.Yann E. MORIN"2008-01-161-1/+1
| | | | | | | | | | | I consider crosstool-NG to be stable enough that a 1.0.0 release is acceptable. I've been using it daily since a long time without really serious _crosstool-NG_ bug (although there are a few minor ones). There is still a lot of work, especially with Super-H and IA64 support, which are both marked EXPERIMENTAL. Enjoy!
* Update the samples to the new set of options (not changing the configuration).Yann E. MORIN"2008-01-169-76/+131
|
* Move improperly installed gcc libraries to the sysroot.Yann E. MORIN"2008-01-161-18/+5
| | | | Remove a huge comment that itself says it should have been deleted ages ago.
* Merge the preliminary Super-H support from /branches/Super-H.Yann E. MORIN"2008-01-163-0/+70
|
* Fix a long standing bug when setting compiler flags.Yann E. MORIN"2008-01-161-1/+1
|
* Bail out if /bin/bash does not exist, or if it is not bash>=3.0.Yann E. MORIN"2008-01-162-1/+9
| | | | Force make to use /bin/bash as shell.
* Fix from Marco Fonseca <mfonseca@fortresstech.com> to use the newly-built, ↵Yann E. MORIN"2007-11-021-3/+3
| | | | bootstrap cross-compiler when installing glibc headers.
* 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
|
* New patch to binutils 2.18, from "Matvejchikov Ilya" ↵Yann E. MORIN"2007-10-301-0/+32
| | | | | | <matvejchikov@gmail.com> (coming from buildroot). Fixes building with /old/ version of texinfo. Thanks!
* Fix by "Arvid Brodin" <Arvid.Brodin@enea.com> to CFLAGS coming from ↵Yann E. MORIN"2007-10-301-1/+1
| | | | | | CT_ARCH_TUNE. Thanks for spotting this one! ;-)
* Add linux-2.6.22.{8,9}.Yann E. MORIN"2007-09-291-0/+12
|