Commit Graph

158 Commits

Author SHA1 Message Date
Yann E. MORIN"
b0949f6291 Update this sample.
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config |  106    52    54     0 ++++++++++-----------
 /trunk/samples/arm-unknown-linux-gnueabi/reported.by      |    1     1     0     0 +
 2 files changed, 53 insertions(+), 54 deletions(-)
2008-10-25 16:53:05 +00:00
Yann E. MORIN"
5cadb1c40b Update this sample.
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config |   37    20    17     0 ++++++++-------
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/reported.by      |    2     1     1     0
 2 files changed, 21 insertions(+), 18 deletions(-)
2008-10-25 16:17:20 +00:00
Yann E. MORIN"
e912ebc475 Update the sh4 sample.
/trunk/samples/sh4-unknown-linux-gnu/crosstool.config |   27    10    17     0 +++++++++----------------
 1 file changed, 10 insertions(+), 17 deletions(-)
2008-10-24 11:42:48 +00:00
Yann E. MORIN"
c15b9fb7ea Make Super-H finally compile a complete (C-only) toolchain:
- new, un-tested patches
 - an sh4 sample to work on, and to try to reproduce later.

 /trunk/patches/glibc/2.7/250-sh-chop-linux-version.patch         |   49    49     0     0 ++
 /trunk/patches/glibc/2.7/240-sh-lowlevellock-asm.patch           |   56    56     0     0 +++
 /trunk/patches/glibc/2.7/270-sh-fix-procfs.patch                 |   11    11     0     0 +
 /trunk/patches/glibc/2.7/280-sh-fix-kernel-heders-location.patch |   23    23     0     0 +
 /trunk/patches/glibc/2.7/260-sh-syscall-error-path.patch         |   26    26     0     0 +
 /trunk/samples/sh4-unknown-linux-gnu/crosstool.config            |  311   311     0     0 ++++++++++++++
 /trunk/samples/sh4-unknown-linux-gnu/reported.by                 |    3     3     0     0 +
 7 files changed, 479 insertions(+)
2008-10-22 20:50:10 +00:00
Yann E. MORIN"
9cce3e2d7c Remove the ppc-405fp sample, replace with a ppc-405 sample (405fp has an FPU, 405 does not).
Thanks to Julien DUSSER for reporting this.

 /trunk/samples/powerpc-405-linux-gnu/crosstool.config |  343   343     0     0 +++++++++++++++++++++++++
 /trunk/samples/powerpc-405-linux-gnu/reported.by      |    3     3     0     0 +
 2 files changed, 346 insertions(+)
2008-10-22 19:03:08 +00:00
Yann E. MORIN"
3fdcbf0b26 Add a 405fp soft-float PowerPC sample.
/trunk/scripts/saveSample.sh                            |    2     1     1     0
 /trunk/samples/powerpc-405fp-linux-gnu/crosstool.config |  338   338     0     0 +++++++++++++++++++++++
 /trunk/samples/powerpc-405fp-linux-gnu/reported.by      |    3     3     0     0 +
 3 files changed, 342 insertions(+), 1 deletion(-)
2008-10-21 21:31:23 +00:00
Yann E. MORIN"
ee5492e658 Fix saving samples when the uClibc config file is already saved.
/trunk/scripts/saveSample.sh                                    |    4     2     2     0
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config |  140    71    69     0 ++++++++-------
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/reported.by      |    3     3     0     0 +
 3 files changed, 76 insertions(+), 71 deletions(-)
2008-10-17 14:26:53 +00:00
Yann E. MORIN"
4e7d6836a5 Cheesy kconfig stuff:
- silent/quiet/verbose build:
   - ct-ng by default only prints quit messages, such as "CC xxx",
   - if using V=0, nothing is printed,
   - if using V=1, the full command lines are printed,
   - other values are indeterminate,
   - should help in debugging the kconfig stuff;
 - complete kconfig/{,m}conf generation:
   - fully dynamic dependencies on source files,
   - compilation of .c into .o, then linking (instead of direct linking),
   - VPATH usage when not --local;
