aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* config: remove never used/implemented 'ls-lR'Yann E. MORIN"2010-01-311-15/+0
| | | | Use of listing (ls-lR) was never implemented, and never used.
* scripts: Do not create backup files when patchingYann E. MORIN"2010-01-311-1/+1
| | | | Some patches may apply with offset and/or fuzz, and would leave .orig files.
* libc/glibc: fix retrieving version stringYann E. MORIN"2010-01-301-2/+5
|
* scripts/functions: add git wrapperYann E. MORIN"2010-01-141-6/+88
| | | | | | Add a git wrapper to retrieve components from their git tree. Add a git wrapper to create a working copy (in our tarballs dir). Recognise git trees when searching for local copies.
* libc/glibc: get the version string from version.hYann E. MORIN"2010-01-121-2/+5
| | | | | | We can not rely on the user-provided version string (be it via the choice, or manually entered), so fallback to reading version.h, which is both reliable and always present.
* scripts/functions: change handling of nochdirYann E. MORIN"2010-01-126-21/+43
| | | | | - 'nochdir' must be the first option - have systematic pushd/popd, even if nochdir
* libc/glibc: move some options aroundYann E. MORIN"2009-12-131-28/+28
|
* libc/glibc: get rid of the now obsolete CVS stuffYann E. MORIN"2010-01-113-95/+34
| | | | | | It's now been a while that glibc switched to git from cvs. Get rid of cvs to download glibc; this will make for a good cleanup before we add git support! :-)
* libc/glibc: add 2.11 and 2.11.1Yann E. MORIN"2010-01-301-0/+12
|
* Merge.Yann E. MORIN"2010-01-292-11/+0
|\
| * global: do not offer the renice option, let's the user handle thatYann E. MORIN"2010-01-292-11/+0
| | | | | | | | | | | | | | | | | | | | It's broken anyway. Eg.: - user is already niced at 10 - user configures to renice at 5 - breaks because user is not allowed to 'boost' his/her nice value Bette let the user handle the renice with: nice -XX ct-ng 'action'
* | kernel/linux: remove legacy checkYann E. MORIN"2010-01-291-5/+0
| | | | | | | | | | Now, we only support building with Linux >=2.6.27. Get rid of the code that depended on <2.6.18.
* | binutils/elf2flt: activate elf2flt buildYann E. MORIN"2010-01-292-1/+11
| | | | | | | | | | The code has been lying around inactivated for some time. Let's enable it at last, and see if any one needs it.
* | arch: add basic m68k supportYann E. MORIN2010-01-294-0/+322
|/ | | | | | Signed-off-by: Remy Bohmer <linux@bohmer.net> [yann.morin.1998@anciens.enib.fr: use defaults for CT_TARGET_ARCH] Signed-off-by: "Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
* cc/gcc: add latest 4.4.3, propagate patchset from 4.4.2Yann E. MORIN"2010-01-2429-0/+908
|
* Merge.Yann E. MORIN"2010-01-232-51/+31
|\
| * debug/gdb: fix the space-damageYann E. MORIN"2010-01-211-22/+22
| |
| * debug/gdb: do not expose the ncurses version in the menuconfigYann E. MORIN"2010-01-212-31/+11
| |
* | libc/uClibc: fix the breakage for x86 and Super-H, after the 32/64 mergeYann E. MORIN"2010-01-231-2/+9
| |
* | scripts/functions: do not compute CT_KERNEL_ARCH, it's obsoleteYann E. MORIN"2010-01-231-3/+0
| | | | | | | | | | Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
* | libc/uclibc: use CT_ARCH, in place of CT_KERNEL_ARCHYann E. MORIN"2010-01-231-2/+2
| | | | | | | | | | Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
* | libc/glibc: use CT_ARCH, in place of CT_KERNEL_ARCHYann E. MORIN"2010-01-231-2/+2
| | | | | | | | | | Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
* | kernel/linux: use CT_ARCH, in place of CT_KERNEL_ARCHYann E. MORIN"2010-01-231-2/+2
| | | | | | | | | | Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
* | docs: do not document CT_KERNEL_ARCH, it's going away...Yann E. MORIN"2010-01-231-11/+0
|/ | | | | Since we merged the 32/64-bit archs, and we explicitly used the Linux kernel arch name, we can get rid of CT_KERNEL_ARCH.
* Merge.Yann E. MORIN"2010-01-176-4/+376
|\
| * configure: do not require hg when configuring in an hg cloneYann E. MORIN"2010-01-171-4/+3
| | | | | | | | | | | | | | | | When configuring in an hg clone, we need hg to compute the version string. It can happen that users do not have Mercurial (eg. if they got a snapshot rather that they did a full clone). In this case, we can still run, of course, so simply fill the version string with a sufficiently explicit value, that does not require hg. The date is a good candidate.
| * configure: silently ignore auto-stuff options --build --host and friendsblueness2010-01-171-0/+3
| |
| * libc/uClibc: rename patches for 0.9.30.2Yann E. MORIN"2010-01-152-0/+0
| |
| * Port uClibc patches to 0.9.30.2Joachim Nilsson2010-01-145-0/+370
| | | | | | | | | | | | | | Some patches from 0.9.30.1 now applied upstream. The reminder have been only slightly modified to apply cleanly to the new base. Signed-off-by: Joachim Nilsson <jocke@vmlinux.org>
* | scripts/functions: inverse log level ALL and DEBUGYann E. MORIN"2010-01-161-2/+2
|/
* samples: update armeb-unknown-linux-uclibcgnueabi: use uClibc-0.9.30.2Yann E. MORIN"2010-01-142-7/+19
|
* libc/uClibc: add latest version 0.9.30.2Yann E. MORIN"2010-01-141-0/+7
|
* scripts/addToolVersion: add uClibc hooksYann E. MORIN"2010-01-141-1/+12
|
* debug/gdb: install ncurses in a temporary placeYann E. MORIN"2010-01-131-3/+7
| | | | | | We only build the static ncurses, to be used to build the native gdb, and it needs not be available for anyone but us. So install it into a temporary place, and get rid of it once gdb is built.
* debug/gdb: staticaly link to ncurses for the native gdbYann E. MORIN"2010-01-131-1/+1
| | | | | Staticaly link the native gdb (the one that runs on the target, not the cross one that runs on the host) to ncurses.
* docs/TODO: remove finished items, update descriptions for remaining itemsYann E. MORIN"2010-01-131-19/+16
|
* companion_tools/libtool: Add libtool toolRichard Strand2010-01-122-0/+32
| | | | | | Add version 2.2.6b of libtool as a companion tool Signed-off-by: Richard Strand <richard.strand@icomera.com>
* companion_tools/automake: Add automake toolRichard Strand2010-01-122-0/+32
| | | | | | Add version 1.11.1 of automake as a companion tool Signed-off-by: Richard Strand <richard.strand@icomera.com>
* companion_tools/m4: Add m4 toolRichard Strand2010-01-122-0/+32
| | | | | | Add version 1.4.13 of m4 as a companion tool Signed-off-by: Richard Strand <richard.strand@icomera.com>
* companion_tools/autoconf: add autoconf toolYann E. MORIN"2010-01-125-0/+109
| | | | | | | | | Initial version of adding autoconf as a companion tool. Signed-off-by: Richard Strand <richard.strand@icomera.com> [yann.morin.1998@anciens.enib.fr: use generic overide tools dir] [yann.morin.1998@anciens.enib.fr: update menu entries] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* scripts/crosstool-ng: Change overide bin dirYann E. MORIN"2010-01-121-6/+6
| | | | | | | | Change the overide bin dir so it can be used by companion tools Signed-off-by: Richard Strand <richard.strand@icomera.com> [yann.morin.1998@anciens.enib.fr: more generic overide tools dir] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* Merge.Yann E. MORIN"2010-01-101-2/+2
|\
| * scrips/functions: fix downloads using curlRichard Strand2010-01-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | By default curl doesn't folow redirects. This breaks sourceforge downloads. Add the -L option to curl to fix this. Curl also downloads the html as a file even when it gets a 404. This breaks http downloads when using the failback system. Add the -f option to curl to fix this. Signed-off-by: Richard Strand <richard.strand@icomera.com>
* | libc/newlib: add latest versionYann E. MORIN"2010-01-101-0/+6
| |
* | scripts/addToolsVersion: add support for newlibYann E. MORIN"2010-01-101-2/+3
| |
* | scripts/addToolVersion: cleanupsYann E. MORIN"2010-01-101-48/+47
| |
* | scripts/addToolVersion: correctly handle the libc categoriesYann E. MORIN"2010-01-101-4/+4
|/
* libc/glibc: correctly handle dual-bitness archsYann E. MORIN"2010-01-091-2/+10
| | | | | | If the selected ARCH is dual-bitness (eg. supports 32- and 64-bit), then we need to know the correct place where to fetch some headers. Currently, this applies only to x86 variants: i386 and x86_64.
* scripts/functions: fix extractionYann E. MORIN"2010-01-091-7/+7
|
* arch/alpha: cleanup Alpha codeYann E. MORIN"2010-01-091-3/+0
|