summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2008-08-07Update the known issues: empty the file prior to adding new ones.Yann E. MORIN"1-7/+0
/trunk/docs/known-issues.txt | 7 0 7 0 ------- 1 file changed, 7 deletions(-)
2008-08-07Introduce four new ARCH specific variables that CT_DoArchValues can set if ↵Yann E. MORIN"1-23/+22
they want: - CT_ARCH_CC_CORE_EXTRA_CONFIG - CT_ARCH_CC_EXTRA_CONFIG - CT_ARCH_TARGET_CLFAGS - CT_ARCH_TARGET_LDFLAGS This will hopefully enable architectures to specify specific flags. PowerPC will need them to introduce SPE (coming RSN). /trunk/scripts/crosstool.sh | 2 2 0 0 ++ /trunk/scripts/functions | 4 2 2 0 ++-- /trunk/docs/overview.txt | 45 22 23 0 ++++++++++++++++++++++----------------------- /trunk/config/target.in | 10 10 0 0 ++++++++++ 4 files changed, 36 insertions(+), 25 deletions(-)
2008-07-27Update CREDITS.Yann E. MORIN"1-0/+4
/trunk/docs/CREDITS | 4 4 0 0 ++++ 1 file changed, 4 insertions(+)
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-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-06-27Update the architecture API: architecture help is mandatory.Yann E. MORIN"1-0/+8
Update all architectures (some with pointer to the specs, when available). /trunk/docs/overview.txt | 8 8 0 0 ++++++++ /trunk/arch/arm/config.in | 3 3 0 0 +++ /trunk/arch/powerpc/config.in | 3 3 0 0 +++ /trunk/arch/ia64/config.in | 3 3 0 0 +++ /trunk/arch/alpha/config.in | 2 2 0 0 ++ /trunk/arch/x86/config.in | 3 3 0 0 +++ /trunk/arch/mips/config.in | 3 3 0 0 +++ /trunk/arch/sh/config.in | 3 3 0 0 +++ /trunk/arch/x86_64/config.in | 3 3 0 0 +++ 9 files changed, 31 insertions(+)
2008-06-27Autogenerate the architecture selection choice menu.Yann E. MORIN"1-8/+67
Update architectures definition files accordingly. Update documentation accordingly. Use makefile syntax when listing arch/, tools/ and debug/ config files. /trunk/kconfig/kconfig.mk | 32 29 3 0 +++++++++++++++-- /trunk/docs/overview.txt | 75 67 8 0 +++++++++++++++++++++++++++++++++++---- /trunk/config/target.in | 94 16 78 0 ++++++++----------------------------------------- /trunk/arch/arm/config.in | 6 5 1 0 +++ /trunk/arch/powerpc/config.in | 2 2 0 0 + /trunk/arch/ia64/config.in | 4 4 0 0 ++ /trunk/arch/alpha/config.in | 2 1 1 0 /trunk/arch/x86/config.in | 3 3 0 0 ++ /trunk/arch/mips/config.in | 5 5 0 0 +++ /trunk/arch/sh/config.in | 4 3 1 0 ++ /trunk/arch/x86_64/config.in | 3 3 0 0 ++ 11 files changed, 138 insertions(+), 92 deletions(-)
2008-06-25Update documentation.Yann E. MORIN"2-27/+28
/trunk/docs/overview.txt | 37 27 10 0 +++++++++++++++++++++++++++---------- /trunk/docs/ct-ng.1.in | 18 1 17 0 +----------------- 2 files changed, 28 insertions(+), 27 deletions(-)
2008-06-14Preliminary Alpha support, courtesy Ioannis E. Venetis <venetis@capsl.udel.edu>.Yann E. MORIN"1-0/+3
/trunk/docs/CREDITS | 3 3 0 0 + /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config | 282 282 0 0 +++++++++++++++++++ /trunk/config/target.in | 9 9 0 0 + /trunk/arch/alpha/functions | 9 9 0 0 + /trunk/arch/alpha/config.in | 58 58 0 0 ++++ 5 files changed, 361 insertions(+)
2008-06-01Rework a little bit the steps and samples help entries.Yann E. MORIN"1-1/+1
/trunk/docs/overview.txt | 2 1 1 0 +- /trunk/steps.mk | 7 5 2 0 +++++-- /trunk/samples/samples.mk | 8 5 3 0 +++++--- /trunk/ct-ng.in | 5 3 2 0 +++-- 4 files changed, 14 insertions(+), 8 deletions(-)
2008-05-26Update the list of known issues.Yann E. MORIN"1-3/+5
/trunk/docs/known-issues.txt | 8 5 3 0 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-)
2008-05-18PowerPC support by Daniel Dittmann.Yann E. MORIN"1-0/+3
/trunk/docs/CREDITS | 3 3 0 0 +++ /trunk/config/target.in | 8 8 0 0 ++++++++ /trunk/arch/powerpc/functions | 9 9 0 0 +++++++++ /trunk/arch/powerpc/config.in | 1 1 0 0 + 4 files changed, 21 insertions(+)
2008-05-18Fix building glibc-2.6.1 and glibc-2.7 for ARM with recent kernels.Yann E. MORIN"1-0/+3
Patch by Matthias Kaehlcke <matthias@kaehlcke.net>. /trunk/patches/glibc/ports-2.6.1/200-ARM-asm_page_h.patch | 11 11 0 0 +++++++++++ /trunk/patches/glibc/ports-2.7/100-ARM-asm_page_h.patch | 11 11 0 0 +++++++++++ /trunk/docs/CREDITS | 3 3 0 0 +++ 3 files changed, 25 insertions(+)
2008-05-11Add a patch to the ageing glibc-2.3.6 to make it compile on stupid shells ↵Yann E. MORIN"1-0/+4
that have a defective implementation of echo. Thanks to Willy Tarreau for pointing to the patch. /trunk/patches/glibc/2.3.6/250-csu-Makefile.patch | 39 39 0 0 +++++++++++++++++++++++++++++ /trunk/docs/CREDITS | 4 4 0 0 +++ 2 files changed, 43 insertions(+)
2008-05-02Better explain why populate exists.Yann E. MORIN"1-14/+30
New entry for how to add a new component version. Some homogeneisation in style. /trunk/docs/overview.txt | 44 30 14 0 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-)
2008-05-02Update known issues with dmalloc failure.Yann E. MORIN"1-1/+14
/trunk/docs/known-issues.txt | 15 14 1 0 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-)
2008-04-30Add a file documenting known issues.Yann E. MORIN"1-0/+5
/trunk/docs/known-issues.txt | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
2008-04-27Document the contrib/ sub-directory.Yann E. MORIN"1-7/+13
Fixed the documentation for the arch-dpecific 'CT_DoArchValues' function. /trunk/docs/overview.txt | 20 13 7 0 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-)
2008-04-13Update patch to gdb. Thanks Khem RAJ <kraj@mvista.com>Yann E. MORIN"1-0/+3
patches/gdb/6.5/500-thread-timeout.patch | 13 6 7 0 ++++++------- docs/CREDITS | 3 3 0 0 +++ 2 files changed, 9 insertions(+), 7 deletions(-)
2008-02-20- Rewrite some parts of history: some sentences could have been considered ↵Yann E. MORIN"1-16/+8
rude, which was not my intention. - Fix a few typoes at the same time.
2008-02-20Fix some obvious typoes in docs/overview.txtRobert P. J. DAY"1-15/+15
2008-02-15Robert P. J. DAY says:Yann E. MORIN"1-1/+2
Add support for the selection of strace-4.5.16, including an updated set of patches from strace-4.5.15.
2008-02-14Add latest kernel versions (Robert P. J. DAY).Yann E. MORIN"1-0/+1
2008-01-28Credit Mark Jonas <toertel@gmail.com> for the initial work on Super-H support.Yann E. MORIN"1-0/+3
(I forgot to add you to the CREDITS at the time, sorry Mark).
2008-01-28Credit Michael Abbott.Yann E. MORIN"1-0/+3
2007-09-15Further improve the architecture-specific framework.Yann E. MORIN"1-19/+46
Apply this framework into building of glibc and gcc. (Whoo! 500th commit! Yeah!)
2007-09-14Another little fix in the documentation.Yann E. MORIN"1-7/+7
2007-09-14A little fix in the documentation.Yann E. MORIN"1-1/+2
2007-09-14Further expand the architecture-specific function: add CT_KERNEL_ARCH building.Yann E. MORIN"1-0/+8
2007-09-14Update docs/CREDITS: ARM EABI support.Yann E. MORIN"1-2/+8
Update README: point at docs/CREDITS.
2007-09-14Migrate all supported architectures to use the architecture-specific framework.Yann E. MORIN"1-11/+30
2007-09-14Improve (POSIX-wise) determination of bashh version.Yann E. MORIN"1-0/+36
2007-09-11Update credits to give adequate credit to Al Stone.Yann E. MORIN"1-1/+1
2007-09-01Update CREDITS.Yann E. MORIN"1-0/+4
2007-08-15Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"2-11/+26
Document overriding the number of // jobs. Some small documentation fixes.
2007-07-30Small typo fix.Yann E. MORIN"1-1/+1
2007-07-30Fix the step shortcuts (using a dash would confuse make).Yann E. MORIN"1-2/+2
2007-07-24In overview.txt, document the two ways of using crosstool-NG: install and ↵Yann E. MORIN"2-6/+85
--local. Fix some typos in overview.txt. Document populate's options, still in overview.txt. Credit the buildroot people for the patches I vampirise from time to time.
2007-07-22Fix a typo in CREDITS.Yann E. MORIN"1-1/+1
2007-07-22Move CREDITS to docs/Yann E. MORIN"1-0/+24
Be a bit verbose when restoring a sample.
2007-07-17Re-order and rework a bit docs/overview.txt. Plus a typo fix.Yann E. MORIN"1-10/+12
2007-07-17Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"1-0/+16
crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
2007-07-13Document CT_OBSOLETE, CT_EXPERIMENTAL and CT_BROKEN.Yann E. MORIN"1-0/+21
2007-07-09Update man page to explictly point to overview.txt.Yann E. MORIN"2-1/+34
In overview.txt, document usage of the populate script.
2007-07-04Update the overview documentation.Yann E. MORIN"1-8/+35
2007-07-02Get rid of eclipse fiels once and for all.Yann E. MORIN"2-33/+30
Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
2007-07-02Update docs/overview.txt to match the new way to call crosstool-ng: "ct-ng ↵Yann E. MORIN"1-16/+16
[action]" in lieu of "make [action]".
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2-9/+183
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
2007-06-26Better handling of the steps lists:Yann E. MORIN"1-16/+3
- new make rulle: liststeps, - new help entry telling about liststeps, - update documentation accordingly.
2007-06-17The log file is no longer configurable: it is always ↵Yann E. MORIN"1-4/+0
"${CT_PREFIX_DIR}/build.log". Add an option to compress the log file upon successfull build. Make rendering the toolchain read-only optional. A few eye-candy fixes.