aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add linux-2.6.22.6 for the kernel headers.Yann E. MORIN"2007-09-021-0/+6
|
* Unmark glibc-2.6{,.1} as being EXPERIMENTAL: they are no longer considered ↵Yann E. MORIN"2007-09-021-4/+2
| | | | as such.
* Bump version to .svn.Yann E. MORIN"2007-09-011-1/+1
|
* Bump version to 0.3.1.Yann E. MORIN"2007-09-011-1/+1
|
* Update CREDITS.Yann E. MORIN"2007-09-011-0/+4
|
* Trying to guess how we were called does not work. Don't try to be smart, and ↵Yann E. MORIN"2007-08-311-1/+1
| | | | take the full path, even if we are in PATH.
* For those architectures that support both endianness, some default to big ↵Yann E. MORIN"2007-08-301-0/+12
| | | | | | endian, others default to little endian. Make this possible in the target selection menu.
* Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.Yann E. MORIN"2007-08-302-15/+27
|
* Add linux-2.6.22.{4,5}Yann E. MORIN"2007-08-291-0/+12
|
* Add binutils-2.18.Yann E. MORIN"2007-08-291-0/+5
|
* Fix restoring the environment.Yann E. MORIN"2007-08-161-1/+1
|
* Bump version to +svn.Yann E. MORIN"2007-08-151-1/+1
|
* Bump version to 0.3.0.Yann E. MORIN"2007-08-151-1/+1
|
* Update all samples to the latest set of options (because so much as changed ↵Yann E. MORIN"2007-08-157-726/+71
| | | | since we dropped the core C compiler and many obsolete versions).
* Add patches against gcc-3.4.6. Untested.Yann E. MORIN"2007-08-1517-0/+14652
|
* Clarify licensing issues.Yann E. MORIN"2007-08-151-8/+14
|
* Add linux-2.6.22.3 for kernel headers isntall.Yann E. MORIN"2007-08-151-0/+6
|
* Remove dead linuxthreads patches.Yann E. MORIN"2007-08-1524-3575/+0
|
* Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"2007-08-157-26/+41
| | | | | Document overriding the number of // jobs. Some small documentation fixes.
* Fix printing the version string when configured with --local.Yann E. MORIN"2007-08-154-5/+5
|
* Add the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"2007-08-156-19/+32
|
* Warn when using -pipe with glibc>=2.6.Yann E. MORIN"2007-08-151-0/+2
|
* Get rid of the core cc selection. It is now the same as the final compiler.Yann E. MORIN"2007-08-159-419/+197
|
* Do a clean-up pass on the OBSOLETE features (versions):Yann E. MORIN"2007-08-14439-175567/+37
| | | | | | - remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
* Totally comment-out the multilib option: it's not implemented, and not ↵Yann E. MORIN"2007-08-141-15/+16
| | | | really implementable with the current crosstool-NG scheme.
* 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
|