summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-09-01Update CREDITS.Yann E. MORIN"1-0/+4
2007-08-31Trying to guess how we were called does not work. Don't try to be smart, and ↵Yann E. MORIN"1-1/+1
take the full path, even if we are in PATH.
2007-08-30For those architectures that support both endianness, some default to big ↵Yann E. MORIN"1-0/+12
endian, others default to little endian. Make this possible in the target selection menu.
2007-08-30Apply some scosmetic changes, courtesy Al Stone <ahs3@ahs3.net>.Yann E. MORIN"2-15/+27
2007-08-29Add linux-2.6.22.{4,5}Yann E. MORIN"1-0/+12
2007-08-29Add binutils-2.18.Yann E. MORIN"1-0/+5
2007-08-16Fix restoring the environment.Yann E. MORIN"1-1/+1
2007-08-15Bump version to +svn.Yann E. MORIN"1-1/+1
2007-08-15Bump version to 0.3.0.crosstool-ng-0.3.0Yann E. MORIN"1-1/+1
2007-08-15Update all samples to the latest set of options (because so much as changed ↵Yann E. MORIN"7-726/+71
since we dropped the core C compiler and many obsolete versions).
2007-08-15Add patches against gcc-3.4.6. Untested.Yann E. MORIN"17-0/+14652
2007-08-15Clarify licensing issues.Yann E. MORIN"1-8/+14
2007-08-15Add linux-2.6.22.3 for kernel headers isntall.Yann E. MORIN"1-0/+6
2007-08-15Remove dead linuxthreads patches.Yann E. MORIN"24-3575/+0
2007-08-15Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"7-26/+41
Document overriding the number of // jobs. Some small documentation fixes.
2007-08-15Fix printing the version string when configured with --local.Yann E. MORIN"4-5/+5
2007-08-15Add the possibility to force the number of // jobs without reconfiguring.Yann E. MORIN"6-19/+32
2007-08-15Warn when using -pipe with glibc>=2.6.Yann E. MORIN"1-0/+2
2007-08-15Get rid of the core cc selection. It is now the same as the final compiler.Yann E. MORIN"9-419/+197
2007-08-14Do a clean-up pass on the OBSOLETE features (versions):Yann E. MORIN"439-175567/+37
- remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
2007-08-14Totally comment-out the multilib option: it's not implemented, and not ↵Yann E. MORIN"1-15/+16
really implementable with the current crosstool-NG scheme.
2007-08-12Don't use -pipe when building glibc>=2.6: ./configure chokes on it.Yann E. MORIN"1-6/+20
(This is because "gcc -pipe --help" doesn't print what it should print).
2007-08-12Fix a small typo when extracting non-compressed steps.Yann E. MORIN"1-10/+10
Have a go for a sane handlign of tar options and extensions.
2007-08-12Fix saving the environment. Thanks to Mark Vels <Mark.Vels@fundem.net> for ↵Yann E. MORIN"1-4/+2
pointed it out!
2007-08-12Add experimental binutils-2.17.50.0.18, along with patches from previous ↵Yann E. MORIN"4-0/+75
snapshot.
2007-08-11Add linux-2.6.22.2 for headers.Yann E. MORIN"1-0/+6
2007-08-11Add glibc: 2.5.1 - 2.6 - 2.6.1.Yann E. MORIN"28-0/+1623
Apply the same patches as glibc 2.5: they apply without any problem (except for ridiculously small offsets).
2007-08-11When adding a new experimental/obsolete version, mark it as so in the prompt.Yann E. MORIN"1-4/+5
2007-08-07Introduce new config option: CT_TARGET_ALIAS_SED_EXPRYann E. MORIN"2-9/+34
This option is used as a sed expression to pass onto CT_TARGET to create an alias.
2007-08-07Make use of setsid to spawn removal processes: we don't want the rm's to ↵Yann E. MORIN"2-8/+8
stop if the main script fails and ends before all directories were removed.
2007-08-07Ignore generated doc.Yann E. MORIN"0-0/+0
2007-08-07Have Mekfile.in be a little more verbose.Yann E. MORIN"1-2/+8
2007-08-07Fix Makefile.in:Yann E. MORIN"1-2/+2
- correctly generate the documentation, - correctly remove generated documentation.
2007-08-07Revert previous spurious commit.Yann E. MORIN"3-10/+10
2007-08-07Fix the Makefile.in to correctly remove generated documentation.Yann E. MORIN"3-10/+10
2007-08-06Add patches for binutils-2.17.50.0.17 (vampirised from buildroot).Yann E. MORIN"3-0/+69
2007-08-04Add patches for gcc-4.2.1.Yann E. MORIN"17-0/+4016
2007-08-03A little cleanup in the glibc's pthread headers install.Yann E. MORIN"1-2/+5
2007-07-30Remove the correct file when cleaning.Yann E. MORIN"1-1/+1
2007-07-30Change svn:ignore to reflect the new generated file.Yann E. MORIN"0-0/+0
2007-07-30Change the way the compressed man page is built/installed.Yann E. MORIN"1-5/+8
2007-07-30Overwrite pre-existing compressed man page.Yann E. MORIN"1-1/+1
2007-07-30Install a compressed man page (as per Debian's policy).Yann E. MORIN"1-1/+2
(Yes, you guessed: I'll try to have crosstool-NG packaged in Debian)
2007-07-30Small typo fix.Yann E. MORIN"1-1/+1
2007-07-30Remove any reference to libfloat. That has gone once and for all.Yann E. MORIN"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.
2007-07-30Fix the step shortcuts (using a dash would confuse make).Yann E. MORIN"2-6/+6
2007-07-29Add gcc-4.2.1.Yann E. MORIN"2-0/+10
2007-07-28Bump version to +svn.Yann E. MORIN"1-1/+1
2007-07-28Bump version to 0.2.2.crosstool-ng-0.2.2Yann E. MORIN"1-1/+1
2007-07-28Remove TODO, I can seem to update it and follow what's there... :-(Yann E. MORIN"1-22/+0