Typo + a coment moved.

 /trunk/kconfig/kconfig.mk |  140    87    53     0 +++++++++++++++++++++++++++++++++--------------------
 /trunk/tools/tools.mk     |   12     6     6     0 ++--
 /trunk/steps.mk           |    6     3     3     0 +-
 /trunk/samples/samples.mk |   30    15    15     0 +++++-----
 /trunk/ct-ng.in           |   40    28    12     0 +++++++++++----
 5 files changed, 139 insertions(+), 89 deletions(-)
2008-10-15 21:29:56 +00:00
Yann E. MORIN"
c8a68d987b Introduce the notion of a 'sample comment'.
- presence of the sample's reported.by file is now mandatory.
- when saving a sample, reporter name & URL are queried, to avoid operator forget about creating the reported.by file.
- when saving a sample, one can store a few-liner comment.
- when recalling a sample, the reporter name, URL and comment (if present) are printed.
- update the powerpc-e500v2-linux-gnuspe sample to include Nate's comment (from his original mail).
- update all samples that were missing the reported.by file.

 /trunk/scripts/saveSample.sh                           |   46    35    11     0 ++++++++++++++++++------
 /trunk/scripts/showSamples.sh                          |   12     6     6     0 +++---
 /trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by |   15    15     0     0 ++++++++
 /trunk/samples/samples.mk                              |   22    17     5     0 +++++++++--
 4 files changed, 73 insertions(+), 22 deletions(-)
2008-10-14 21:30:27 +00:00
Yann E. MORIN"
637a4b94e8 Use a function to retrieve a sample directory.
/trunk/samples/samples.mk |   19     9    10     0 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)
2008-10-14 19:40:12 +00:00
Yann E. MORIN"
6abc05c389 Credit Nate CASE for his powerpc e500v2 sample.
/trunk/samples/powerpc-e500v2-linux-gnuspe/reported.by |    2     2     0     0 ++
 1 file changed, 2 insertions(+)
2008-10-14 17:44:38 +00:00
Yann E. MORIN"
6ab2f244ca Sample config for e500v2 toolchain
On Tuesday 14 October 2008 17:05:31 Nate Case wrote:
> This is a sample config file for Freescale e500v2 processors (e.g.,
> MPC8548, MPC8572).  It uses eglibc (for e500/SPE patches) and a recent
> gcc (4.3.1, for e500v2 DPFP support) and will generate appropriate
> dual-precision floating point instructions by default.
>
> Note: If building a Linux kernel with this toolchain, you will want to
> make sure -mno-spe AND -mspe=no are passed to gcc to prevent SPE
> ABI/instructions from getting into the kernel (which is currently
> unsupported).  At this time, the kernel build system only passes
> -mno-spe by default (this should be fixed soon hopefully).
>
> A binutils snapshot is used to fix a bug present in 2.18 preventing
> U-Boot from being compiled (CodeSourcery issue #2297: internal.h
> (ELF_IS_SECTION_IN_SEGMENT): Adjust to cope with segments at the end of
> memory).

Obsoletes the powerpc-unknown-linux-gnuspe sample, so remove it.

 /trunk/samples/powerpc-e500v2-linux-gnuspe/crosstool.config |  307   307     0     0 +++++++++++++++++++
 1 file changed, 307 insertions(+)
2008-10-14 17:42:10 +00:00
Yann E. MORIN"
c7f3478a10 Update the PowerPC+uClibc sample.
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config |  150    87    63     0 ++++++++++--------
 1 file changed, 87 insertions(+), 63 deletions(-)
2008-09-30 18:19:48 +00:00
Yann E. MORIN"
fa3f4b4f05 The IA64 sample builds again! :-)
/trunk/samples/ia64-unknown-linux-gnu/crosstool.config |  140    80    60     0 ++++++++++++++----------
 1 file changed, 80 insertions(+), 60 deletions(-)
2008-09-29 18:16:03 +00:00
Yann E. MORIN"
7052f2834c Update the Alpha sample.
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config |  137    74    63     0 ++++++++++---------
 1 file changed, 74 insertions(+), 63 deletions(-)
