Commit Graph

5708 Commits

Author SHA1 Message Date
Yann E. MORIN"
928658aeaa Install a compressed man page (as per Debian's policy).
(Yes, you guessed: I'll try to have crosstool-NG packaged in Debian)
2007-07-30 21:10:22 +00:00
Yann E. MORIN"
8922b9cd7d Small typo fix. 2007-07-30 21:09:12 +00:00
Yann E. MORIN"
7131764f9c Remove any reference to libfloat. That has gone once and for all.
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-30 20:02:13 +00:00
Yann E. MORIN"
20e08ffa90 Fix the step shortcuts (using a dash would confuse make). 2007-07-30 19:35:39 +00:00
Yann E. MORIN"
af1ecbd4f3 Add gcc-4.2.1. 2007-07-29 19:15:27 +00:00
Yann E. MORIN"
ccd9e55838 Bump version to +svn. 2007-07-28 21:35:46 +00:00
Yann E. MORIN"
36385b101a Bump version to 0.2.2. 2007-07-28 21:34:41 +00:00
Yann E. MORIN"
a7862a5c99 Remove TODO, I can seem to update it and follow what's there... :-( 2007-07-28 21:15:11 +00:00
Yann E. MORIN"
6459b59608 Add a new sample for LE ARM. 2007-07-28 21:14:21 +00:00
Yann E. MORIN"
319811373d Fix uninstalling man. 2007-07-28 20:45:24 +00:00
Yann E. MORIN"
96ef489cb4 Tidy up a bit the uClibc config munging. 2007-07-28 11:59:37 +00:00
Yann E. MORIN"
d4886dbe64 Fix install: man page was not being installed.
Fix uninstall: dont't uninstall if using local copy, don't try to remove non-existant files.
2007-07-28 11:57:42 +00:00
Yann E. MORIN"
4d90f28bf9 Update tools/config.guess. 2007-07-27 11:45:13 +00:00
Yann E. MORIN"
f9b4691831 In overview.txt, document the two ways of using crosstool-NG: install and --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-24 21:51:24 +00:00
Yann E. MORIN"
9ecf1b7cd8 Mark D.U.M.A 2_5_2 and 2_5_3 as being broken: they don't even build on any of my sample toolchain... :-( 2007-07-24 21:45:46 +00:00
Yann E. MORIN"
b35207cc88 Update the samples to the latest option set. 2007-07-24 20:41:08 +00:00
Yann E. MORIN"
a8a9235844 The latest uClibc-0.9.29 patch grabbed from buildroot is buggy wrt a type (__ulong_t does not exist, while __u_long does). Fix that. 2007-07-23 20:56:29 +00:00
Yann E. MORIN"
a69e51dc7c MAKEFLAGS was leaking into some components build system (dmalloc, for example). This fixes it. 2007-07-23 19:49:35 +00:00
Yann E. MORIN"
41708f76f9 Try again to fix the --local behavior. 2007-07-23 09:46:05 +00:00
Yann E. MORIN"
b765f36320 Seems like the --no-builtin-rules and -r options to make are not the same... 2007-07-23 09:21:52 +00:00
Yann E. MORIN"
8f9c1008d5 Fix a typo in CREDITS. 2007-07-22 21:31:04 +00:00
Yann E. MORIN"
ef660a90ce Move CREDITS to docs/
Be a bit verbose when restoring a sample.
2007-07-22 21:29:42 +00:00
Yann E. MORIN"
f38b71646a Re-instate the --local configure switch to not install and use the local crosstool-NG copy. 2007-07-22 17:44:27 +00:00
Yann E. MORIN"
787be08150 No need to expand the host cc every time. 2007-07-22 16:36:20 +00:00
Yann E. MORIN"
b984db5ffc Clean the help entry for CT_ARCH_CPU. 2007-07-22 16:32:24 +00:00
Yann E. MORIN"
752c190425 Fix installing a glibc header for those archs that are in ports. 2007-07-22 13:27:04 +00:00
Yann E. MORIN"
1293ffef11 Vampirise two more patches against uClibc-0.9.29 from buildroot. 2007-07-21 20:31:26 +00:00
Yann E. MORIN"
55f66b762c Remove unused patch to uClibc-0.9.29. 2007-07-21 17:22:24 +00:00
Yann E. MORIN"
143e1b0e98 Add D.U.M.A. 2.5.2 and 2.5.3. 2007-07-21 10:15:13 +00:00
Yann E. MORIN"
fc70acd6e7 Update the download messages for sstrip.c to the same mesages used in scripts/functions. 2007-07-17 21:55:15 +00:00
Yann E. MORIN"
8c23854de2 Re-order and rework a bit docs/overview.txt. Plus a typo fix. 2007-07-17 21:49:43 +00:00
Yann E. MORIN"
d5db172ef4 Revisit the extract-config way of working: ct-ng is the sole entry point to 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-17 21:44:33 +00:00
Yann E. MORIN"
3f4ac101f2 When isntalling aliases, send symlinks creation to CT_DEBUG log level. 2007-07-17 21:41:39 +00:00
Yann E. MORIN"
1a32a0fbbc Remove the symlinks to the build/host tools earlier. 2007-07-17 21:38:35 +00:00
Yann E. MORIN"
2175c8b29d Fix typo in version action. 2007-07-17 07:18:04 +00:00
Yann E. MORIN"
e022235cdc Update the mips-unknown-linux-uclibc sample. 2007-07-16 20:41:19 +00:00
Yann E. MORIN"
a21ef8c45f Update the x86_64-unknown-linux-uclibc sample. 2007-07-16 18:59:48 +00:00
Yann E. MORIN"
ca06c37200 Update and fix a patch to strace. 2007-07-16 18:58:40 +00:00
Yann E. MORIN"
09cd1dce17 Update TODO. 2007-07-16 16:35:15 +00:00
Yann E. MORIN"
16503c2f06 Add an action to print the version. 2007-07-16 16:34:36 +00:00
Yann E. MORIN"
e95b75f7e3 Bump version to +svn. 2007-07-15 17:01:40 +00:00
Yann E. MORIN"
1b0e3fe93d Bump version to 0.2.1. 2007-07-15 17:00:57 +00:00
Yann E. MORIN"
d995e22025 Add an option to save downloaded tarballs to local tarballs directory.
Sanitise CT_GetFile.
Change some messages (Copying -> Retrieving).
2007-07-15 17:00:30 +00:00
Yann E. MORIN"
51212ec0eb Really unmark gcc-4.2.0 as being EXPERIMENTAL. 2007-07-15 16:32:14 +00:00
Yann E. MORIN"
1a300453d6 Unmark gcc-4.2.0 as being EXPERIMENTAL. 2007-07-15 09:43:36 +00:00
Yann E. MORIN"
e47864d83d Copy softfloat fix patch from gcc-4.1.2 to gcc-4.2.0. 2007-07-15 09:42:43 +00:00
Yann E. MORIN"
e9916d58e9 Rename all Makefiles used by ct-ng into (something).mk, to avoid confusion. 2007-07-15 09:09:04 +00:00
Yann E. MORIN"
caab647ef2 Fix distclean. 2007-07-15 08:37:22 +00:00
Yann E. MORIN"
9311633718 Sanitise populate a little bit. 2007-07-14 21:21:55 +00:00
Yann E. MORIN"
17a0a9be24 Re-order help entries in populate. 2007-07-14 20:43:51 +00:00