summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2007-07-28Add a new sample for LE ARM.Yann E. MORIN"2-0/+570
2007-07-28Fix uninstalling man.Yann E. MORIN"1-0/+2
2007-07-28Tidy up a bit the uClibc config munging.Yann E. MORIN"1-16/+18
2007-07-28Fix install: man page was not being installed.Yann E. MORIN"1-9/+8
Fix uninstall: dont't uninstall if using local copy, don't try to remove non-existant files.
2007-07-27Update tools/config.guess.Yann E. MORIN"1-3/+3
2007-07-24In overview.txt, document the two ways of using crosstool-NG: install and ↵Yann E. MORIN"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.
2007-07-24Mark D.U.M.A 2_5_2 and 2_5_3 as being broken: they don't even build on any ↵Yann E. MORIN"1-0/+2
of my sample toolchain... :-(
2007-07-24Update the samples to the latest option set.Yann E. MORIN"6-62/+255
2007-07-23The latest uClibc-0.9.29 patch grabbed from buildroot is buggy wrt a type ↵Yann E. MORIN"1-1/+1
(__ulong_t does not exist, while __u_long does). Fix that.
2007-07-23MAKEFLAGS was leaking into some components build system (dmalloc, for ↵Yann E. MORIN"1-0/+4
example). This fixes it.
2007-07-23Try again to fix the --local behavior.Yann E. MORIN"1-2/+2
2007-07-23Seems like the --no-builtin-rules and -r options to make are not the same...Yann E. MORIN"1-1/+1
2007-07-22Fix a typo in CREDITS.Yann E. MORIN"1-1/+1
2007-07-22Move CREDITS to docs/Yann E. MORIN"3-3/+5
Be a bit verbose when restoring a sample.
2007-07-22Re-instate the --local configure switch to not install and use the local ↵Yann E. MORIN"4-14/+31
crosstool-NG copy.
2007-07-22No need to expand the host cc every time.Yann E. MORIN"1-1/+1
2007-07-22Clean the help entry for CT_ARCH_CPU.Yann E. MORIN"1-1/+1
2007-07-22Fix installing a glibc header for those archs that are in ports.Yann E. MORIN"1-0/+3
2007-07-21Vampirise two more patches against uClibc-0.9.29 from buildroot.Yann E. MORIN"2-0/+142
2007-07-21Remove unused patch to uClibc-0.9.29.Yann E. MORIN"1-396/+0
2007-07-21Add D.U.M.A. 2.5.2 and 2.5.3.Yann E. MORIN"1-0/+10
2007-07-17Update the download messages for sstrip.c to the same mesages used in ↵Yann E. MORIN"1-2/+6
scripts/functions.
2007-07-17Re-order and rework a bit docs/overview.txt. Plus a typo fix.Yann E. MORIN"1-10/+12
2007-07-17Revisit the extract-config way of working: ct-ng is the sole entry point to ↵Yann E. MORIN"4-7/+27
crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
2007-07-17When isntalling aliases, send symlinks creation to CT_DEBUG log level.Yann E. MORIN"1-1/+1
2007-07-17Remove the symlinks to the build/host tools earlier.Yann E. MORIN"1-5/+5
2007-07-17Fix typo in version action.Yann E. MORIN"1-1/+1
2007-07-16Update the mips-unknown-linux-uclibc sample.Yann E. MORIN"1-8/+50
2007-07-16Update the x86_64-unknown-linux-uclibc sample.Yann E. MORIN"1-9/+51
2007-07-16Update and fix a patch to strace.Yann E. MORIN"1-7/+9
2007-07-16Update TODO.Yann E. MORIN"1-0/+2
2007-07-16Add an action to print the version.Yann E. MORIN"1-0/+6
2007-07-15Bump version to +svn.Yann E. MORIN"1-1/+1
2007-07-15Bump version to 0.2.1.crosstool-ng-0.2.1Yann E. MORIN"1-1/+1
2007-07-15Add an option to save downloaded tarballs to local tarballs directory.Yann E. MORIN"3-9/+25
Sanitise CT_GetFile. Change some messages (Copying -> Retrieving).
2007-07-15Really unmark gcc-4.2.0 as being EXPERIMENTAL.Yann E. MORIN"2-2/+2
2007-07-15Unmark gcc-4.2.0 as being EXPERIMENTAL.Yann E. MORIN"2-2/+0
2007-07-15Copy softfloat fix patch from gcc-4.1.2 to gcc-4.2.0.Yann E. MORIN"1-0/+58