2008-09-29 17:15:13 +00:00
Yann E. MORIN"
5fce423912 This PowerPC sample has been updated to use gcc-4.3.2.
/trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config |   10     6     4     0 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
2008-09-28 21:30:16 +00:00
Yann E. MORIN"
3b236feecd The first sample to use gcc-4.3.2.
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config |    9     5     4     0 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
2008-09-28 18:08:08 +00:00
Yann E. MORIN"
92eab97dcf Update this ARM sample.
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config |  131    70    61     0 +++++++++++----------
 1 file changed, 70 insertions(+), 61 deletions(-)
2008-09-23 17:37:12 +00:00
Yann E. MORIN"
d5dd879b63 Update the PowerPC SPE samle:
- don't DEBUG crosstool-NG and don't save intermediate steps
 - use released version of binutils rather than snapshots.

 /trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config |   17     8     9     0 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)
2008-09-23 07:28:20 +00:00
Yann E. MORIN"
2b152b1839 Udate the PowerPC SPE sample.
/trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config |  153    81    72     0 ++++++++++--------
 1 file changed, 81 insertions(+), 72 deletions(-)
2008-09-23 05:20:08 +00:00
Yann E. MORIN"
799672a641 Introduce a new EXPERIMENTAL feature: BARE_METAL.
This should ultimately llow to build bare-metal compilers, for targets that have no kernel and no C library.
Move the C library build script to their own sub-directory; introduce an empty build script for bare-metal.
Move the compiler build script to its own sub-directory.
Move the kernel build script to its own sub-directory; introduce an empty build script for bare-metal.
Update the ARM target tuples to enable bare-metal targets.
Add two ARM bare-metal samples.
Add latest Linux kernel versions.

 /trunk/scripts/build/kernel/none.sh              |   77     6    71     0 +----
 /trunk/scripts/build/cc/gcc.sh                   |   58    41    17     0 ++-
 /trunk/scripts/build/libc/none.sh                |  513     9   504     0 +-----------------------------
 /trunk/scripts/crosstool.sh                      |   17     9     8     0 +
 /trunk/scripts/functions                         |    6     4     2     0 +
 /trunk/scripts/showSamples.sh                    |    6     3     3     0
 /trunk/samples/arm-unknown-elf/crosstool.config  |  225   225     0     0 +++++++++++++
 /trunk/samples/arm-unknown-eabi/crosstool.config |  223   223     0     0 +++++++++++++
 /trunk/config/kernel/linux_headers_install.in    |   64    27    37     0 ++--
 /trunk/config/kernel.in                          |    9     8     1     0 +
 /trunk/config/toolchain.in                       |    1     1     0     0 +
 /trunk/config/cc/gcc.in                          |    3     3     0     0 +
 /trunk/config/debug/dmalloc.in                   |    1     1     0     0 +
 /trunk/config/debug/gdb.in                       |    4     3     1     0 +
 /trunk/config/debug/strace.in                    |    1     1     0     0 +
 /trunk/config/debug/duma.in                      |    1     1     0     0 +
 /trunk/config/cc.in                              |    8     8     0     0 +
 /trunk/config/target.in                          |   13    13     0     0 +
 /trunk/config/binutils.in                        |    1     1     0     0 +
 /trunk/config/gmp_mpfr.in                        |    1     1     0     0 +
 /trunk/config/libc.in                            |   17    11     6     0 +
 /trunk/arch/arm/functions                        |    3     1     2     0 -
 22 files changed, 600 insertions(+), 652 deletions(-)
2008-09-14 16:21:07 +00:00
Yann E. MORIN"
f85219814d Update this sample without EXPERIMENTAL features as much as possible.
/trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config |   12     6     6     0 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
2008-09-05 11:59:35 +00:00
Yann E. MORIN"
bcc1485a6c Update the PPC sample to not use EXPERIMENTAL features.
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config |   52    28    24     0 +++++++++++----------
 1 file changed, 28 insertions(+), 24 deletions(-)
2008-09-05 11:11:29 +00:00
Yann E. MORIN"
c6641de2bf Mark the IA64 sample as being broken (might be because it uses an old gcc, that triggers a incorrect code-path in scripts/build/cc_gcc.sh). 2008-09-05 10:43:28 +00:00
Yann E. MORIN"
1be967a15c Update the teo MIPS sample to use as less EXPERIMENTAL features as possible.
/trunk/samples/mips-unknown-linux-uclibc/crosstool.config |   39    24    15     0 ++++++++++------
 /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config  |   51    28    23     0 ++++++++++++---------
 2 files changed, 52 insertions(+), 38 deletions(-)
