summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2008-05-03One-liner to fix default proxy config.Yann E. MORIN"1-1/+1
/trunk/config/global/download_extract.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-05-02Add latest linux kernel versions.Yann E. MORIN"1-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(-)
2008-05-02Add latest, untested gdb versionsYann E. MORIN"1-0/+18
/trunk/config/debug/gdb.in | 18 18 0 0 ++++++++++++++++++ 1 file changed, 18 insertions(+)
2008-05-02Remove some EXPERIMENTAL binutils versions, I do not have time to create ↵Yann E. MORIN"1-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(-)
2008-04-30Remove obsolete MPFR version, as it is no longer available for download.Yann E. MORIN"1-5/+0
/trunk/config/cc/mpfr.in | 5 0 5 0 ----- 1 file changed, 5 deletions(-)
2008-04-30Merge the fortran stuff to trunk now it works!Yann E. MORIN"3-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(-)
2008-04-28Add latest binutils snapshots.Yann E. MORIN"1-0/+12
/trunk/config/binutils.in | 12 12 0 0 ++++++++++++ 1 file changed, 12 insertions(+)
2008-04-27Eye candy in the binutils config menu.Yann E. MORIN"1-1/+1
/trunk/config/binutils.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-04-27Add building some binutils libraries for the target, as some utilities might ↵Yann E. MORIN"1-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(+)
2008-04-27Offer an option to build a static cross-gdb.Yann E. MORIN"1-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(+)
2008-04-20Try to make clear that SOCKS proxying is currently BROKEN.Yann E. MORIN"1-17/+19
/trunk/config/global/download_extract.in | 36 19 17 0 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-)
2008-04-18Using SOCKS 4/5 proxy is no easy task:Yann E. MORIN"1-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(-)
2008-04-18Fix using HTTP proxy.Yann E. MORIN"1-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(-)
2008-04-17Add latest Linux kernel versions.Yann E. MORIN"1-0/+17
/trunk/config/kernel/linux_headers_install.in | 17 17 0 0 +++++++++++++++++ 1 file changed, 17 insertions(+)
2008-04-17Moving around the files in config/ broke the tools/addToolVersion.sh script.Yann E. MORIN"10-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(-)
2008-04-17Re-order the target sub-menu, so that architectures are alphabetically ordered.Yann E. MORIN"1-6/+6
${prefix}/config/target.in | 12 6 6 0 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)
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;