Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use -pipe when building glibc>=2.6: ./configure chokes on it. | Yann E. MORIN" | 2007-08-12 | 1 | -6/+20 |
| | | | | (This is because "gcc -pipe --help" doesn't print what it should print). | ||||
* | Fix a small typo when extracting non-compressed steps. | Yann E. MORIN" | 2007-08-12 | 1 | -10/+10 |
| | | | | Have a go for a sane handlign of tar options and extensions. | ||||
* | Fix saving the environment. Thanks to Mark Vels <Mark.Vels@fundem.net> for ↵ | Yann E. MORIN" | 2007-08-12 | 1 | -4/+2 |
| | | | | pointed it out! | ||||
* | Add experimental binutils-2.17.50.0.18, along with patches from previous ↵ | Yann E. MORIN" | 2007-08-12 | 4 | -0/+75 |
| | | | | snapshot. | ||||
* | Add linux-2.6.22.2 for headers. | Yann E. MORIN" | 2007-08-11 | 1 | -0/+6 |
| | |||||
* | Add glibc: 2.5.1 - 2.6 - 2.6.1. | Yann E. MORIN" | 2007-08-11 | 28 | -0/+1623 |
| | | | | Apply the same patches as glibc 2.5: they apply without any problem (except for ridiculously small offsets). | ||||
* | When adding a new experimental/obsolete version, mark it as so in the prompt. | Yann E. MORIN" | 2007-08-11 | 1 | -4/+5 |
| | |||||
* | Introduce new config option: CT_TARGET_ALIAS_SED_EXPR | Yann E. MORIN" | 2007-08-07 | 2 | -9/+34 |
| | | | | This option is used as a sed expression to pass onto CT_TARGET to create an alias. | ||||
* | Make use of setsid to spawn removal processes: we don't want the rm's to ↵ | Yann E. MORIN" | 2007-08-07 | 2 | -8/+8 |
| | | | | stop if the main script fails and ends before all directories were removed. | ||||
* | Ignore generated doc. | Yann E. MORIN" | 2007-08-07 | 0 | -0/+0 |
| | |||||
* | Have Mekfile.in be a little more verbose. | Yann E. MORIN" | 2007-08-07 | 1 | -2/+8 |
| | |||||
* | Fix Makefile.in: | Yann E. MORIN" | 2007-08-07 | 1 | -2/+2 |
| | | | | | - correctly generate the documentation, - correctly remove generated documentation. | ||||
* | Revert previous spurious commit. | Yann E. MORIN" | 2007-08-07 | 3 | -10/+10 |
| | |||||
* | Fix the Makefile.in to correctly remove generated documentation. | Yann E. MORIN" | 2007-08-07 | 3 | -10/+10 |
| | |||||
* | Add patches for binutils-2.17.50.0.17 (vampirised from buildroot). | Yann E. MORIN" | 2007-08-06 | 3 | -0/+69 |
| | |||||
* | Add patches for gcc-4.2.1. | Yann E. MORIN" | 2007-08-04 | 17 | -0/+4016 |
| | |||||
* | A little cleanup in the glibc's pthread headers install. | Yann E. MORIN" | 2007-08-03 | 1 | -2/+5 |
| | |||||
* | Remove the correct file when cleaning. | Yann E. MORIN" | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | Change svn:ignore to reflect the new generated file. | Yann E. MORIN" | 2007-07-30 | 0 | -0/+0 |
| | |||||
* | Change the way the compressed man page is built/installed. | Yann E. MORIN" | 2007-07-30 | 1 | -5/+8 |
| | |||||
* | Overwrite pre-existing compressed man page. | Yann E. MORIN" | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | Install a compressed man page (as per Debian's policy). | Yann E. MORIN" | 2007-07-30 | 1 | -1/+2 |
| | | | | (Yes, you guessed: I'll try to have crosstool-NG packaged in Debian) | ||||
* | Small typo fix. | Yann E. MORIN" | 2007-07-30 | 1 | -1/+1 |
| | |||||
* | Remove any reference to libfloat. That has gone once and for all. | Yann E. MORIN" | 2007-07-30 | 17 | -230/+4 |
| | | | | | | | | | | Rationale: Most of the time, soft-float problems are caused by this sucker of gcc: it has support for soft float for all of the targets I've tried so far, but does not activate this code until you dwelve into half a dozen of files to make it accept to build and link the support code... So, yes: gcc has soft-float support. And again, yes: gcc is a sucker. | ||||
* | Fix the step shortcuts (using a dash would confuse make). | Yann E. MORIN" | 2007-07-30 | 2 | -6/+6 |
| | |||||
* | Add gcc-4.2.1. | Yann E. MORIN" | 2007-07-29 | 2 | -0/+10 |
| | |||||
* | Bump version to +svn. | Yann E. MORIN" | 2007-07-28 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.2.2. | Yann E. MORIN" | 2007-07-28 | 1 | -1/+1 |
| | |||||
* | Remove TODO, I can seem to update it and follow what's there... :-( | Yann E. MORIN" | 2007-07-28 | 1 | -22/+0 |
| | |||||
* | Add a new sample for LE ARM. | Yann E. MORIN" | 2007-07-28 | 2 | -0/+570 |
| | |||||
* | Fix uninstalling man. | Yann E. MORIN" | 2007-07-28 | 1 | -0/+2 |
| | |||||
* | Tidy up a bit the uClibc config munging. | Yann E. MORIN" | 2007-07-28 | 1 | -16/+18 |
| | |||||
* | Fix install: man page was not being installed. | Yann E. MORIN" | 2007-07-28 | 1 | -9/+8 |
| | | | | Fix uninstall: dont't uninstall if using local copy, don't try to remove non-existant files. | ||||
* | Update tools/config.guess. | Yann E. MORIN" | 2007-07-27 | 1 | -3/+3 |
| | |||||
* | In overview.txt, document the two ways of using crosstool-NG: install and ↵ | Yann E. MORIN" | 2007-07-24 | 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. | ||||
* | Mark D.U.M.A 2_5_2 and 2_5_3 as being broken: they don't even build on any ↵ | Yann E. MORIN" | 2007-07-24 | 1 | -0/+2 |
| | | | | of my sample toolchain... :-( | ||||
* | Update the samples to the latest option set. | Yann E. MORIN" | 2007-07-24 | 6 | -62/+255 |
| | |||||
* | The latest uClibc-0.9.29 patch grabbed from buildroot is buggy wrt a type ↵ | Yann E. MORIN" | 2007-07-23 | 1 | -1/+1 |
| | | | | (__ulong_t does not exist, while __u_long does). Fix that. | ||||
* | MAKEFLAGS was leaking into some components build system (dmalloc, for ↵ | Yann E. MORIN" | 2007-07-23 | 1 | -0/+4 |
| | | | | example). This fixes it. | ||||
* | Try again to fix the --local behavior. | Yann E. MORIN" | 2007-07-23 | 1 | -2/+2 |
| | |||||
* | Seems like the --no-builtin-rules and -r options to make are not the same... | Yann E. MORIN" | 2007-07-23 | 1 | -1/+1 |
| | |||||
* | Fix a typo in CREDITS. | Yann E. MORIN" | 2007-07-22 | 1 | -1/+1 |
| | |||||
* | Move CREDITS to docs/ | Yann E. MORIN" | 2007-07-22 | 3 | -3/+5 |
| | | | | Be a bit verbose when restoring a sample. | ||||
* | Re-instate the --local configure switch to not install and use the local ↵ | Yann E. MORIN" | 2007-07-22 | 4 | -14/+31 |
| | | | | crosstool-NG copy. | ||||
* | No need to expand the host cc every time. | Yann E. MORIN" | 2007-07-22 | 1 | -1/+1 |
| | |||||
* | Clean the help entry for CT_ARCH_CPU. | Yann E. MORIN" | 2007-07-22 | 1 | -1/+1 |
| | |||||
* | Fix installing a glibc header for those archs that are in ports. | Yann E. MORIN" | 2007-07-22 | 1 | -0/+3 |
| | |||||
* | Vampirise two more patches against uClibc-0.9.29 from buildroot. | Yann E. MORIN" | 2007-07-21 | 2 | -0/+142 |
| | |||||
* | Remove unused patch to uClibc-0.9.29. | Yann E. MORIN" | 2007-07-21 | 1 | -396/+0 |
| | |||||
* | Add D.U.M.A. 2.5.2 and 2.5.3. | Yann E. MORIN" | 2007-07-21 | 1 | -0/+10 |
| |