2008-09-05 10:21:23 +00:00
Yann E. MORIN"
c202ddac61 Update the i686 sample to not use EXPERIMENTAL features.
/trunk/samples/i686-nptl-linux-gnu/crosstool.config |   51    28    23     0 +++++++++++++++------------
 1 file changed, 28 insertions(+), 23 deletions(-)
2008-09-04 18:45:35 +00:00
Yann E. MORIN"
15ff521e40 Update the latest two RM samples.
/trunk/samples/armeb-unknown-linux-uclibc/crosstool.config        |   40    25    15     0 ++++++++-----
 /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config |   36    22    14     0 +++++++-----
 2 files changed, 47 insertions(+), 29 deletions(-)
2008-09-04 17:02:05 +00:00
Yann E. MORIN"
bda3621205 Update the i586-uclibc sample.
/trunk/samples/i586-geode-linux-uclibc/crosstool.config |   39    24    15     0 ++++++++++++++---------
 1 file changed, 24 insertions(+), 15 deletions(-)
2008-09-04 16:56:53 +00:00
Yann E. MORIN"
f33a476ba0 The Alpha sample does not use EXPERIMENTAL features.
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config |   53    29    24     0 ++++++++++---------
 1 file changed, 29 insertions(+), 24 deletions(-)
2008-09-04 16:18:16 +00:00
Yann E. MORIN"
e7adc0a221 Update some samples to use only non-EXPERIMENTAL features where possible (uClibcis still a snashot, though).
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config       |   60    32    28     0 ++++++++-------
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config |   36    19    17     0 +++++----
 /trunk/samples/armeb-unknown-linux-gnu/crosstool.config         |   54    30    24     0 ++++++++------
 /trunk/samples/arm-unknown-linux-uclibc/crosstool.config        |   46    28    18     0 +++++++-----
 4 files changed, 109 insertions(+), 87 deletions(-)
2008-09-04 15:43:08 +00:00
Yann E. MORIN"
a854ef6eb5 Add new ARMeb EABI sample.
/trunk/samples/armeb-unknown-linux-gnueabi/crosstool.config |  346   346     0     0 +++++++++++++++++++++++++++
 1 file changed, 346 insertions(+)
2008-09-04 07:42:12 +00:00
Yann E. MORIN"
e53b84e5e6 Add a new ARM sample.
/trunk/samples/arm-unknown-linux-gnu/crosstool.config |  347   347     0     0 +++++++++++++++++++++++++++++++++
 /trunk/samples/arm-unknown-linux-gnu/reported.by      |    2     2     0     0 +
 2 files changed, 349 insertions(+)
2008-09-02 21:45:25 +00:00
Yann E. MORIN"
2a4ab33370 Warn the user if he/she recalls a sample with EXPERIMENTAL features.
Also, print the EXPERIMENTAL status when listing the samples.

 /trunk/scripts/showSamples.sh |   12     9     3     0 +++++++++---
 /trunk/samples/samples.mk     |   12    12     0     0 ++++++++++++
 2 files changed, 21 insertions(+), 3 deletions(-)
2008-09-02 12:43:11 +00:00
Yann E. MORIN"
3b53d0fba5 Don't do debug in this ARM sample.
/trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config |   15     9     6     0 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
2008-08-13 06:39:21 +00:00
Yann E. MORIN"
3fdb4a17f0 Update the PowerPC SPE sample to not use a proxy.
/trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config |   12     6     6     0 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
2008-08-12 17:16:39 +00:00
Yann E. MORIN"
33743667dc Update the PowerPC SPE sample.
/trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config |   55    47     8     0 +++++++++++++++---
 1 file changed, 47 insertions(+), 8 deletions(-)
