Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update version to 0.1.2+svn. | Yann E. MORIN" | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | Bump version to 0.1.2. | Yann E. MORIN" | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | ct-ng now needs the 'build' action to be passed when restarting/stopping at ↵ | Yann E. MORIN" | 2007-07-04 | 1 | -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-04 | 1 | -0/+6 |
| | |||||
* | Update the overview documentation. | Yann E. MORIN" | 2007-07-04 | 1 | -8/+35 |
| | |||||
* | Update the armeb-unknown-linux-uclibc sample to: | Yann E. MORIN" | 2007-07-04 | 2 | -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-03 | 1 | -0/+5 |
| | |||||
* | The armeb-unknown-linux-uclibc sample now builds without libfloat. | Yann E. MORIN" | 2007-07-03 | 1 | -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-03 | 2 | -9/+18 |
| | |||||
* | Kill "./configure --local", it does not work and it is dangerous if one ↵ | Yann E. MORIN" | 2007-07-03 | 2 | -24/+5 |
| | | | | tries to "make uninstall"! | ||||
* | Get rid of eclipse fiels once and for all. | Yann E. MORIN" | 2007-07-02 | 13 | -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-02 | 1 | -1/+1 |
| | |||||
* | Bump version. | Yann E. MORIN" | 2007-07-02 | 1 | -1/+1 |
| | |||||
* | Don't install licenses files. | Yann E. MORIN" | 2007-07-02 | 1 | -3/+3 |
| | |||||
* | Fix handling --prefix. | Yann E. MORIN" | 2007-07-02 | 1 | -1/+1 |
| | |||||
* | Update docs/overview.txt to match the new way to call crosstool-ng: "ct-ng ↵ | Yann E. MORIN" | 2007-07-02 | 1 | -16/+16 |
| | | | | [action]" in lieu of "make [action]". | ||||
* | Rephrase the licensing of patches/ | Yann E. MORIN" | 2007-07-02 | 1 | -7/+11 |
| | |||||
* | Little update to CREDITS. | Yann E. MORIN" | 2007-07-02 | 1 | -0/+3 |
| | |||||
* | Silence calling the saveSample.sh script. | Yann E. MORIN" | 2007-07-02 | 1 | -1/+1 |
| | |||||
* | Get rid of the eclipse files. | Yann E. MORIN" | 2007-07-01 | 1 | -3/+0 |
| | |||||
* | Update version back to +svn. | Yann E. MORIN" | 2007-07-01 | 1 | -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.0 | Yann E. MORIN" | 2007-07-01 | 1 | -1/+1 |
| | |||||
* | Fix running without installing. | Yann E. MORIN" | 2007-07-01 | 4 | -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-01 | 1 | -1/+2 |
| | |||||
* | ./configure gains a help entry. | Yann E. MORIN" | 2007-07-01 | 1 | -5/+37 |
| | |||||
* | Merge the build system to trunk: ct-ng is now installable: | Yann E. MORIN" | 2007-07-01 | 18 | -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-26 | 2 | -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-19 | 3 | -3/+3 |
| | |||||
* | Always call distclean after each sample when doing a regtest. | Yann E. MORIN" | 2007-06-18 | 1 | -4/+4 |
| | |||||
* | Update version to -svn. | Yann E. MORIN" | 2007-06-17 | 1 | -1/+1 |
| | |||||
* | Prepare to release crosstool-ng-0.0.5. | Yann E. MORIN" | 2007-06-17 | 1 | -1/+1 |
| | |||||
* | Rework the help system. For now, this is mostly a no-op (it only re-organise ↵ | Yann E. MORIN" | 2007-06-17 | 4 | -21/+42 |
| | | | | the help entries), but later, that may come in handy when we want ct-ng to be installable). | ||||
* | Offer an option to build the gdbserver statically. This helps in case of ↵ | Yann E. MORIN" | 2007-06-17 | 2 | -0/+15 |
| | | | | debugging shared library loading. | ||||
* | The log file is no longer configurable: it is always ↵ | Yann E. MORIN" | 2007-06-17 | 5 | -41/+48 |
| | | | | | | | | "${CT_PREFIX_DIR}/build.log". Add an option to compress the log file upon successfull build. Make rendering the toolchain read-only optional. A few eye-candy fixes. | ||||
* | Default the progress bar to 'Y'. | Yann E. MORIN" | 2007-06-17 | 1 | -1/+1 |
| | |||||
* | Bail out if .config is missing. | Yann E. MORIN" | 2007-06-17 | 1 | -0/+1 |
| | |||||
* | Speak of regtest in "make help". | Yann E. MORIN" | 2007-06-17 | 1 | -0/+1 |
| | |||||
* | Update version to -svn. | Yann E. MORIN" | 2007-06-17 | 1 | -1/+1 |
| | |||||
* | Prepare to release crosstool-ng-0.0.4. | Yann E. MORIN" | 2007-06-17 | 1 | -1/+1 |
| | |||||
* | scripts/showSamples.sh: | Yann E. MORIN" | 2007-06-17 | 4 | -82/+80 |
| | | | | | | | | | | | | - revert sample dumping to not show the components versions; docs/overview.txt: - reorder docs/overview.txt so that configuring comes before running, - tell about regtest; Makefile: config/global.in: - point to docs/overview.txt for the list of steps; | ||||
* | Add intermediate mesages when building regtests. | Yann E. MORIN" | 2007-06-17 | 1 | -3/+3 |
| | | | | Distclean the repository after each sample during regtests. | ||||
* | Add the "regtest" make target: call "make regtest", and all samples wil be ↵ | Yann E. MORIN" | 2007-06-17 | 2 | -52/+94 |
| | | | | built, and a tarball made for each of them. First sample to fail causes the test to stop. | ||||
* | scripts/functions is responsible for initiating the log file. | Yann E. MORIN" | 2007-06-16 | 3 | -8/+9 |
| | | | | Users of the log facility are in charge to use, move, delete this log file, now. | ||||
* | Fix printing components' file names. | Yann E. MORIN" | 2007-06-16 | 7 | -8/+11 |
| | |||||
* | Answer default values when doing a defoldconfig. | Yann E. MORIN" | 2007-06-16 | 1 | -1/+1 |
| | |||||
* | When doing a silent old config, don't check if stdin was redirected. ct-ng ↵ | Yann E. MORIN" | 2007-06-16 | 1 | -1/+0 |
| | | | | doesn't use this feature, and even better yet, it makes explicit use of redirecting both stdin and stdout at aome moments. | ||||
* | Add a function to print each component's filename: this eases building the ↵ | Yann E. MORIN" | 2007-06-16 | 10 | -8/+79 |
| | | | | | | tarball of the generated toolchain. Hard-link the libfloat tarball instead of soft-link: this also eases building the afore-mentioned tarball. | ||||
* | When searching a matching extension for a file, also check for the empty ↵ | Yann E. MORIN" | 2007-06-16 | 1 | -1/+4 |
| | | | | extension. | ||||
* | Rework the generated config file handling. | Yann E. MORIN" | 2007-06-16 | 1 | -7/+9 |
| | |||||
* | Don't go menuconfig if no .config present. | Yann E. MORIN" | 2007-06-16 | 1 | -2/+3 |
| | | | | Handle the case where targets does not exist when calling distclean. |