Commit Graph

72 Commits

Author SHA1 Message Date
Yann E. MORIN"
14bc57f904 Update samples to latest set of options.
Update components up to the latest working version.
Update the set of supported languages for each sample.

 /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config      |   42    14    28     0 ++----
 /trunk/samples/mips-unknown-linux-uclibc/crosstool.config       |  107    62    45     0 ++++++++------
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config |   42    14    28     0 ++----
 /trunk/samples/ia64-unknown-linux-gnu/crosstool.config          |   79    43    36     0 ++++++-----
 /trunk/samples/armeb-unknown-linux-gnu/crosstool.config         |   42    13    29     0 +-----
 /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config     |  112    65    47     0 +++++++++------
 /trunk/samples/arm-unknown-linux-uclibc/crosstool.config        |   42    14    28     0 ++----
 /trunk/samples/i586-geode-linux-uclibc/crosstool.config         |   44    15    29     0 ++----
 /trunk/samples/i686-nptl-linux-gnu/crosstool.config             |   44    15    29     0 ++----
 9 files changed, 255 insertions(+), 299 deletions(-)
2008-05-04 10:44:07 +00:00
Yann E. MORIN"
266acfa496 As a bonus, the i686-nptl-linux-gnu can build Fortrn and Java!
/trunk/samples/i686-nptl-linux-gnu/crosstool.config |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2008-05-03 17:01:35 +00:00
Yann E. MORIN"
8b2cdf0f4e This one was hard to build. At least a combination taht works.
/trunk/samples/i686-nptl-linux-gnu/crosstool.config |  114    73    41     0 +++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 73 insertions(+), 41 deletions(-)
2008-05-03 16:57:23 +00:00
Yann E. MORIN"
89aca6f995 Update those samples to latest config options.
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config         |  115    76    39     0 +++++++++++++------
 /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config      |  114    73    41     0 +++++++++++++------
 /trunk/samples/arm-unknown-linux-uclibc/crosstool.config        |  116    74    42     0 ++++++++++++-------
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config |  141    98    43     0 ++++++++++++++++-------
 /trunk/samples/i586-geode-linux-uclibc/crosstool.config         |  120    76    44     0 +++++++++++++-------
 5 files changed, 397 insertions(+), 209 deletions(-)
2008-05-02 22:02:42 +00:00
Yann E. MORIN"
8739aa7574 Add a new help entry to list each samples more verbosely, but only on-demand.
/trunk/samples/samples.mk     |    4     4     0     0 ++++
 /trunk/scripts/showSamples.sh |   32    31     1     0 +++++++++++++++++++++++++++++++-
 2 files changed, 35 insertions(+), 1 deletion(-)
2008-05-02 21:49:43 +00:00
Yann E. MORIN"
07fa611771 Robet P. J. DAY: typoes. 2008-02-14 22:44:34 +00:00
Yann E. MORIN"
2fa75919ca Update the samples to the new set of options (not changing the configuration). 2008-01-16 22:21:55 +00:00
Yann E. MORIN"
dd9e2b9602 ARM EABI is now working for little endian ARM targets.
Big endian is still missing, though...
2007-09-16 17:59:18 +00:00
Yann E. MORIN"
d409c9fd1a Merge from branches/ia64@476 : add ia64 preliminary support. 2007-09-11 17:24:09 +00:00
Yann E. MORIN"
cdbe4e92cc Updated the armeb-unknown-linux-gnu sample to use the ;ost recent glibc with NPTL. 2007-09-06 12:43:30 +00:00
Yann E. MORIN"
1cf24eb2a4 Updated the armeb-unknown-linux-gnu sample. 2007-09-06 10:49:05 +00:00
Yann E. MORIN"
ab4896cfbf Updated the arm-unknown-linux-uclibc sample. 2007-09-06 10:21:36 +00:00
Yann E. MORIN"
01cdabced4 Updated the x86_64-unknown-linux-uclibc sample. 2007-09-06 09:46:01 +00:00
Yann E. MORIN"
a081360761 Update the i586-geode-linux-uclibc sample. 2007-09-06 09:22:52 +00:00
Yann E. MORIN"
01c3508a15 Update the mips-unknown-linux-uclibc sample (gcc -> 4.2.1). 2007-09-06 09:00:39 +00:00
Yann E. MORIN"
307b330501 Update the mips-unknown-linux-uclibc sample. 2007-09-06 08:56:04 +00:00
Yann E. MORIN"
f6bf43cb72 Update the armeb-unknown-linux-uclibc sample. 2007-09-05 22:01:31 +00:00
Yann E. MORIN"
9bd91cd467 Update the i686-nptl-linux-gnu sample. 2007-09-05 21:59:51 +00:00
Yann E. MORIN"
c6b330d845 Update all samples to the latest set of options (because so much as changed since we dropped the core C compiler and many obsolete versions). 2007-08-15 21:24:02 +00:00
Yann E. MORIN"
54cca9f2ba Add the possibility to force the number of // jobs without reconfiguring. 2007-08-15 14:59:37 +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"
6459b59608 Add a new sample for LE ARM. 2007-07-28 21:14:21 +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"
ef660a90ce Move CREDITS to docs/
Be a bit verbose when restoring a sample.
2007-07-22 21:29:42 +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"
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"
b7d0b6a469 Add an x86_64 sample. 2007-07-11 15:31:51 +00:00
Yann E. MORIN"
4707ea0357 Revamp the regtest action:
- enable one regtest per sample,
 - enable regtest for either local or global samples, or both,
 - document this in the help-build text.
