Commit Graph

4972 Commits (master)
 

Author SHA1 Message Date
Yann E. MORIN" 6147aa7978 Update the i586-geode-linux-uclibc sample. 16 years ago
Yann E. MORIN" 7e40126cb9 Add (EXPERIMENTAL) in prompts of those options that depend on EXPERIMENTAL. 16 years ago
Yann E. MORIN" ff168e3c99 Ad da svn:ignore property to ignore my local TOD file. 16 years ago
Yann E. MORIN" 396ef34c2e Make distclean work again: don't try to remove a directory twice. 16 years ago
Yann E. MORIN" 1f16f7a6f7 Add a utility to populate a root directory with libraries from the toolchain. 16 years ago
Yann E. MORIN" e4491e87ad Add linux-2.6.21.6 kernel. 16 years ago
Yann E. MORIN" 97136e3cf2 Make regtest work back again. 16 years ago
Yann E. MORIN" 15874284b8 Disable tarball creation until it's fixed. 16 years ago
Yann E. MORIN" 477605c70c Clean a little bit more. 16 years ago
Yann E. MORIN" 8b99fa0955 More uClibc parrallel compilation cleanup. 16 years ago
Yann E. MORIN" f6e904567f Parrallel compilation is broken for uClibc (I don't know if any of my patches is doing it, or if mainline is already broken). 16 years ago
Yann E. MORIN" 674ee531e6 Silence "which" being verbose in some distros. (eg. Mandriva's which spawns "foobar was not found in /bin:/usr/bin:...." directly on stderr) 16 years ago
Yann E. MORIN" 8331b26c77 Update the mips-unknown-linux-uclibc sample, now it is able to build both linux and busybox. 16 years ago
Yann E. MORIN" fa64078194 Update the armeb-unknown-linux-gnu to be buildable.
Both busybox-svn and linux-2.6.21.5 are succesfully built.
16 years ago
Yann E. MORIN" cf0e152c53 Update version to 0.1.2+svn. 16 years ago
Yann E. MORIN" ecf44ce751 Bump version to 0.1.2. 16 years ago
Yann E. MORIN" 51528878bb ct-ng now needs the 'build' action to be passed when restarting/stopping at a specific step.
Don't use make to build steps, rather use CT_NG to call ct-ng.
16 years ago
Yann E. MORIN" 1319b8882a Before trying to download sstrip (from buildroot), try a local copy first. 16 years ago
Yann E. MORIN" 65919faa70 Update the overview documentation. 16 years ago
Yann E. MORIN" 3527e8c561 Update the armeb-unknown-linux-uclibc sample to:
- use latest binutils,
 - build sstrip,
 - build dmalloc and gdb.

Note: linux-2.6.21.5 for NSLU2 and busybox build!
16 years ago
Yann E. MORIN" 96456d1abb Add binutils-2.17.50.0.17. 16 years ago
Yann E. MORIN" c11dc8a296 The armeb-unknown-linux-uclibc sample now builds without libfloat.
The generated toolchain is at least able to build busybox (which wasn't the case before).
16 years ago
Yann E. MORIN" 5b1af13ea6 Make checking the linux installed headers optional (instead of systematic). 16 years ago
Yann E. MORIN" 439940ab2e Kill "./configure --local", it does not work and it is dangerous if one tries to "make uninstall"! 16 years ago
Yann E. MORIN" 9265403b8b Get rid of eclipse fiels once and for all.
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.
16 years ago
Yann E. MORIN" 928ccb1f41 Bump version to +svn. 16 years ago
Yann E. MORIN" 9d2228b561 Bump version. 16 years ago
Yann E. MORIN" da5a25c065 Don't install licenses files. 16 years ago
Yann E. MORIN" 5a9aeaf7a0 Fix handling --prefix. 16 years ago
Yann E. MORIN" c84805249c Update docs/overview.txt to match the new way to call crosstool-ng: "ct-ng [action]" in lieu of "make [action]". 16 years ago
Yann E. MORIN" 344a346103 Rephrase the licensing of patches/ 16 years ago
Yann E. MORIN" 5785bc53b4 Little update to CREDITS. 16 years ago
Yann E. MORIN" 44226795b9 Silence calling the saveSample.sh script. 16 years ago
Yann E. MORIN" 3c7d47884b Get rid of the eclipse files. 16 years ago
Yann E. MORIN" 271a92293b Update version back to +svn.
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
16 years ago
Yann E. MORIN" bca435249b Bump version to 0.1.0 16 years ago
Yann E. MORIN" 1bb07c805c Fix running without installing.
Update README.
Point help to the man page.
16 years ago
Yann E. MORIN" e9e6759672 chmod ct-ng to be executable in the build dir. 16 years ago
Yann E. MORIN" 5931c4dd26 ./configure gains a help entry. 16 years ago
Yann E. MORIN" 26713d4210 Merge the build system to trunk: ct-ng is now installable:
- ./configure --prefix=/some/place
 - make
 - make install
 - export PATH="${PATH}:/some/place/bin"
 - ct-ng <action>
16 years ago
Yann E. MORIN" c2abd16d69 Better handling of the steps lists:
- new make rulle: liststeps,
 - new help entry telling about liststeps,
 - update documentation accordingly.
16 years ago
Yann E. MORIN" 5e7fa0debc Make the progress bar a default for all samples. 16 years ago
Yann E. MORIN" e0455a5ec9 Always call distclean after each sample when doing a regtest. 16 years ago
Yann E. MORIN" ca3bb596c1 Update version to -svn. 16 years ago
Yann E. MORIN" fca6189dd2 Prepare to release crosstool-ng-0.0.5. 16 years ago
Yann E. MORIN" 253edb125b Rework the help system. For now, this is mostly a no-op (it only re-organise the help entries), but later, that may come in handy when we want ct-ng to be installable). 16 years ago
Yann E. MORIN" b9f843657a Offer an option to build the gdbserver statically. This helps in case of debugging shared library loading. 16 years ago
Yann E. MORIN" 7746415b7d The log file is no longer configurable: it is always "${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.
16 years ago
Yann E. MORIN" e1e7d871b2 Default the progress bar to 'Y'. 16 years ago
Yann E. MORIN" 6e1602431b Bail out if .config is missing. 16 years ago