summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-28Rename patches for glibc: include neither 'glibc' not he version in patch ↵Yann E. MORIN"48-0/+0
names, it's a duplicate of info already available from the directories they are in.
2008-07-28Add latest headers from Linux kernel 2.6.25.1{1,2}.Yann E. MORIN"1-0/+12
/trunk/config/kernel/linux_headers_install.in | 12 12 0 0 ++++++++++++ 1 file changed, 12 insertions(+)
2008-07-27Update CREDITS.Yann E. MORIN"1-0/+4
/trunk/docs/CREDITS | 4 4 0 0 ++++ 1 file changed, 4 insertions(+)
2008-07-27Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same ↵Yann E. MORIN"2-26/+14
*64): - symlink all lib64/ dirs to the corresponding lib/ dir Also, prevent gcc from installing some of its target libs outside of the sys-root, in the first place. Thanks to Laurent DUFRECHOU for reporting the bug and testing the fix. /trunk/scripts/build/cc_gcc.sh | 26 0 26 0 -------------------------- /trunk/scripts/crosstool.sh | 14 14 0 0 ++++++++++++++ 2 files changed, 14 insertions(+), 26 deletions(-)
2008-07-27Re-enable the restart functionality by removing some variables from the ↵Yann E. MORIN"1-6/+10
saved environment. /trunk/scripts/functions | 16 10 6 0 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-)
2008-07-27"Reported by" is now "First reported by".Yann E. MORIN"1-1/+1
/trunk/scripts/showSamples.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-27Update this sample to compress the log file.Yann E. MORIN"1-1/+1
/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-27When saving a sample, overide log file config:Yann E. MORIN"1-2/+4
- do log to a file - do compress the log file /trunk/scripts/saveSample.sh | 6 4 2 0 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
2008-07-26Add two new patches to glibc-2.7 to make it build for Alpha.Yann E. MORIN"2-0/+106
Patches propagated to me from the net by Ioannis E. VENETIS. /trunk/patches/glibc/2.7/230-glibc-2.7-alpha-atfcts.patch | 12 12 0 0 ++ /trunk/patches/glibc/2.7/240-glibc-2.7-alpha-ptr_mangle.patch | 94 94 0 0 +++++++++++++++++ 2 files changed, 106 insertions(+)
2008-07-26Do log the glibc build commands.Yann E. MORIN"1-36/+44
/trunk/scripts/build/libc_glibc.sh | 80 44 36 0 ++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 36 deletions(-)
2008-07-26Build a little bit more of gcc in //.Yann E. MORIN"1-1/+1
/trunk/scripts/build/cc_gcc.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-26Update the PPC sample, add a new softfloat PPC sample, thanks to Thomas JOURDAN.Yann E. MORIN"3-12/+375
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 54 42 12 0 ++ /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 331 331 0 0 +++++++++++++++ /trunk/samples/powerpc-unknown_nofpu-linux-gnu/reported.by | 2 2 0 0 + 3 files changed, 375 insertions(+), 12 deletions(-)
2008-07-26In case of error, the error message would be printing in subshells, thus ↵Yann E. MORIN"1-0/+2
printing as many error message as there were subshells. Limit printing this message only in the top-level shell. /trunk/scripts/functions | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
2008-07-25Hmmm. The debug pause at each step never ever worked... Sigh...Yann E. MORIN"2-2/+2
/trunk/scripts/crosstool.sh | 2 1 1 0 +- /trunk/config/global/ct-behave.in | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-)
2008-07-25Also print the number of samples in the DokuWiki table.Yann E. MORIN"1-0/+6
/trunk/scripts/showSamples.sh | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
2008-07-25Woops! It's the kernel v ersion that is /custom/, not the kernel it self!Yann E. MORIN"1-2/+2
/trunk/scripts/showSamples.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
2008-07-25When dumping the DokuWiki table of samples, don't leave the kernel headers ↵Yann E. MORIN"1-1/+5
version empty if using a custom headers set., and say so. /trunk/scripts/showSamples.sh | 6 5 1 0 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
2008-07-25Another ARM sample to build with gcc-4.3.1.Yann E. MORIN"1-6/+10
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 16 10 6 0 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-)
2008-07-25Two new samples by "Thomas JOURDAN".Yann E. MORIN"4-0/+639
/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 334 334 0 0 +++++++++++++++++++++ /trunk/samples/x86_64-unknown-linux-gnu/reported.by | 2 2 0 0 + /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 301 301 0 0 +++++++++++++++++++ /trunk/samples/powerpc-unknown-linux-gnu/reported.by | 2 2 0 0 + 4 files changed, 639 insertions(+)
2008-07-25While retrieving files, propagate the preferred extension down to sub-functions.Yann E. MORIN"1-3/+5
/trunk/scripts/functions | 8 5 3 0 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
2008-07-25Re-instatethe fortran forntend for this sample.Yann E. MORIN"1-2/+2
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
2008-07-25This sample is the first to build gcc-4.3 for ARM.Yann E. MORIN"1-7/+11
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 18 11 7 0 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-)
2008-07-24Make gcc-4.3.x correctly build for ARM softfloat.Yann E. MORIN"2-0/+58
/trunk/patches/gcc/4.3.0/875-arm-softfloat.patch | 29 29 0 0 +++++++++++++++++++++++++++++ /trunk/patches/gcc/4.3.1/750-arm-softfloat.patch | 29 29 0 0 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+)
2008-07-24Make gcc-4.3.x build.Yann E. MORIN"1-4/+22
Thanks to both Ioannis E. VENETIS and Thomas JOURDAN for their help. /trunk/scripts/build/cc_gcc.sh | 26 22 4 0 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-)
2008-07-24Don't check fo lynx, it's no longer used.Yann E. MORIN"1-1/+0
/trunk/scripts/build/tools/200-sstrip.sh | 1 0 1 0 - 1 file changed, 1 deletion(-)
2008-07-24Simplify downloading sstrip, using the common retrieval framework.Yann E. MORIN"1-28/+3
/trunk/scripts/build/tools/200-sstrip.sh | 31 3 28 0 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-)
2008-07-24When retrieving a file, allow preferred extension to be whatever starts with ↵Yann E. MORIN"1-2/+3
a dot, and not only one of .tar.bz2 .tar.gz .tgz or .tar. /trunk/scripts/functions | 5 3 2 0 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
2008-07-22Remove garbage files left behind by downloads from sourceforge.net.Yann E. MORIN"2-1/+8
/trunk/scripts/build/debug/500-strace.sh | 4 4 0 0 ++++ /trunk/scripts/build/debug/200-duma.sh | 5 4 1 0 ++++- 2 files changed, 8 insertions(+), 1 deletion(-)
2008-07-22Allow selecting 'latest' snapshot, as well as 'specific' date snapshot for ↵Yann E. MORIN"4-10/+49
glibc. Update uClibc config to commonalise some help. /trunk/scripts/build/libc_glibc.sh | 22 20 2 0 ++++++++++++++++++++-- /trunk/config/libc/glibc.in | 12 12 0 0 ++++++++++++ /trunk/config/libc/uClibc.in | 12 4 8 0 ++++-------- /trunk/config/libc.in | 13 13 0 0 +++++++++++++ 4 files changed, 49 insertions(+), 10 deletions(-)
2008-07-22MArk gdb-6.5 as being OBSOLETE.Yann E. MORIN"1-1/+2
/trunk/config/debug/gdb.in | 3 2 1 0 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
2008-07-22Eye-candy in ./configure.Yann E. MORIN"1-3/+3
/trunk/configure | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
2008-07-22Michael ABBOTT reported that Ubuntu had problems running menuconfig.Yann E. MORIN"1-2/+2
Turned out that a POSIX script shell was in fact not POSIX: == does not check for equality, -eq does. /trunk/kconfig/lxdialog/check-lxdialog.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
2008-07-20Bump version to 1.2.0+svnYann E. MORIN"1-1/+1
/trunk/.version | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-20Update version to 1.2.0.Yann E. MORIN"1-1/+1
/trunk/.version | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-20Update CREDITS.Yann E. MORIN"2-2/+3
Eye-candy on overview.txt. /trunk/docs/overview.txt | 4 2 2 0 ++-- /trunk/docs/CREDITS | 1 1 0 0 + 2 files changed, 3 insertions(+), 2 deletions(-)
2008-07-20PowerPC now builds the Fortran frontend.Yann E. MORIN"1-3/+3
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
2008-07-20Alpha sample can build the Fortran frontend.Yann E. MORIN"1-3/+3
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
2008-07-20Update the last four samples to use linux-2.6.26 headers, and gcc-4.2.4.Yann E. MORIN"4-29/+29
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 10 5 5 0 +++++----- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 16 8 8 0 ++++++++-------- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 16 8 8 0 ++++++++-------- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 16 8 8 0 ++++++++-------- 4 files changed, 29 insertions(+), 29 deletions(-)
2008-07-20Add new tools to check presence of at ./configure time. Reported by Laurent ↵Yann E. MORIN"1-0/+2
Dufrechou <laurent.dufrechou@gmail.com>. /trunk/configure | 2 2 0 0 ++ 1 file changed, 2 insertions(+)
2008-07-19Updatge all samples to neither use a LAN mirror, nor a proxy (new set of ↵Yann E. MORIN"14-280/+260
options). /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 40 20 20 0 ++++++------ /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 40 20 20 0 ++++++------ /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 40 20 20 0 ++++++------ /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 40 20 20 0 ++++++------ /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 38 18 20 0 ++++++------ /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 38 18 20 0 ++++++------ 14 files changed, 260 insertions(+), 280 deletions(-)
2008-07-19Using a SOCKS 4/5 proxy is no more EXPERIMENTAL.Yann E. MORIN"1-2/+1
/trunk/config/global/download.in | 3 1 2 0 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
2008-07-19Introduce using a LAN mirror for retrieving tarballs.Yann E. MORIN"2-36/+152
/trunk/scripts/functions | 40 36 4 0 ++++++++++++- /trunk/config/global/download.in | 146 115 31 0 ++++++++++++++++++++++++++++++++++++---------- 2 files changed, 151 insertions(+), 35 deletions(-)
2008-07-19Move the paths config options before the download options.Yann E. MORIN"1-1/+1
/trunk/config/global.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-19Split-up download and extract options into two separate files, because ↵Yann E. MORIN"3-52/+45
download options are begining to be numerous. /trunk/config/global/extract.in | 193 1 192 0 ---------------------------------------------- /trunk/config/global/download.in | 52 1 51 0 ------------ /trunk/config/global.in | 3 2 1 0 + 3 files changed, 4 insertions(+), 244 deletions(-)
2008-07-19Update all ARM samples to use gcc-4.2.4.Yann E. MORIN"6-24/+30
/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/arm-unknown-linux-uclibcgnueabi/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 9 5 4 0 +++++---- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 9 5 4 0 +++++---- 6 files changed, 30 insertions(+), 24 deletions(-)
2008-07-19Some eye-candy in the WiKi status table.Yann E. MORIN"1-5/+6
/trunk/scripts/showSamples.sh | 11 6 5 0 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
2008-07-19x86_64 updated.Yann E. MORIN"1-6/+8
/trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 14 8 6 0 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)
2008-07-19Update some samples to use latest kernel headers and gcc-4.2.4 (latest stable?).Yann E. MORIN"3-12/+16
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 7 4 3 0 ++++--- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 7 4 3 0 ++++--- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 14 8 6 0 ++++++++------ 3 files changed, 16 insertions(+), 12 deletions(-)
2008-07-19It's been a long time that the gcc libraries are all installed in the sys-root.Yann E. MORIN"1-6/+3
Thus populate does not need to look above to find the libraries. /trunk/tools/populate.in | 9 3 6 0 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
2008-07-19Add gcc-4.2.4, with patches propagated from 4.2.3.Yann E. MORIN"22-0/+4115
/trunk/config/cc/gcc.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)