aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* User manual installationAlexey Neyman2018-04-071-1/+4
| | | | | | ... when running from a release tarball. Signed-off-by: Alexey Neyman <stilor@att.net>
* Docs installationAlexey Neyman2018-04-071-14/+7
| | | | | | | | - Move downloading the pages from a website to a separate script, invoke as dist hook - Install manpage Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix debuild warnings/errorsAlexey Neyman2017-06-071-52/+35
| | | | | | | | | | | | | | | | | | | | - Update .gitignore, do not place .gitignore into directories installed in bulk - Remove executable permissions and shebangs from the scripts that are supposed to be invoked only via ct-ng frontent; prepend them with $(bash). Despite what showSamples.sh said, it already has some bashisms. - Remove --with autotools-dev and override dh_update_autotools_config to avoid having config.{sub,guess} clobbered with older versions - Install bash completion where Debian (now) expects it - Update man page to use .\" as the comment delimiter, instead of undefined macro (."); also, minor text edits. - Install kconfig.mk without execute permission. - Remove shell wrappers from 170-localedef-fix-trampoline.patch, we do not use that for applying patches - Revoke execute permissions on 210-expat.sh - Get flags from dpkg-buildflags if available Signed-off-by: Alexey Neyman <stilor@att.net>
* Move documents to github.ioAlexey Neyman2017-03-2014-2194/+1
| | | | | | Will be pulled into release tarball by a release script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Declare BACKEND obsolete.Alexey Neyman2017-01-192-17/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Kill dmalloc.Alexey Neyman2016-12-162-2/+2
| | | | | | | | | | - No new releases in almost 10 year. - No public bug tracker or VCS. - No responses from maintainer over sent patches. RIP, dmalloc. Signed-off-by: Alexey Neyman <stilor@att.net>
* PPL: Remove support for PPL and CLooG/PPLBryan Hundven2015-11-293-8/+11
| | | | | | | | | | | | | | | | | | | | | Now that versions of gcc that required PPL are no longer supported ( >= gcc-4.5.x AND <= gcc-4.7.x ) ...we no longer require PPL or CLooG/PPL. This commit: * Removes PPL * Removes CLooG/PPL * Updates the documentation * Updates build script for CLooG and GCC * Removes PPL and CLooG/PPL from scripts/addToolVersion.sh and scripts/showSamples.sh * Adds ISL to scripts/addToolVersion.sh and scripts/showSamples.sh I know that sounds like a lot for one commit, but it was all kind of inter-tangled. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* docs: document Xtensa configuration overlayMax Filippov2015-11-191-0/+42
| | | | Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* file modes: Set files to be non-executableBryan Hundven2015-11-121-0/+0
| | | | | | | | | | | | | | I was going to start doing some autoconf work, and noticed that configure.in was executable. Then I noticed Makefile.in was executable. o.O So, I ran ```find . -type f -executable``` and found a bunch of files that shouldn't be set executable. This commit makes them normal files again. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Cygwin: Add documentationRay Donnelly2015-11-131-0/+46
| | | | | | | There's a lot that can go wrong if you stray from the path. Signed-off-by: Ray Donnelly <mingw.android@gmail.com>
* Fix a typo in the documentationDaniel C. Casimiro2015-10-141-1/+1
| | | | Replace "now" with "know."
* Merge pull request #56 from smoofra/docfixBryan Hundven2015-04-251-1/+1
|\ | | | | doc fix: It's RESTART not START
| * doc fix: It's RESTART not STARTLawrence D'Anna2015-04-071-1/+1
| | | | | | | | | | | | | | The documentation says to use the START environment variable to say what step to start at, but the code uses RESTART. Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
* | Update fix for case sensitivity on CygwinPaul Waring2015-04-231-2/+1
| |
* | Update case-sensitivity information for CygwinPaul Waring2015-04-231-2/+3
| | | | | | | | | | | | Cygwin no longer supports managed mounts, enabling case-sensitivity in Cygwin requires changing the registry. FAQ number has also changed.
* | eglibc: Remove eglibc supportBryan Hundven2015-01-275-12/+10
|/ | | | | | | | | | | | | | | | | | | As posted on http://www.eglibc.org/ ==================== EGLIBC is no longer developed and such goals are now being addressed directly in GLIBC. ==================== I'm not interested in maintaining build support for unsupported software. Older branches of crosstool-ng continue to have eglibc support. If you find issues with older branches, I'm always open to pull requests. Removing eglibc also frees up glibc cleanup and build optimization. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* Update .gitignore files.James Byrne2014-12-101-0/+1
| | | | | | | | | | | | | | | The current .gitignore files cause changes to files which are actually part of the repository to be ignored. This commit modifies the rules so that this does not happen. The files that were affected are: config/global/paths.in contrib/gcc-test-suite/Makefile docs/ct-ng.1.in kconfig/Makefile (as revealed by 'git ls-files --ignored --exclude-standard') Signed-off-by: James Byrne <james.byrne@origamienergy.com>
* docs: Update path to credits appendix in man pageBryan Hundven2014-12-061-1/+1
| | | | Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* [docs] Update introductionBryan Hundven2014-12-041-5/+8
| | | | | | | | s/I\ /Yann\ /g Also add a little blurb about me taking over as maintainer. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* all: remove references to creating a tarballYann E. MORIN2014-11-241-6/+0
| | | | | | This has been broken for ages, time to finaly remove it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* Added documentation for --with-grepFabian Freyer2014-08-281-0/+1
| | | | Signed-off-by: "Fabian Freyer" <fabian.freyer@physik.tu-berlin.de>
* docs: start cleaning up after the conversion from Hg to gitYann E. MORIN2014-06-282-6/+6
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* repository: migrate old hg files over to gitYann E. MORIN2014-06-271-0/+2
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* docs/help: rename defconfig/olddefconfig intoThomas De Schampheleire2013-07-171-3/+3
| | | | | | | | | | | | After commit 15f57d843296e244487ac0845a73247f9d6749b8, the defconfig target has been renamed into savedefconfig, and olddefconfig into defconfig. However, the help text and man page was not updated. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> [yann.morin.1998@free.fr: rename CONFIG -> DEFCONFIG] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Message-Id: <0c1dff89c9ee1672693f.1374042343@BEANTN0L019720> Patchwork-Id: 259601
* docs: fix typos in manpageThomas De Schampheleire2013-07-171-8/+8
| | | | | | Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Message-Id: <62dedb0618a46bf0743f.1374042342@BEANTN0L019720> Patchwork-Id: 259600
* libc: get rid of libc_finishYann E. MORIN"2013-01-101-5/+1
| | | | | | | At long last, we no longer have any libc that requries a libc_finish. Yeah! Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* samples: add rule to dump current .config into a defconfigYann E. MORIN"2012-08-151-0/+41
| | | | | | | ... and one to restore it, of course. Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* docs: update my e-mailYann E. MORIN"2012-03-0613-16/+16
| | | | | | | | Since anciens.enib.fr has been dead for two months now, without any hope of recovery, update my e-mail to point to @free.fr instead. Reported-by: "Bryan Hundven" <bryanhundven@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* docs/known-issues: add note about build issue on x86_64 with 32bit userspaceJohannes Stezenbach2012-02-131-0/+20
| | | | Signed-off-by: Johannes Stezenbach <js@sig21.net>
* configure: use autoconf to generate configureYann E. MORIN"2011-11-071-2/+8
| | | | | | | | | Create configure.ac, an autoconf script to generate ./configure This will be needed by a subsequent patch to properly handle --build and --host, and more tests, when the kconfig stuff will be installed pre-built. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: credit Konrad EISELE for the initial multilib supportYann E. MORIN"2011-12-311-0/+4
| | | | | | | | | | | | | | | | | Konrad submitted an initial patch adding multlib support: http://sourceware.org/ml/crossgcc/2011-11/msg00040.html The patch was full of good ideas, but had a few issues, so I (Yann E. MORIN) started it all from scatch, re-using part of the original patch. This got implemented in this series: hg log -r 446a17b5dd1e:e47d17391ae3 As I forgot to credit Konrad in these changelogs, update the docs so that the work by Konrad gets credited. Without his initial effort, we would probably not have had multlib support so soon. Thank you Konrad! Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: Add strategies for assembling root filesystems.Yann E. MORIN"2011-11-161-9/+132
| | | | | | | | | Expand the documentation for using a crosstool-NG-generated toolchain for building a root filesystem for a target device. Signed-off-by: "Trevor Woerner" <twoerner@gmail.com> yann.morin.1998@anciens.enib.fr: some eye-candy] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: --target versus --hostYann E. MORIN"2011-11-161-5/+10
| | | | | | | | | | | | In the very beginnings, eons ago, autotools also got confused by this whole build vs. host vs. target, and got it wrong. Now they fixed it, but they want to keep backward compatibility, so the --target is still recongised, although ./configure will complain if you do so. It is better to use --host. Signed-off-by: "Trevor Woerner" <twoerner@gmail.com> [yann.morin.1998@anciens.enib.fr: add build/host clarification] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* doc: document the description line for the commit messageYann E. MORIN"2011-09-291-0/+36
| | | | | | | | | Documented how to format description lines for packages patches. Added a note on enforcing Signed-off-by lines. Signed-off-by: Michael Hope <michael.hope@linaro.org> [yann.morin.1998@anciens.enib.fr: further describe the desc line] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs/known-issues: add the infamous "mixed implicit and normal rules"Yann E. MORIN"2011-09-161-3/+25
| | | | | | | make-3.82 now refuses to have both normal and implicit rules in the same definition, so document the issue with a known workaround. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: Document usage with Xcode 4.1Titus von Boxberg"2011-08-221-5/+19
| | | | | | | | | | | | | With Xcode 4.1 'gcc' is symlinked llvm-gcc-4.2 which cannot bootstrap other gccs. See http://llvm.org/bugs/show_bug.cgi?id=9571 On my machine the faulty gcc is gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) Document a workaround. Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
* configure: require libtoolize, create wrapper to itTitus von Boxberg"2011-08-221-5/+6
| | | | | | | | | | libtoolize must be checked_for and there needs to be a wrapper that points to GNU libtoolize since that may be installed as glibtoolize. This fixes a problem with building Cloog/PPL that was Reported-by: "Pierrick Brossin" <pierrick@bs-network.net> Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
* configure: handle --program-prefixYann E. MORIN"2011-08-171-4/+4
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: add signed-off-by line to sample commit messageTitus von Boxberg2011-07-281-6/+8
| | | | Signed-off-by: Titus von Boxberg <titus@v9g.de>
* docs: update table of content for known issuesYann E. MORIN"2011-07-241-6/+4
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: update known issuesYann E. MORIN"2011-07-201-0/+18
| | | | | | Document the glibc build failures with male-3.82. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* misc: fix more typos here and there...Yann E. MORIN"2011-07-1711-28/+28
| | | | | Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* misc: fix typosYann E. MORIN"2011-07-1713-13/+13
| | | | | Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs/C : libncurses is not needed anymoreTitus von Boxberg2011-07-031-1/+2
| | | | macports libncurses was required only on SL 10.6.3
* docs/C : use new URL in hg tutorialTitus von Boxberg2011-07-031-1/+1
| | | | ct-ng has moved, update documentation
* docs: add a status for know issuesYann E. MORIN"2011-04-071-0/+32
| | | | | | | | | | | | | As time passes, a known issues can be no longer applicable (because the component has been fixed, or a workaround ahs been added in the crosstool-NG scripts/config...). Some may also be unconfirmed, with no way to easily trigger the error, or applies to old versions of components... Add a status for every known issues. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: use the error message in the known issues titlesYann E. MORIN"2011-04-071-7/+5
| | | | | | This helps users find the appropriate known issue entry. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: add known issues summary in the ToCYann E. MORIN"2011-04-071-0/+11
| | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: add known issue about missing forced unwind supportYann E. MORIN"2011-04-071-0/+17
| | | | | | This has been reported many times, and has become a FAQ. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: rename chapter 9Yann E. MORIN"2011-02-271-0/+0
| | | | | | Rename the file so that it is the same name as the chapter. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>