aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version to +svn.Yann E. MORIN"2007-07-081-1/+1
|
* Bump version to 0.2.0.Yann E. MORIN"2007-07-081-1/+1
|
* Fix the install procedure:Yann E. MORIN"2007-07-082-0/+2
| | | | | - remove useless script tools/addToolVersion.sh: it is not needed when running crosstool-NG, only for developpers, - create a symlink to the configuration extract script, so that it is in the PATH if ct-ng is.
* Update the mips-unknown-linux-uclibc sample.Yann E. MORIN"2007-07-081-4/+5
|
* Update the i586-geode-linux-uclibc sample.Yann E. MORIN"2007-07-082-35/+124
|
* Add (EXPERIMENTAL) in prompts of those options that depend on EXPERIMENTAL.Yann E. MORIN"2007-07-083-3/+3
|
* Ad da svn:ignore property to ignore my local TOD file.Yann E. MORIN"2007-07-080-0/+0
|
* Make distclean work again: don't try to remove a directory twice.Yann E. MORIN"2007-07-081-1/+0
|
* Add a utility to populate a root directory with libraries from the toolchain.Yann E. MORIN"2007-07-083-0/+134
|
* Add linux-2.6.21.6 kernel.Yann E. MORIN"2007-07-081-0/+6
|
* Make regtest work back again.Yann E. MORIN"2007-07-071-6/+6
|
* Disable tarball creation until it's fixed.Yann E. MORIN"2007-07-071-1/+3
|
* Clean a little bit more.Yann E. MORIN"2007-07-071-0/+2
|
* More uClibc parrallel compilation cleanup.Yann E. MORIN"2007-07-071-3/+2
|
* Parrallel compilation is broken for uClibc (I don't know if any of my ↵Yann E. MORIN"2007-07-071-2/+1
| | | | patches is doing it, or if mainline is already broken).
* Silence "which" being verbose in some distros. (eg. Mandriva's which spawns ↵Yann E. MORIN"2007-07-073-10/+19
| | | | "foobar was not found in /bin:/usr/bin:...." directly on stderr)
* Update the mips-unknown-linux-uclibc sample, now it is able to build both ↵Yann E. MORIN"2007-07-062-47/+136
| | | | linux and busybox.
* Update the armeb-unknown-linux-gnu to be buildable.Yann E. MORIN"2007-07-052-25/+69
| | | | Both busybox-svn and linux-2.6.21.5 are succesfully built.
* Update version to 0.1.2+svn.Yann E. MORIN"2007-07-041-1/+1
|
* Bump version to 0.1.2.Yann E. MORIN"2007-07-041-1/+1
|
* ct-ng now needs the 'build' action to be passed when restarting/stopping at ↵Yann E. MORIN"2007-07-041-3/+3
| | | | | | a specific step. Don't use make to build steps, rather use CT_NG to call ct-ng.
* Before trying to download sstrip (from buildroot), try a local copy first.Yann E. MORIN"2007-07-041-0/+6
|
* Update the overview documentation.Yann E. MORIN"2007-07-041-8/+35
|
* Update the armeb-unknown-linux-uclibc sample to:Yann E. MORIN"2007-07-042-6/+22
| | | | | | | | - use latest binutils, - build sstrip, - build dmalloc and gdb. Note: linux-2.6.21.5 for NSLU2 and busybox build!
* Add binutils-2.17.50.0.17.Yann E. MORIN"2007-07-031-0/+5
|
* The armeb-unknown-linux-uclibc sample now builds without libfloat.Yann E. MORIN"2007-07-031-16/+46
| | | | The generated toolchain is at least able to build busybox (which wasn't the case before).
* Make checking the linux installed headers optional (instead of systematic).Yann E. MORIN"2007-07-032-9/+18
|
* Kill "./configure --local", it does not work and it is dangerous if one ↵Yann E. MORIN"2007-07-032-24/+5
| | | | tries to "make uninstall"!
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-0213-162/+58
| | | | | | | | | Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
* Bump version to +svn.Yann E. MORIN"2007-07-021-1/+1
|
* Bump version.Yann E. MORIN"2007-07-021-1/+1
|
* Don't install licenses files.Yann E. MORIN"2007-07-021-3/+3
|
* Fix handling --prefix.Yann E. MORIN"2007-07-021-1/+1
|
* Update docs/overview.txt to match the new way to call crosstool-ng: "ct-ng ↵Yann E. MORIN"2007-07-021-16/+16
| | | | [action]" in lieu of "make [action]".
* Rephrase the licensing of patches/Yann E. MORIN"2007-07-021-7/+11
|
* Little update to CREDITS.Yann E. MORIN"2007-07-021-0/+3
|
* Silence calling the saveSample.sh script.Yann E. MORIN"2007-07-021-1/+1
|
* Get rid of the eclipse files.Yann E. MORIN"2007-07-011-3/+0
|
* Update version back to +svn.Yann E. MORIN"2007-07-011-1/+1
| | | | | Note: to show that svn is current version plus current developements, the dash (-) has been replaced with a plus (+). Thus, now that 0.1.0 has been released, we're preparing the next version, that is 0.1.0 plus svn developments, thus 0.1.0+svn
* Bump version to 0.1.0Yann E. MORIN"2007-07-011-1/+1
|
* Fix running without installing.Yann E. MORIN"2007-07-014-23/+49
| | | | | Update README. Point help to the man page.
* chmod ct-ng to be executable in the build dir.Yann E. MORIN"2007-07-011-1/+2
|
* ./configure gains a help entry.Yann E. MORIN"2007-07-011-5/+37
|
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-0118-185/+635
| | | | | | | | - ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>
* Better handling of the steps lists:Yann E. MORIN"2007-06-262-61/+30
| | | | | | - new make rulle: liststeps, - new help entry telling about liststeps, - update documentation accordingly.
* Make the progress bar a default for all samples.Yann E. MORIN"2007-06-193-3/+3
|
* Always call distclean after each sample when doing a regtest.Yann E. MORIN"2007-06-181-4/+4
|
* Update version to -svn.Yann E. MORIN"2007-06-171-1/+1
|
* Prepare to release crosstool-ng-0.0.5.Yann E. MORIN"2007-06-171-1/+1
|
* Rework the help system. For now, this is mostly a no-op (it only re-organise ↵Yann E. MORIN"2007-06-174-21/+42
| | | | the help entries), but later, that may come in handy when we want ct-ng to be installable).