summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-01-311.4: close branch1.4Yann E. MORIN"0-0/+0
2009-08-05Tagging release 1.4.2Yann E. MORIN"1-0/+1
2009-08-051.4: update version to 1.4.2crosstool-ng-1.4.2Yann E. MORIN"1-1/+1
2009-08-02[complib:mpfr] Fix building MPFR in some weird casesOron Peled2-0/+50
The tmul test uses a compiled-in input file in $(srcdir). The problem is that the Makefile passes it unquoted. The C code tries to stringify it using clever macros, which may *usually* work. In my case the source directory was named: .../toolchain-powerpc-e500v2-linux-gnuspe-1.0-2.fc10/.../tests And guess what? During testing I found out the program fails because it tries to open: .../toolchain-powerpc-e500v2-1-gnuspe-1.0-2.fc10/.../tests Yes, CPP tokenized the macro before stringifying it and not surprisingly the 'linux' part was converted to 1. [on Fedora-10: cpp (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)] So the attached patch simplify the macros and pass the path as string from the Makefile. Manually backported from 1449:8ad2773e7ae3
2009-08-03[configure] Fix automake version checkOron Peled1-1/+1
The configure script fails on automake-1.11 (in Fedora-11) since it looks for 3-digit version number. "Yann E. MORIN", added the following comment: The check for the automake version is not against a 3-digit number, but really against a 3-part version number, a-la 'x.y.z'. Versions such as 1.10 and 1.11 are also valid.
2009-06-23Fix creating the .../lib/ directory structure in the non-sysroot caseYann E. MORIN"1-2/+4
The symbol link that is created in the sysroot directory only needs to be made when the cross compiler is build with the sysroot option Signed-off-by: Bart van der Meulen <bartvdrmeulen@gmail.com> (transplanted from 0e49e6eddac4f5bbde6394eb3e6e36be75fc550c)
2009-06-23Also set CT_DEBUGROOT_DIR for non sysroot-ed toolchains.Yann E. MORIN"1-0/+1
In the non-sysroot-ed case, the debuf-root directory would not be set; debug tools would have been installed God-only-knows-where... Spotted by Bart van der Meulen <bartvdrmeulen@gmail.com>. (transplanted from 634ffd14d936154464fd714ed29ed44c8e16ae02)
2009-06-17Add .hgignore file.Yann E. MORIN"1-0/+25
List all generated or temp files in .hgignore, so they don't clutter the screen when running hg status. (transplanted from befdb88324e18e1e80260906d0459a56ea0eb37a)
2009-06-11populate: fix installing dynamic linker 'ld.so'Yann E. MORIN"1-33/+43
The dynamic linker, ld.so, needs the execute bit to be set. Detect tht the library being installed is in fact ld.so and install it with 0755 instead of 0644. Fix detecting src == dst. Use a simpler command to copy src -> dst. Also change echo to printf, get rid of 'echo -n', which is highly non-portable. -------- diffstat follows -------- /trunk/scripts/populate.in | 76 43 33 0 +++++++++++++++++++++++++++++----------------------- 1 file changed, 43 insertions(+), 33 deletions(-) (transplanted from d7ddcb75e0f703e2ba6d17169167356389224870)
2009-08-03[configure] Use hg, instead of svn, to compute the version stringYann E. MORIN"2-13/+5
Now we moved from Subversion to Mercurial, use the hg command to compute the version string. Manually backported from 1409:7264ce426be4 plus 1430:933eee133cbf as too much changes have been made to ./configure in the meantime.
2009-05-191.4: backport 1538 from /trunk:Yann E. MORIN"1-0/+30
- fix gdb 6.8 frame handling -------- diffstat follows -------- No data available: not in a working copy, and/or direct repo->repo move, cp...
2009-05-181.4: update version to 1.4.1+svn.Yann E. MORIN"1-1/+1
-------- diffstat follows -------- /branches/1.4/.version | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2009-05-181.4: update version to 1.4.1.crosstool-ng-1.4.1Yann E. MORIN"1-1/+1
-------- diffstat follows -------- /branches/1.4/.version | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2009-05-181.4: backport #1519 from /trunk:Yann E. MORIN"1-3/+8
- sstrip: update the upstream URL, now buildroot has migrated to using git instead of svn. -------- diffstat follows -------- /branches/1.4/scripts/build/tools/200-sstrip.sh | 11 8 3 0 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)
2009-05-031.4: backport #1496 from /trunk:Yann E. MORIN"1-1/+8
- For glibc & eglibc, try to auto-select the ports addon for those architectures that require it (curently, ARM and MIPS are known to). -------- diffstat follows -------- /branches/1.4/config/libc/glibc-eglibc.in-common | 9 8 1 0 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-)
2009-05-031.4: backport #1495 from /trunk:Yann E. MORIN"2-0/+13
- Force getting glibc>=2.8 via checkout if any addon is selected. -------- diffstat follows -------- /branches/1.4/config/libc/glibc.in | 7 7 0 0 +++++++ /branches/1.4/config/libc/glibc-eglibc.in-common | 6 6 0 0 ++++++ 2 files changed, 13 insertions(+)
2009-04-261.4: update version to 1.4.0+svn.Yann E. MORIN"1-1/+1
-------- diffstat follows -------- /branches/1.4/.version | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2009-04-261.4: update version to 1.4.0.crosstool-ng-1.4.0Yann E. MORIN"1-1/+1
-------- diffstat follows -------- /branches/1.4/.version | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2009-04-241.4:Yann E. MORIN"2-1/+4
- mark the i686-nptl-linux-gnu sample as being broken. - update known issues about seemingly native toolchains not building, using that sample as example. -------- diffstat follows -------- /branches/1.4/docs/known-issues.txt | 5 4 1 0 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
2009-04-211.4: update all samples.Yann E. MORIN"25-578/+53
-------- diffstat follows -------- /branches/1.4/samples/armeb-unknown-linux-uclibc/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/sh4-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/x86_64-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/arm-unknown-linux-gnueabi/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/ia64-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/x86_64-unknown-linux-uclibc/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/armeb-unknown-linux-gnueabi/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/i686-nptl-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/arm-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/powerpc-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/mips-unknown-linux-uclibc/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/arm-iphone-linux-gnueabi/crosstool.config | 31 5 26 0 ++----------- /branches/1.4/samples/armeb-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/i586-geode-linux-uclibc/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/arm-unknown-linux-uclibc/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/powerpc-unknown-linux-uclibc/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/powerpc-405-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/mipsel-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/powerpc64-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/alphaev56-unknown-linux-gnu/crosstool.config | 25 2 23 0 +--------- /branches/1.4/samples/powerpc-860-linux-gnu/crosstool.config | 25 2 23 0 +--------- 25 files changed, 53 insertions(+), 578 deletions(-)
2009-04-211.4: small documentation fix.Yann E. MORIN"1-1/+0
-------- diffstat follows -------- /branches/1.4/docs/overview.txt | 1 0 1 0 - 1 file changed, 1 deletion(-)
2009-04-21Create the 1.4 maintenance branch.Yann E. MORIN"0-0/+0
-------- diffstat follows -------- No data available: not in a working copy)
2009-04-20Remove the last remnant of "awk" specifics in ./configure.Yann E. MORIN"1-1/+0
-------- diffstat follows -------- /trunk/configure | 1 0 1 0 - 1 file changed, 1 deletion(-)
2009-04-20Remove old 2.6.27 Linux kernel versions, keep the latest 2.6.27.21.Yann E. MORIN"1-106/+2
-------- diffstat follows -------- /trunk/config/kernel/linux.in | 108 2 106 0 +------------------------------------------------ 1 file changed, 2 insertions(+), 106 deletions(-)
2009-04-20Add a bit more explanations on the meaning of OBSOLETE and EXPERIMENTAL.Yann E. MORIN"2-11/+19
-------- diffstat follows -------- /trunk/config/global/ct-behave.in | 22 13 9 0 +++++++++++++--------- /trunk/docs/overview.txt | 8 6 2 0 ++++++-- 2 files changed, 19 insertions(+), 11 deletions(-)
2009-04-20There's no longer any reason to require GNU awk:Yann E. MORIN"7-12/+8
- the only part that required it (socks proxy settings) is gone, - all remaining awk scripts are POSIXly correct (or should be). -------- diffstat follows -------- /trunk/configure | 5 2 3 0 ++--- /trunk/Makefile.in | 2 0 2 0 -- /trunk/scripts/build/kernel/linux.sh | 2 1 1 0 +- /trunk/scripts/build/internals.sh | 1 0 1 0 - /trunk/scripts/build/mpfr.sh | 2 1 1 0 +- /trunk/scripts/functions | 4 2 2 0 ++-- /trunk/scripts/saveSample.sh.in | 4 2 2 0 ++-- 7 files changed, 8 insertions(+), 12 deletions(-)
2009-04-20Fix inverted --local install test at end of configure.Yann E. MORIN"1-1/+1
-------- diffstat follows -------- /trunk/configure | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2009-04-20Set the execute bit on generated script at build time, not install time.Yann E. MORIN"3-10/+8
Do not advertise "make install" when ./configure-d with "--local". -------- diffstat follows -------- /trunk/configure | 8 5 3 0 +++++--- /trunk/Makefile.in | 10 3 7 0 +++------- 2 files changed, 8 insertions(+), 10 deletions(-)
2009-04-19Update the samples to the latest set of options. No config change.Yann E. MORIN"27-184/+130
-------- diffstat follows -------- /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-elf/crosstool.config | 10 3 7 0 +++------- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-iphone-linux-gnueabi/crosstool.config | 6 4 2 0 ++++-- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/arm-unknown-eabi/crosstool.config | 10 3 7 0 +++------- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc64-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 12 5 7 0 +++++------- /trunk/samples/powerpc-860-linux-gnu/crosstool.config | 12 5 7 0 +++++------- 27 files changed, 130 insertions(+), 184 deletions(-)
2009-04-19Poit my mirror as the default.Yann E. MORIN"1-1/+1
-------- diffstat follows -------- /trunk/config/global/download.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2009-04-19Simplify the mirror settings.Yann E. MORIN"2-50/+17
-------- diffstat follows -------- /trunk/scripts/functions | 7 3 4 0 ++--- /trunk/config/global/download.in | 60 14 46 0 +++++++++++----------------------------------- 2 files changed, 17 insertions(+), 50 deletions(-)
2009-04-19Remove all reference to proxy in all sample configs.Yann E. MORIN"29-58/+0
-------- diffstat follows -------- /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-elf/crosstool.config | 2 0 2 0 -- /trunk/samples/armeb-unknown-eabi/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 2 0 2 0 -- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-iphone-linux-gnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 2 0 2 0 -- /trunk/samples/mips-unknown-elf/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 2 0 2 0 -- /trunk/samples/arm-unknown-eabi/crosstool.config | 2 0 2 0 -- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc64-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 2 0 2 0 -- /trunk/samples/powerpc-860-linux-gnu/crosstool.config | 2 0 2 0 -- 29 files changed, 58 deletions(-)
2009-04-19Get rid of the proxy settings, once and for all.Yann E. MORIN"3-249/+0
They have nothing to do in here, just let the user configure his/her system appropriately. -------- diffstat follows -------- /trunk/scripts/build/libc/eglibc.sh | 1 0 1 0 - /trunk/scripts/functions | 100 0 100 0 ----------------------------- /trunk/config/global/download.in | 148 0 148 0 ------------------------------------------- 3 files changed, 249 deletions(-)
2009-04-17Fix obvious "DESTDIR" misspelling.Robert P. J. DAY"1-1/+1
2009-04-06Use "${awk}", not gawk.Yann E. MORIN"3-4/+4
/trunk/scripts/build/kernel/linux.sh | 2 1 1 0 +- /trunk/scripts/build/mpfr.sh | 2 1 1 0 +- /trunk/scripts/functions | 4 2 2 0 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)
2009-04-03Add latest Linux kernel 2.6.29.1.Yann E. MORIN"1-0/+5
/trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
2009-04-02Fix some simple typoes.Robert P. J. DAY"1-4/+4
2009-04-02Speaking of gcc-4.2.1, Ted Jordan writes on 20090401:Yann E. MORIN"1-0/+21
The generated libtool for building libstdc++ adds the -nostdlib option to the g++ command for linking but doesn't add -lgcc. This causes a "hidden symbol" error when linking against the libstdc++ shared object. This patch adds gcc to the list of libraries linked against when linking libstdc++. /trunk/patches/gcc/4.2.1/300-libstdc++-nostdlib-linking.patch | 21 21 0 0 +++++++++++++++++ 1 file changed, 21 insertions(+)
2009-04-01Allow user to select a non-listed Linux kernel version, as suggestedYann E. MORIN"1-0/+14
by Stefan Hallas Andersen <stefande@cisco.com> /trunk/config/kernel/linux.in | 14 14 0 0 ++++++++++++++ 1 file changed, 14 insertions(+)
2009-03-31Update all samples.Yann E. MORIN"35-724/+1562
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 35 18 17 0 ++-- /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config | 104 68 36 0 ++++++++---- /trunk/samples/arm-unknown-elf/crosstool.config | 54 47 7 0 +++++- /trunk/samples/armeb-unknown-eabi/crosstool.config | 54 47 7 0 +++++- /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 113 73 40 0 ++++++++----- /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 91 61 30 0 +++++++--- /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config | 105 69 36 0 ++++++++---- /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config | 96 63 33 0 +++++++---- /trunk/samples/i686-nptl-linux-gnu/crosstool.config | 78 48 30 0 ++++++--- /trunk/samples/arm-unknown-linux-gnu/crosstool.config | 105 69 36 0 ++++++++---- /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config | 103 67 36 0 ++++++++---- /trunk/samples/mips-unknown-linux-uclibc/crosstool.config | 77 54 23 0 ++++++--- /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/arm-iphone-linux-gnueabi/crosstool.config | 84 57 27 0 +++++++--- /trunk/samples/armeb-unknown-linux-gnu/crosstool.config | 105 69 36 0 ++++++++---- /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config | 104 68 36 0 ++++++++---- /trunk/samples/i586-geode-linux-uclibc/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/arm-unknown-linux-uclibc/crosstool.config | 78 55 23 0 ++++++--- /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 77 54 23 0 ++++++--- /trunk/samples/mips-unknown-elf/crosstool.config | 54 47 7 0 +++++- /trunk/samples/powerpc-405-linux-gnu/crosstool.config | 104 68 36 0 ++++++++---- /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config | 26 13 13 0 +- /trunk/samples/arm-unknown-eabi/crosstool.config | 54 47 7 0 +++++- /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config | 104 68 36 0 ++++++++---- /trunk/samples/powerpc64-unknown-linux-gnu/crosstool.config | 75 49 26 0 +++++---- /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 94 63 31 0 +++++++---- 28 files changed, 1562 insertions(+), 724 deletions(-)
2009-03-31Add three new uClibc-0.9.30.1, vampirised from buildroot.Yann E. MORIN"3-0/+893
/trunk/patches/uClibc/0.9.30.1/170-dl-sysdep-inline.patch | 371 371 0 0 ++++++++++++++++ /trunk/patches/uClibc/0.9.30.1/160-c99-ldbl-math.patch | 474 474 0 0 +++++++++++++++++++++ /trunk/patches/uClibc/0.9.30.1/150-64bit-strtouq.patch | 48 48 0 0 ++ 3 files changed, 893 insertions(+)
2009-03-30Cleanup the tic build used for native ncurses build, itself needed for ↵Yann E. MORIN"2-13/+12
native gdb build. /trunk/scripts/build/debug/300-gdb.sh | 24 12 12 0 ++++++++++++------------ /trunk/scripts/build/internals.sh | 1 0 1 0 - 2 files changed, 12 insertions(+), 13 deletions(-)
2009-03-30Document failure to build the uClibc cross-ldd under Cygwin as a known issue.Yann E. MORIN"1-1/+15
/trunk/docs/known-issues.txt | 16 15 1 0 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-)
2009-03-30Fix offset in uClibc patch.Yann E. MORIN"1-1/+1
/trunk/patches/uClibc/0.9.30.1/140-gnu89-inline.patch | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
2009-03-29Remove test files.Yann E. MORIN"1-2/+4
/trunk/scripts/crosstool-NG.sh.in | 6 4 2 0 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
2009-03-29Update this PPC sample.Yann E. MORIN"1-35/+67
/trunk/samples/powerpc-860-linux-gnu/crosstool.config | 102 67 35 0 ++++++++++++++++--------- 1 file changed, 67 insertions(+), 35 deletions(-)
2009-03-28Update (fix) a glibc-ports-2.9 patch.Yann E. MORIN"1-3/+3
/trunk/patches/glibc/ports-2.9/100-arm_linux_tls.patch | 6 3 3 0 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
2009-03-28Add latest Linux kernel versions:Yann E. MORIN"1-41/+27
- 2.6.27.21 - 2.6.28.8 & .9 - 2.6.29 Remove /old/ versions: - 2.6.26 -> .7 /trunk/config/kernel/linux.in | 68 27 41 0 +++++++++++++++++++------------------------------ 1 file changed, 27 insertions(+), 41 deletions(-)
2009-03-28In http://sourceware.org/ml/crossgcc/2009-03/msg00078.html,Yann E. MORIN"1-0/+56
Nye Liu <nyet@mrv.com> says: looks like same patch from http://sourceware.org/ml/crossgcc/2008-10/msg00067.html (glibc/2.7/290-powerpc-8xx-CPU15-errata.patch) applies to 2.9
2009-03-28Rename patch dir for glibc-2.9: version string is 2.9, not 2_9.Yann E. MORIN"44-0/+0