2008-08-12 11:15:44 +00:00
Yann E. MORIN"
05781a223c Add SPE extensions support for PowerPC (after a work by Thomas JOURDAN).
Add a PowerPC sample that supports SPE extensions.

 /trunk/arch/powerpc/functions                                    |   13    13     0     0 +
 /trunk/arch/powerpc/config.in                                    |    8     8     0     0 +
 /trunk/patches/gcc/4.3.1/340-make-mno-spe-work-as-expected.patch |   90    90     0     0 ++++
 /trunk/samples/powerpc-unknown-linux-gnuspe/crosstool.config     |  309   309     0     0 ++++++++++++++
 4 files changed, 420 insertions(+)
2008-08-12 09:56:19 +00:00
Yann E. MORIN"
2ad2fc7f26 glibc-based toolchain for PowerPC can now build using the latest kernel headers (2.6.26.1).
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config       |   13     7     6     0 +++++++------
 /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config |   13     7     6     0 +++++++------
 2 files changed, 14 insertions(+), 12 deletions(-)
2008-08-07 21:29:08 +00:00
Yann E. MORIN"
140d179eb3 Update all samples to the latest set of options.
Update some samples to use newer features.
Add patches for the uClibc-20080801 snapshot to be able to build with gcc-4.3.
Add a patch against glibc-2.7 to allow building PPC with latest kernel headers.
Add a patch to gcc to use an alternate unwinding when built against uClibc (after a private explanation/request by Daniel Egger <daniel@eggers-club.de>)

 /trunk/patches/glibc/2.7/230-powerpc-private_futex.patch          |   15    15     0     0 +
 /trunk/patches/uClibc/20080801/300-fix-asm.patch                  |  175   175     0     0 +++++++++
 /trunk/patches/uClibc/20080801/100-ifaddrs.patch                  |  190   190     0     0 +++++++++
 /trunk/patches/uClibc/20080801/200-mips-typeof.patch              |  112   112     0     0 ++++++
 /trunk/patches/gcc/4.3.1/330-unwind-for-uClibc.patch              |   25    25     0     0 +
 /trunk/samples/x86_64-unknown-linux-gnu/crosstool.config          |   17    10     7     0 +
 /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config        |    7     5     2     0 +
 /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config         |    7     5     2     0 +
 /trunk/samples/ia64-unknown-linux-gnu/crosstool.config            |   14    11     3     0 +
 /trunk/samples/x86_64-unknown-linux-uclibc/uClibc-20080801.config |  232   232     0     0 ++++++++++++
 /trunk/samples/x86_64-unknown-linux-uclibc/crosstool.config       |   34    21    13     0 +-
 /trunk/samples/i686-nptl-linux-gnu/crosstool.config               |   10     7     3     0 +
 /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config         |   12     9     3     0 +
 /trunk/samples/mips-unknown-linux-uclibc/uClibc-20080801.config   |  249   249     0     0 ++++++++++++
 /trunk/samples/mips-unknown-linux-uclibc/crosstool.config         |   38    23    15     0 +-
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config   |   14    10     4     0 +
 /trunk/samples/armeb-unknown-linux-gnu/crosstool.config           |    7     5     2     0 +
 /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config   |   12     9     3     0 +
 /trunk/samples/arm-unknown-linux-uclibc/crosstool.config          |    7     5     2     0 +
 /trunk/samples/i586-geode-linux-uclibc/uClibc-20080801.config     |  261   261     0     0 +++++++++++++
 /trunk/samples/i586-geode-linux-uclibc/crosstool.config           |   32    20    12     0 ++
 /trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config      |   12     9     3     0 +
 /trunk/samples/mipsel-unknown-linux-gnu/crosstool.config          |    7     5     2     0 +
 /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config |    7     5     2     0 +
 /trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config       |   16    10     6     0 +
 25 files changed, 1428 insertions(+), 84 deletions(-)