2007-07-09 20:58:46 +00:00
Yann E. MORIN"
02e0cb51dd Be a little more verbose during regtest to say that a sample did build. 2007-07-09 18:37:21 +00:00
Yann E. MORIN"
2183c6baa5 Update the mips-unknown-linux-uclibc sample. 2007-07-08 22:26:37 +00:00
Yann E. MORIN"
6147aa7978 Update the i586-geode-linux-uclibc sample. 2007-07-08 22:24:03 +00:00
Yann E. MORIN"
97136e3cf2 Make regtest work back again. 2007-07-07 21:20:20 +00:00
Yann E. MORIN"
8331b26c77 Update the mips-unknown-linux-uclibc sample, now it is able to build both linux and busybox. 2007-07-06 18:07:04 +00:00
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.
2007-07-05 18:11:11 +00:00
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!
2007-07-04 17:06:58 +00:00
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).
2007-07-03 22:23:58 +00:00
Yann E. MORIN"
44226795b9 Silence calling the saveSample.sh script. 2007-07-02 16:56:42 +00:00
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>
2007-07-01 19:04:20 +00:00
Yann E. MORIN"
5e7fa0debc Make the progress bar a default for all samples. 2007-06-19 17:50:46 +00:00
Yann E. MORIN"
e0455a5ec9 Always call distclean after each sample when doing a regtest. 2007-06-18 11:43:02 +00:00
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). 2007-06-17 16:24:23 +00:00
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.
2007-06-17 14:51:37 +00:00
Yann E. MORIN"
b166f010a2 Add intermediate mesages when building regtests.
Distclean the repository after each sample during regtests.
2007-06-17 11:45:18 +00:00
Yann E. MORIN"
eae28ee8af Add the "regtest" make target: call "make regtest", and all samples wil be built, and a tarball made for each of them. First sample to fail causes the test to stop. 2007-06-17 11:13:48 +00:00
Yann E. MORIN"
de5df0533c Merge the NPTL stuff.
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
2007-05-27 20:22:06 +00:00
Yann E. MORIN"
13b6242fb6 Update mips-unknown-linux-uclibc to the latest set of config options. 2007-05-22 21:19:47 +00:00
Yann E. MORIN"
2e925f1569 Mark broken samples as such: use a file named 'broken' in the sample's directory.
Reflected this state when listing samples (in scripts/showSamples.sh).
2007-05-22 21:18:55 +00:00
Yann E. MORIN"
933ea57382 Update the mips-unknown-linux-uclibc sample to the new set of config options.
Switch the ISA from mips32 to mips1.
2007-05-22 20:41:50 +00:00
Yann E. MORIN"
aa6ae43fd7 Add uClibc-0.9.29:
- associated patch set
  - update the munging function to accomodate the new config variables
libfloat version was missing from the previous commit... :-(
Better handle the case where the sample directory already exist but isn't under revision control, and in case the destination file doesn't exist in the sample directory.
2007-05-19 22:52:47 +00:00