aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add the Linux kernel 2.6.27.Yann E. MORIN"2008-10-101-91/+7
| | | | | | | | Remove all 2.6.25 versions up to 2.6.25.17. Mark 2.6.25.18 as being OBSOLETE. /trunk/config/kernel/linux.in | 98 7 91 0 +++--------------------------------------------- 1 file changed, 7 insertions(+), 91 deletions(-)
* Remove CT_BROKEN.Yann E. MORIN"2008-10-094-19/+7
| | | | | | | | | | | Only one component is actually BROKEN (libelf), make it depend on EXPERIMENTAL, but state BROKEN in the prompt. ltrace (which depends on libelf) is now marked as EXPERIMENTAL, with the reference to the BROKEN libelf in the help entry. /trunk/docs/overview.txt | 6 0 6 0 ------ /trunk/config/debug/ltrace.in | 7 4 3 0 ++++--- /trunk/config/global/ct-behave.in | 8 0 8 0 -------- /trunk/config/tools/libelf.in | 5 3 2 0 +++-- 4 files changed, 7 insertions(+), 19 deletions(-)
* 'sstrip' makes no sense on bare-metal, mark it so.Yann E. MORIN"2008-10-091-0/+1
| | | | | /trunk/config/tools/sstrip.in | 1 1 0 0 + 1 file changed, 1 insertion(+)
* Commonalise config.gen/{arch,kernel}.in generation.Yann E. MORIN"2008-10-091-42/+34
| | | | | /trunk/kconfig/kconfig.mk | 76 34 42 0 ++++++++++++++++++++++++----------------------------- 1 file changed, 34 insertions(+), 42 deletions(-)
* Add latest Linux kernel versions 2.6.25.18 & 2.6.26.6.Yann E. MORIN"2008-10-091-3/+13
| | | | | | | Fix using Linux kernel versions 2.6.25.{15,16,17}. /trunk/config/kernel/linux.in | 16 13 3 0 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-)
* populate:Yann E. MORIN"2008-10-081-22/+104
| | | | | | | | - add an option to force installation of listed libraries, - add an option to read a file listing libraries of which to force installation. /trunk/tools/populate.in | 126 104 22 0 +++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 104 insertions(+), 22 deletions(-)
* Install the config script following the naming of other files, eg. ↵Yann E. MORIN"2008-10-061-2/+2
| | | | | | | "${CT_TARGET}-" instead of "${CT_TARGET}." . /trunk/scripts/crosstool.sh | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* Typoes.Yann E. MORIN"2008-10-062-2/+2
| | | | | | /trunk/README | 2 1 1 0 +- /trunk/config/kernel.in | 2 1 1 0 +- 2 files changed, 2 insertions(+), 2 deletions(-)
* Remove lingering architecture config directories now they are useless.Yann E. MORIN"2008-10-060-0/+0
|
* Separate the architecture config file and function script.Yann E. MORIN"2008-10-0519-42/+36
| | | | | | | /trunk/kconfig/kconfig.mk | 46 23 23 0 +++++++++++++++++++++++----------------------- /trunk/scripts/crosstool.sh | 2 1 1 0 +- /trunk/docs/overview.txt | 28 11 17 0 +++++++++++----------------- 3 files changed, 35 insertions(+), 41 deletions(-)
* Add the latest GMP and MPFR versions.Yann E. MORIN"2008-10-052-0/+10
| | | | | | /trunk/config/gmp_mpfr/gmp.in | 5 5 0 0 +++++ /trunk/config/gmp_mpfr/mpfr.in | 5 5 0 0 +++++ 2 files changed, 10 insertions(+)
* Update the internals documentation, adding the kernel API.Yann E. MORIN"2008-10-031-8/+67
| | | | | | | Update the internals architecture documentation. /trunk/docs/overview.txt | 75 67 8 0 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 67 insertions(+), 8 deletions(-)
* Fourth shot at moving arch/ into config/arch/ .Yann E. MORIN"2008-10-031-1/+1
| | | | | /trunk/scripts/crosstool.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Third shot at moving arch/ into config/ .Yann E. MORIN"2008-10-031-1/+1
| | | | | /trunk/Makefile.in | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Second shot at moving arch/ into config/arch/ .Yann E. MORIN"2008-10-0316-0/+0
|
* First shot at moving arch/ into config/arch/ .Yann E. MORIN"2008-10-032-3/+2
| | | | | /trunk/kconfig/kconfig.mk | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* extract-config.sh no longer exists, don't advertise it.Yann E. MORIN"2008-10-021-3/+0
| | | | | /trunk/config/global/logging.in | 3 0 3 0 --- 1 file changed, 3 deletions(-)
* No need for this script now the config is tored in its own file.Yann E. MORIN"2008-10-021-23/+0
|
* Save the toolchain configuration to its own file, as an auto-extracting ↵Yann E. MORIN"2008-10-015-20/+24
| | | | | | | | | | | | | | | | shell script: - get rid of the 'extractconfig' action, it was cumbersome to use, and badly documented, - introduce a skeleton for the config script, - update auto-completion, - document the config script. /trunk/kconfig/kconfig.mk | 9 2 7 0 ++------- /trunk/scripts/crosstool.sh | 6 5 1 0 +++++- /trunk/docs/overview.txt | 21 9 12 0 +++++++++------------ /trunk/tools/toolchain-config.in | 8 8 0 0 ++++++++ /trunk/ct-ng.comp | 2 1 1 0 +- 5 files changed, 25 insertions(+), 21 deletions(-)
* Update the PowerPC+uClibc sample.Yann E. MORIN"2008-09-301-63/+87
| | | | | /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config | 150 87 63 0 ++++++++++-------- 1 file changed, 87 insertions(+), 63 deletions(-)
* Better handle the second pass core gcc build, differentiating between gcc ↵Yann E. MORIN"2008-09-301-9/+13
| | | | | | | | | prior to 4.3 with gcc from 4.3. Simplify detecting wether gcc is 4.3 and later, or older than 4.3 (we already know from .config). /trunk/scripts/build/cc/gcc.sh | 22 13 9 0 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-)
* Rework the way EXPERIMENTAL architecture are marked as such, the same way ↵Yann E. MORIN"2008-09-295-22/+24
| | | | | | | | | | | kernels are handeld. Fix marking EXPERIMENTAL kernel when using --prefix. /trunk/kconfig/kconfig.mk | 44 22 22 0 ++++++++++++++++++++++---------------------- /trunk/arch/ia64/config.in | 1 1 0 0 + /trunk/arch/sh/config.in | 1 1 0 0 + 3 files changed, 24 insertions(+), 22 deletions(-)
* Rework the way EXPERIMENTAL kernels are marked as such.Yann E. MORIN"2008-09-293-26/+73
| | | | | | | /trunk/kconfig/kconfig.mk | 51 25 26 0 ++++++++++++++++++++++---------------------- /trunk/docs/overview.txt | 47 47 0 0 +++++++++++++++++++++++++++++++++++++++++ /trunk/config/kernel/bare-metal.in | 1 1 0 0 + 3 files changed, 73 insertions(+), 26 deletions(-)
* The IA64 sample builds again! :-)Yann E. MORIN"2008-09-292-60/+80
| | | | | /trunk/samples/ia64-unknown-linux-gnu/crosstool.config | 140 80 60 0 ++++++++++++++---------- 1 file changed, 80 insertions(+), 60 deletions(-)
* Update the Alpha sample.Yann E. MORIN"2008-09-291-63/+74
| | | | | /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 137 74 63 0 ++++++++++--------- 1 file changed, 74 insertions(+), 63 deletions(-)
* Restore the ability to build gcc older than 4.3. At last!Yann E. MORIN"2008-09-291-1/+1
| | | | | /trunk/scripts/build/cc/gcc.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
* Don't check for autoconf >= 2.50.Yann E. MORIN"2008-09-291-1/+0
| | | | | | | It was needed by glibc and eglibc to re-generate their 'configure' files, but they no longer do (in fact never did). /trunk/configure | 1 0 1 0 - 1 file changed, 1 deletion(-)
* Had a new known issue: ccache will break the build because we're sym-linking ↵Yann E. MORIN"2008-09-281-4/+21
| | | | | | | | | to have our own compiler for host and build systems, but that screws up ccache finding the real compiler. There is no fix, so the only way to inform the users is to document it: remove ccache. /trunk/docs/known-issues.txt | 25 21 4 0 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-)
* In the glibc and eglibc trees, the 'configure' files may be older than their ↵Yann E. MORIN"2008-09-283-79/+11
| | | | | | | | | | | source 'configure.in', when used from an svn check out, or a snapshot tarball. They are nonetheless in sync and need not be regenerated. Fix that by touching the files to have 'make' believe they are up-to-date (which they are). /trunk/scripts/build/libc/glibc.sh | 5 5 0 0 +++++ /trunk/scripts/build/libc/eglibc.sh | 7 6 1 0 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-)
* Move around the BARE_METAL config entry outside of the bare metal /kernel/ ↵Yann E. MORIN"2008-09-282-8/+10
| | | | | | | | entry: there might be different setups that causes a bare metal compiler. /trunk/config/kernel/bare-metal.experimental.in | 12 4 8 0 ++++-------- /trunk/config/kernel.in | 6 6 0 0 ++++++ 2 files changed, 10 insertions(+), 8 deletions(-)
* This PowerPC sample has been updated to use gcc-4.3.2.Yann E. MORIN"2008-09-281-4/+6
| | | | | /trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config | 10 6 4 0 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)
* Remove gcc-4.3.2 dependency on EXPERIMENTAL.Yann E. MORIN"2008-09-281-2/+1
| | | | | /trunk/config/cc/gcc.in | 3 1 2 0 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
* The first sample to use gcc-4.3.2.Yann E. MORIN"2008-09-281-4/+5
| | | | | /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 9 5 4 0 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
* Don't remove files that are no longer generated whne cleaning in kconfig/ .Yann E. MORIN"2008-09-281-1/+0
| | | | | /trunk/kconfig/kconfig.mk | 1 0 1 0 - 1 file changed, 1 deletion(-)
* Simplify conf and mconf generation. We don't care for the _shipped stuff.Yann E. MORIN"2008-09-284-4/+0
| | | | | /trunk/kconfig/kconfig.mk | 4 0 4 0 ---- 1 file changed, 4 deletions(-)
* Fix generated debug.in and tools.in (xlcwu <xlcwu.taiwan@gmail.com>).Yann E. MORIN"2008-09-281-4/+4
| | | | | | | Some cosmetics at the same time. /trunk/kconfig/kconfig.mk | 8 4 4 0 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
* Enhance ./configure tools checking.Yann E. MORIN"2008-09-261-34/+61
| | | | | | | Add check for compatible autoconf. /trunk/configure | 95 61 34 0 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 61 insertions(+), 34 deletions(-)
* Update the sstrip help entries. Courtesy "Joachim Nilsson" ↵Yann E. MORIN"2008-09-251-4/+5
| | | | | | | <joachim.nilsson@vmlinux.org>. /trunk/config/tools/sstrip.in | 9 5 4 0 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)
* Add latest gcc-4.3.2 as EXPERIMENTAL, using the 4.3.1 re-based patchset.Yann E. MORIN"2008-09-2526-0/+1091
| | | | | | | | | /trunk/config/cc/gcc.in | 7 7 0 0 ++ /trunk/patches/gcc/4.3.2/280-c99-complex-ugly-hack.patch | 8 4 4 0 +- /trunk/patches/gcc/4.3.2/250-sh-pr24836.patch | 16 8 8 0 ++-- /trunk/patches/gcc/4.3.2/340-make-mno-spe-work-as-expected.patch | 43 19 24 0 ++++++-------- /trunk/patches/gcc/4.3.2/130-cross-compile.patch | 20 10 10 0 +++--- 5 files changed, 48 insertions(+), 46 deletions(-)
* Update this ARM sample.Yann E. MORIN"2008-09-231-61/+70
| | | | | /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config | 131 70 61 0 +++++++++++---------- 1 file changed, 70 insertions(+), 61 deletions(-)
* Bart De VOS pointed out that removing absolute paths from the libc linker ↵Yann E. MORIN"2008-09-231-12/+2
| | | | | | | | | scripts is plainly wrong. It dates from dawn ages of the original crosstool code, and is not well explained. At that time, binutils might not understand the sysroot stuff, and it was necessary to remove absolute paths in that case. /trunk/scripts/build/libc/glibc.sh | 14 2 12 0 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-)
* Update the PowerPC SPE samle:Yann E. MORIN"2008-09-231-9/+8
| | | | | | | | - don't DEBUG crosstool-NG and don't save intermediate steps - use released version of binutils rather than snapshots. /trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config | 17 8 9 0 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-)
* Allow fully qulified file name in tools to check for.Yann E. MORIN"2008-09-231-17/+13
| | | | | | | Simplify checking for bash. /trunk/configure | 30 13 17 0 +++++++++++++----------------- 1 file changed, 13 insertions(+), 17 deletions(-)
* Udate the PowerPC SPE sample.Yann E. MORIN"2008-09-231-72/+81
| | | | | /trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config | 153 81 72 0 ++++++++++-------- 1 file changed, 81 insertions(+), 72 deletions(-)
* Make eglibc build on systems where both autoconf-2.13 and autoconf-2.50 are ↵Yann E. MORIN"2008-09-222-0/+93
| | | | | | | installed (such as Debian). /trunk/patches/eglibc/2_8/110-AC_PREREQ-2.50.patch | 78 78 0 0 ++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+)
* Rework the eglibc download so as to be a little bit saner.Yann E. MORIN"2008-09-221-10/+15
| | | | | /trunk/scripts/build/libc/eglibc.sh | 25 15 10 0 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-)
* Add binutils-2.18.50.0.9.Yann E. MORIN"2008-09-2214-0/+639
| | | | | | | | | | | | | | | | | Add a patch to binutils to not use '/' as a comment separator on i386 assembly when targeting bare metal (breaks linux kernel build). /trunk/patches/binutils/2.18.50.0.8/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.9/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.14/110-i386-no-divide-comment.patch | 38 38 0 0 ++++++ /trunk/patches/binutils/2.14/270-i386-no-divide-comment.patch | 38 38 0 0 ++++++ /trunk/patches/binutils/2.16.1/160-i386-no-divide-comment.patch | 40 40 0 0 ++++++ /trunk/patches/binutils/2.17/210-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18/120-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.4/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.6/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.7/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/config/binutils.in | 6 6 0 0 + 11 files changed, 570 insertions(+)
* Move snapshots version after numbered versions (aka releases).Yann E. MORIN"2008-09-184-32/+36
| | | | | | | | /trunk/config/debug/gdb.in | 13 7 6 0 +++++++------ /trunk/config/libc/glibc.in | 21 11 10 0 +++++++++++---------- /trunk/config/libc/uClibc.in | 21 11 10 0 +++++++++++---------- /trunk/config/libc/eglibc.in | 13 7 6 0 +++++++------ 4 files changed, 36 insertions(+), 32 deletions(-)
* Generate the kernel config choice, rather than having it hard-coded:Yann E. MORIN"2008-09-166-68/+109
| | | | | | | | | | | | | | | | | - change the menu label from 'Target OS' to 'Operating System', - bare-metal is a kind of kernel (OS), rename to 'bare-metal' from 'none', - update the kconfig.mk to generate the kernel choice entries, - update glibc&eglibc kernel version option accordingly. Update the debug & tools confiog file generation to match with arch & kernel. Print terse command lines when building in kconfig/ (a-la Linux kernel). Fix the makefile rules in kconfig/kconfig.mk to be /simple/ rules. /trunk/kconfig/kconfig.mk | 117 81 36 0 +++++++++++++++++++++---------- /trunk/config/kernel/linux.in | 4 4 0 0 + /trunk/config/kernel/bare-metal.experimental.in | 15 15 0 0 ++++ /trunk/config/kernel.in | 33 5 28 0 +-------- /trunk/config/libc/glibc-eglibc-common.in | 4 2 2 0 5 files changed, 107 insertions(+), 66 deletions(-)
* Don't advertise 'xconfig' as a config rule.Yann E. MORIN"2008-09-161-1/+1
| | | | | /trunk/kconfig/conf.c | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)