2008-08-07 14:05:47 +00:00
Yann E. MORIN"
ce57cdb096 Update this sample to use latest tools.
/trunk/samples/mipsel-unknown-linux-gnu/crosstool.config |   25    16     9     0 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)
2008-08-06 07:33:07 +00:00
Yann E. MORIN"
817ca6fefb All ARM sample now build with gcc-4.3.1! :-)
Unfortunately (fortunately?), this implies using a uClibc snapshot.

 /trunk/samples/armeb-unknown-linux-uclibc/uClibc-20080801.config        |  243   243     0     0 ++++++++++
 /trunk/samples/armeb-unknown-linux-uclibc/crosstool.config              |   29    17    12     0 +
 /trunk/samples/arm-unknown-linux-gnueabi/crosstool.config               |   13     8     5     0 +
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/uClibc-20080801.config   |  243   243     0     0 ++++++++++
 /trunk/samples/arm-unknown-linux-uclibcgnueabi/crosstool.config         |   29    17    12     0 +
 /trunk/samples/armeb-unknown-linux-gnu/crosstool.config                 |   13     8     5     0 +
 /trunk/samples/arm-unknown-linux-uclibc/uClibc-20080801.config          |  243   243     0     0 ++++++++++
 /trunk/samples/arm-unknown-linux-uclibc/crosstool.config                |   29    17    12     0 +
 /trunk/samples/armeb-unknown-linux-uclibcgnueabi/uClibc-20080801.config |  243   243     0     0 ++++++++++
 /trunk/samples/armeb-unknown-linux-uclibcgnueabi/crosstool.config       |   29    17    12     0 +
 10 files changed, 1056 insertions(+), 58 deletions(-)
2008-08-04 17:45:27 +00:00
Yann E. MORIN"
c49e216c5c Update a new sample to use gcc-4.3.1.
/trunk/samples/i686-nptl-linux-gnu/crosstool.config |   18    12     6     0 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
2008-07-29 17:34:45 +00:00
Yann E. MORIN"
4b53fa764f Update the Alpha sample to use up-to-date components.
/trunk/samples/alphaev56-unknown-linux-gnu/crosstool.config |   30    18    12     0 +++++++++++--------
 1 file changed, 18 insertions(+), 12 deletions(-)
2008-07-29 08:51:15 +00:00
Yann E. MORIN"
ccb32f8d06 Update this sample to compress the log file.
/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config |    2     1     1     0 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
2008-07-27 10:54:54 +00:00
Yann E. MORIN"
b50efa85d4 Update the PPC sample, add a new softfloat PPC sample, thanks to Thomas JOURDAN.
/trunk/samples/powerpc-unknown-linux-gnu/crosstool.config       |   54    42    12     0 ++
 /trunk/samples/powerpc-unknown_nofpu-linux-gnu/crosstool.config |  331   331     0     0 +++++++++++++++
 /trunk/samples/powerpc-unknown_nofpu-linux-gnu/reported.by      |    2     2     0     0 +
 3 files changed, 375 insertions(+), 12 deletions(-)
2008-07-26 09:31:07 +00:00
Yann E. MORIN"
9a9d609035 Another ARM sample to build with gcc-4.3.1.
/trunk/samples/arm-unknown-linux-gnueabi/crosstool.config |   16    10     6     0 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)
2008-07-25 14:03:09 +00:00
Yann E. MORIN"
8bcc70b25d Two new samples by "Thomas JOURDAN".
/trunk/samples/x86_64-unknown-linux-gnu/crosstool.config  |  334   334     0     0 +++++++++++++++++++++
 /trunk/samples/x86_64-unknown-linux-gnu/reported.by       |    2     2     0     0 +
 /trunk/samples/powerpc-unknown-linux-gnu/crosstool.config |  301   301     0     0 +++++++++++++++++++
 /trunk/samples/powerpc-unknown-linux-gnu/reported.by      |    2     2     0     0 +
 4 files changed, 639 insertions(+)
2008-07-25 13:59:29 +00:00
Yann E. MORIN"
fd84c08021 Re-instatethe fortran forntend for this sample.
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
2008-07-25 09:52:52 +00:00
Yann E. MORIN"
f4fcd86228 This sample is the first to build gcc-4.3 for ARM.
/trunk/samples/armeb-unknown-linux-gnu/crosstool.config |   18    11     7     0 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)
2008-07-25 08:43:42 +00:00
Yann E. MORIN"
d380827867 PowerPC now builds the Fortran frontend.
/trunk/samples/powerpc-unknown-linux-uclibc/crosstool.config |    6     3     3     0 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
2008-07-20 16:00:01 +00:00