summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-19Use POSIX constructs in the DUMA wrapper installed on the target.Yann E. MORIN"1-1/+12
/trunk/scripts/build/debug/duma.in | 13 12 1 0 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
2008-07-19iMIPS samples also are capable of building a Fortran frontend, now.Yann E. MORIN"2-11/+13
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 13 7 6 0 +++++++------ 2 files changed, 13 insertions(+), 11 deletions(-)
2008-07-18All ARM samples now build the gfortran frontend.Yann E. MORIN"2-10/+12
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 11 6 5 0 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-)
2008-07-18./configure eye-candy.Yann E. MORIN"1-11/+11
/trunk/configure | 22 11 11 0 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-)
2008-07-18Don't use a progress bar when saving samples, it's ugly.Yann E. MORIN"1-2/+5
/trunk/scripts/saveSample.sh | 7 5 2 0 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
2008-07-18Some more ARM sample to build gfortran...Yann E. MORIN"3-15/+18
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 11 6 5 0 ++++++----- 3 files changed, 18 insertions(+), 15 deletions(-)
2008-07-18Enable forcing ./configure to complete, even if the needed tools are not ↵Yann E. MORIN"1-2/+11
present. /trunk/configure | 13 11 2 0 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-)
2008-07-18Update arm-unknown-linux-gnueabi to also compile the gfortran frontend.Yann E. MORIN"1-5/+6
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 11 6 5 0 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
2008-07-17Remove the check for absolutely needed tools now ./configure checks for them.Yann E. MORIN"2-5/+1
Move the check for 'lynx' to where it is needed (that is when sstrip from buildroot is selected). /trunk/scripts/build/tools/200-sstrip.sh | 1 1 0 0 + /trunk/scripts/crosstool.sh | 5 0 5 0 ----- 2 files changed, 1 insertion(+), 5 deletions(-)
2008-07-17Make gfortran compile for ARM. Details in patch itself.Yann E. MORIN"1-0/+43
/trunk/patches/gcc/4.2.3/950-fortran-signed-TImode.patch | 43 43 0 0 ++++++++++++++++++++++ 1 file changed, 43 insertions(+)
2008-07-16Update COPYING to make it clear that crosstool-NG is part of the source of a ↵Yann E. MORIN"1-0/+14
toolchain. /trunk/COPYING | 14 14 0 0 ++++++++++++++ 1 file changed, 14 insertions(+)
2008-07-16When dumping version, also print some /legal/ blah-blah:Yann E. MORIN"1-0/+5
- copyright notice, - one-liner boilerplate about free software, - disclaimer about waranty, merchantability, fitness... /trunk/ct-ng.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
2008-07-16Remove debug snippet.Yann E. MORIN"1-1/+0
/trunk/configure | 1 0 1 0 - 1 file changed, 1 deletion(-)
2008-07-16Introduce a list of tools to check for at ./configure time.Yann E. MORIN"1-19/+75
Move some functions around (no code change). Only tell about applying contribs when there are contribs to apply. Some eye-candy here and there. /trunk/configure | 94 75 19 0 +++++++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 75 insertions(+), 19 deletions(-)
2008-07-16Move the check for tsocks' availability just before using tsocks: make it ↵Yann E. MORIN"1-4/+5
clear we check before we use. Use CT_DoExecLog to validate tsocks configuration. Don't use gawk, but awk. awk *is* GNU awk, check by ./configure. /trunk/scripts/crosstool.sh | 9 5 4 0 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
2008-07-15Update the list of known issues.Yann E. MORIN"1-13/+0
/trunk/docs/known-issues.txt | 13 0 13 0 ------------- 1 file changed, 13 deletions(-)
2008-07-15Add latest Linux 2.6.26 headers.Yann E. MORIN"1-0/+5
/trunk/config/kernel/linux_headers_install.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
2008-07-14Use CT_DoExecLog when building tools and debug utilities.Yann E. MORIN"6-31/+38
/trunk/scripts/build/tools/200-sstrip.sh | 12 6 6 0 ++++++------ /trunk/scripts/build/debug/100-dmalloc.sh | 10 5 5 0 +++++----- /trunk/scripts/build/debug/400-ltrace.sh | 5 3 2 0 +++-- /trunk/scripts/build/debug/300-gdb.sh | 30 17 13 0 +++++++++++++++++------------- /trunk/scripts/build/debug/500-strace.sh | 7 4 3 0 ++++--- /trunk/scripts/build/debug/200-duma.sh | 5 3 2 0 +++-- 6 files changed, 38 insertions(+), 31 deletions(-)
2008-07-14Catching a double fault is doomed... Don't take action.Yann E. MORIN"1-4/+1
Simplify CT_DoExecLog: it does not support affectations prior to the command, anyway. /trunk/scripts/functions | 5 1 4 0 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
2008-07-14Build the Alpha sample toolchain with Linux 2.6.25.10 headers.Yann E. MORIN"1-5/+5
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 10 5 5 0 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
2008-07-14Fix CT_DoExecLog usage when building GMP for target.Yann E. MORIN"1-4/+4
/trunk/scripts/build/gmp.sh | 8 4 4 0 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
2008-07-14Add a new patch to glibc to build for Alpha on recent Linux kernels.Yann E. MORIN"6-0/+1164
/trunk/patches/glibc/2.5.1/260-alpha-asm_elf.patch | 194 194 0 0 ++++++++++++++++++++++++++++ /trunk/patches/glibc/2.5/260-alpha-asm_elf.patch | 194 194 0 0 ++++++++++++++++++++++++++++ /trunk/patches/glibc/2.6.1/200-alpha-asm_elf.patch | 194 194 0 0 ++++++++++++++++++++++++++++ /trunk/patches/glibc/2.6/200-alpha-asm_elf.patch | 194 194 0 0 ++++++++++++++++++++++++++++ /trunk/patches/glibc/2.3.6/270-alpha-asm_elf.patch | 194 194 0 0 ++++++++++++++++++++++++++++ /trunk/patches/glibc/2.7/220-alpha-asm_elf.patch | 194 194 0 0 ++++++++++++++++++++++++++++ 6 files changed, 1164 insertions(+)
2008-07-14Advertise using CT_DoExecLog in the tools and debug templates.Yann E. MORIN"2-4/+6
/trunk/scripts/build/tools/000-template.sh | 5 3 2 0 +++-- /trunk/scripts/build/debug/000-template.sh | 5 3 2 0 +++-- 2 files changed, 6 insertions(+), 4 deletions(-)
2008-07-14Use CT_DoExecLog when building libelf.Yann E. MORIN"1-3/+4
/trunk/scripts/build/tools/100-libelf.sh | 7 4 3 0 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
2008-07-14Use CT_DoExecLog when building gcc.Yann E. MORIN"1-28/+27
/trunk/scripts/build/cc_gcc.sh | 55 27 28 0 ++++++++++++++++++++++++------------------------ 1 file changed, 27 insertions(+), 28 deletions(-)
2008-07-14Use CT_DoExecLog when building uClibc.Yann E. MORIN"1-8/+11
/trunk/scripts/build/libc_uClibc.sh | 19 11 8 0 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-)
2008-07-14Fix CT_DoExecLog usage when building binutils' libraries for target.Yann E. MORIN"1-2/+2
/trunk/scripts/build/binutils.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
2008-07-14Use CT_DoExecLog in binutils build.Yann E. MORIN"1-7/+9
/trunk/scripts/build/binutils.sh | 16 9 7 0 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-)
2008-07-14Don't print double-faults.Yann E. MORIN"1-0/+3
/trunk/scripts/functions | 3 3 0 0 +++ 1 file changed, 3 insertions(+)
2008-07-14Log the command being run when calling CT_DoExecLog, which is kinda the ↵Yann E. MORIN"1-1/+1
point of CT_DoExecLog, anyway... /trunk/scripts/functions | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-14Use CT_DoExecLog for MPFR build.Yann E. MORIN"1-23/+25
/trunk/scripts/build/mpfr.sh | 48 25 23 0 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-)
2008-07-14Use CT_DoExecLog for GMP build.Yann E. MORIN"1-5/+7
/trunk/scripts/build/gmp.sh | 12 7 5 0 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-)
2008-07-14Use CT_DoExecLog for Linux headers install.Yann E. MORIN"1-2/+4
/trunk/scripts/build/kernel_linux.sh | 6 4 2 0 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
2008-07-14Update all samples to use binutils-2.18.50.0.8.Yann E. MORIN"14-56/+67
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 8 4 4 0 ++++---- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 8 4 4 0 ++++---- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 8 4 4 0 ++++---- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 9 5 4 0 +++++---- 14 files changed, 67 insertions(+), 56 deletions(-)
2008-07-14Add binutils-2.18.50.0.8 pathset, copied and rebased from 2.18.50.0.7.Yann E. MORIN"3-0/+69
/trunk/patches/binutils/2.18.50.0.8/200-ld-makefile-path.patch | 24 24 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.8/100-arm-uclibcgnueabi.patch | 24 24 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.8/300-check-ldrunpath-length.patch | 21 21 0 0 +++++++++ 3 files changed, 69 insertions(+)
2008-07-13Small eye-candy in the WiKi table dump.Yann E. MORIN"1-7/+6
/trunk/scripts/showSamples.sh | 13 6 7 0 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
2008-07-13Two samples updated with latest kernel headers.Yann E. MORIN"2-10/+12
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 11 6 5 0 ++++++----- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 11 6 5 0 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-)
2008-07-13Also report built-in languages in the status table.Yann E. MORIN"1-3/+12
/trunk/scripts/showSamples.sh | 15 12 3 0 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
2008-07-13Update i686-nptl-linux-gnu sample.Yann E. MORIN"1-5/+6
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 11 6 5 0 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
2008-07-13Add latest EXPERIMENTAL binutils 2.18.50.0.8.Yann E. MORIN"1-0/+6
/trunk/config/binutils.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
2008-07-13Also log the command being executed when calling CT_DoExecLog (no user yet).Yann E. MORIN"1-2/+3
/trunk/scripts/functions | 5 3 2 0 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
2008-07-13Ioannis E. VENETIS <venetis@mail.capsl.udel.edu> pointed out that GMP and ↵Yann E. MORIN"3-5/+5
MPFR were not used by gcc. Turned out that none could use GMP and MPFR as the config option changed its name, but the change was not propagated to all users. /trunk/scripts/build/binutils.sh | 2 1 1 0 +- /trunk/scripts/build/debug/300-gdb.sh | 2 1 1 0 +- /trunk/scripts/build/cc_gcc.sh | 6 3 3 0 +++--- 3 files changed, 5 insertions(+), 5 deletions(-)
2008-07-09Fix wiki table sample output.Yann E. MORIN"1-1/+1
/trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-07Update samples to latest options set (no config changes).Yann E. MORIN"13-136/+125
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 29 12 17 0 +++++-------- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 23 12 11 0 +++++----- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 21 8 13 0 +++------ /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 15 8 7 0 ++++--- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 19 10 9 0 +++++---- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 29 12 17 0 +++++-------- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 23 12 11 0 +++++----- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 21 8 13 0 +++------ /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 15 8 7 0 ++++--- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 23 12 11 0 +++++----- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 11 6 5 0 +++-- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 23 12 11 0 +++++----- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 9 5 4 0 ++-- 13 files changed, 125 insertions(+), 136 deletions(-)
2008-07-07Although working with bash, 'echo -n' is really non-portable.Yann E. MORIN"3-41/+43
Get rid of this by using printf(1) with no trailing new-line (\n). Again, thanks to Martin GUY, who pointed this issue. /trunk/kconfig/kconfig.mk | 2 1 1 0 /trunk/scripts/build/libc_uClibc.sh | 4 3 1 0 ++ /trunk/scripts/showSamples.sh | 78 39 39 0 +++++++++++++++++++++--------------------- 3 files changed, 43 insertions(+), 41 deletions(-)
2008-07-07POSIXify ./configure, and comment some parts of it.Yann E. MORIN"1-16/+35
Thanks to Martin GUY for pointing out that ./configure was not POSIXly correct. /trunk/configure | 51 35 16 0 +++++++++++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 16 deletions(-)
2008-07-03Update the i686 sample.Yann E. MORIN"1-8/+9
/trunk/samples/i686-nptl-linux-gnu/crosstool.config | 17 9 8 0 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-)
2008-07-03Mark gdb-6.8 as being no longer EXPERIMENTAL.Yann E. MORIN"1-2/+1
/trunk/config/debug/gdb.in | 3 1 2 0 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
2008-07-03Add latest linux kernel 2.6.25.10.Yann E. MORIN"1-0/+6
/trunk/config/kernel/linux_headers_install.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
2008-07-02Add a new MIPS little endian sample, reported by Alexander BIGGA.Yann E. MORIN"2-0/+329
/trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 327 327 0 0 ++++++++++++++++++++++ /trunk/samples/mipsel-unknown-linux-gnu/reported.by | 2 2 0 0 + 2 files changed, 329 insertions(+)