aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't use -pipe when building glibc>=2.6: ./configure chokes on it.Yann E. MORIN"2007-08-121-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-121-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-121-4/+2
| | | | pointed it out!
* Add experimental binutils-2.17.50.0.18, along with patches from previous ↵Yann E. MORIN"2007-08-124-0/+75
| | | | snapshot.
* Add linux-2.6.22.2 for headers.Yann E. MORIN"2007-08-111-0/+6
|
* Add glibc: 2.5.1 - 2.6 - 2.6.1.Yann E. MORIN"2007-08-1128-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-111-4/+5
|
* Introduce new config option: CT_TARGET_ALIAS_SED_EXPRYann E. MORIN"2007-08-072-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-072-8/+8
| | | | stop if the main script fails and ends before all directories were removed.
* Ignore generated doc.Yann E. MORIN"2007-08-070-0/+0
|
* Have Mekfile.in be a little more verbose.Yann E. MORIN"2007-08-071-2/+8
|
* Fix Makefile.in:Yann E. MORIN"2007-08-071-2/+2
| | | | | - correctly generate the documentation, - correctly remove generated documentation.
* Revert previous spurious commit.Yann E. MORIN"2007-08-073-10/+10
|
* Fix the Makefile.in to correctly remove generated documentation.Yann E. MORIN"2007-08-073-10/+10
|
* Add patches for binutils-2.17.50.0.17 (vampirised from buildroot).Yann E. MORIN"2007-08-063-0/+69
|
* Add patches for gcc-4.2.1.Yann E. MORIN"2007-08-0417-0/+4016
|
* A little cleanup in the glibc's pthread headers install.Yann E. MORIN"2007-08-031-2/+5
|
* Remove the correct file when cleaning.Yann E. MORIN"2007-07-301-1/+1
|
* Change svn:ignore to reflect the new generated file.Yann E. MORIN"2007-07-300-0/+0
|
* Change the way the compressed man page is built/installed.Yann E. MORIN"2007-07-301-5/+8
|
* Overwrite pre-existing compressed man page.Yann E. MORIN"2007-07-301-1/+1
|
* Install a compressed man page (as per Debian's policy).Yann E. MORIN"2007-07-301-1/+2
| | | | (Yes, you guessed: I'll try to have crosstool-NG packaged in Debian)
* Small typo fix.Yann E. MORIN"2007-07-301-1/+1
|
* Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"2007-07-3017-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-302-6/+6
|
* Add gcc-4.2.1.Yann E. MORIN"2007-07-292-0/+10
|
* Bump version to +svn.Yann E. MORIN"2007-07-281-1/+1
|
* Bump version to 0.2.2.Yann E. MORIN"2007-07-281-1/+1
|
* Remove TODO, I can seem to update it and follow what's there... :-(Yann E. MORIN"2007-07-281-22/+0
|
* Add a new sample for LE ARM.Yann E. MORIN"2007-07-282-0/+570
|
* Fix uninstalling man.Yann E. MORIN"2007-07-281-0/+2
|
* Tidy up a bit the uClibc config munging.Yann E. MORIN"2007-07-281-16/+18
|
* Fix install: man page was not being installed.Yann E. MORIN"2007-07-281-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-271-3/+3
|
* In overview.txt, document the two ways of using crosstool-NG: install and ↵Yann E. MORIN"2007-07-242-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-241-0/+2
| | | | of my sample toolchain... :-(
* Update the samples to the latest option set.Yann E. MORIN"2007-07-246-62/+255
|
* The latest uClibc-0.9.29 patch grabbed from buildroot is buggy wrt a type ↵Yann E. MORIN"2007-07-231-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-231-0/+4
| | | | example). This fixes it.
* Try again to fix the --local behavior.Yann E. MORIN"2007-07-231-2/+2
|
* Seems like the --no-builtin-rules and -r options to make are not the same...Yann E. MORIN"2007-07-231-1/+1
|
* Fix a typo in CREDITS.Yann E. MORIN"2007-07-221-1/+1
|
* Move CREDITS to docs/Yann E. MORIN"2007-07-223-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-224-14/+31
| | | | crosstool-NG copy.
* No need to expand the host cc every time.Yann E. MORIN"2007-07-221-1/+1
|
* Clean the help entry for CT_ARCH_CPU.Yann E. MORIN"2007-07-221-1/+1
|
* Fix installing a glibc header for those archs that are in ports.Yann E. MORIN"2007-07-221-0/+3
|
* Vampirise two more patches against uClibc-0.9.29 from buildroot.Yann E. MORIN"2007-07-212-0/+142
|
* Remove unused patch to uClibc-0.9.29.Yann E. MORIN"2007-07-211-396/+0
|
* Add D.U.M.A. 2.5.2 and 2.5.3.Yann E. MORIN"2007-07-211-0/+10
|