Bug#868895: Please add xtensa toolchain to debian

2017-07-19 Thread Laurent GUERBY
Package: gcc-6 Version: 6.3.0-18 Severity: wishlist Hi, The xtensa architecture is gaining popularity through cheap and popular ESP8266 and ESP32 wifi enabled MCU with Arduino & maker community (xtensa-lx106-elf). It is also useful for ath9k-htc development and was requested here without answer

Re: sh4 architecture into Wheezy

2011-03-30 Thread Laurent GUERBY
On Wed, 2011-03-30 at 21:48 +0200, Matthias Klose wrote: > On 30.03.2011 21:17, Bill Traynor wrote: > > On 11-03-30 02:36 PM, Matthias Klose wrote: > >> On 30.03.2011 07:05, Nobuhiro Iwamatsu wrote: > >>> - ArchiveQualification of sh4 > >>>http://wiki.debian.org/ArchiveQualification/sh4 > >>> >

Re: Results for 4.4.0 20090224 (experimental) (Debian 20090224-1) testsuite on hppa-unknown-linux-gnu

2009-03-10 Thread Laurent GUERBY
On Tue, 2009-03-10 at 19:56 +0100, Ludovic Brenta wrote: > Matthias Klose writes: > > Target: hppa-linux-gnu > > gcc version 4.4.0 20090224 (experimental) (Debian 20090224-1) > > > > === acats tests === > > > > === acats Summary === > > # of expected passes

lenny mips64el gcc-4.3-multilib is missing libstdc++.so symlink to be able to compile C++

2009-03-01 Thread Laurent GUERBY
Hi, After installing gcc-4.3-multilib, lib64* and libn32* I had to add: gcc51:/usr/lib/gcc/mipsel-linux-gnu/4.3.2/n32# ln -s /usr/lib32/libstdc++.so.6 libstdc++.so gcc51:/usr/lib/gcc/mipsel-linux-gnu/4.3.2/n32# cd ../64 gcc51:/usr/lib/gcc/mipsel-linux-gnu/4.3.2/64# ln -s /usr/lib64/libstdc++.so

Re: ABI choice for MIPS on debian lenny?

2009-02-28 Thread Laurent GUERBY
On Fri, 2009-02-27 at 21:22 +0100, Laurent GUERBY wrote: > Hi, > > On debian lenny I'm playing with GCC trunk (4.4) to build a tri-ABI > compiler on a lemote netbook (running gnewsense kernel and lenny > userspace). The following patch to GCC trunk (4.4) enables building a

Re: powerpc/powerpc64 4.4 build issue on etch

2009-02-19 Thread Laurent GUERBY
On Thu, 2009-02-19 at 10:22 +0100, Matthias Klose wrote: > Laurent GUERBY schrieb: > > I noted this build uses --disable-werror may be it's to workaround the > > issue above? > > yes, IMO it is more important to have a compiler available to developers than > a

Re: powerpc/powerpc64 4.4 build issue on etch

2009-02-19 Thread Laurent GUERBY
On Thu, 2009-02-19 at 10:22 +0100, Matthias Klose wrote: > Laurent GUERBY schrieb: > > > Also I haven't seen gcc 4.4 powerpc results from debian in February, > > last result was in January: > > http://gcc.gnu.org/ml/gcc-testresults/2009-01/msg03165.html > > we

Re: Plans for GCC in Squeeze

2009-02-19 Thread Laurent GUERBY
> > * Ada in Debian Squeeze > > > > As far as GCC is concerned, my plans are (tentatively) to: > > > > - enable support for multilib (this support is new in the Ada parts of GCC > > 4.4). > > - provide at least one cross-compiler package. The first target I will try > > to support is arm. > > > > O

powerpc/powerpc64 4.4 build issue on etch

2009-02-18 Thread Laurent GUERBY
Hi, On my etch system I configured trunk as follows: ../trunk/configure --disable-nls --enable-__cxa_atexit --enable-threads=posix --with-mpfr=/opt/cfarm/mpfr-2.3.2 --enable-languages=c,ada --with-cpu=default32 --disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux --prefix=/n/40/gue

Re: build architecture (was: [Ada] 4.3.0-rc1 available)

2008-02-24 Thread Laurent GUERBY
On Sun, 2008-02-24 at 21:37 +0100, Ludovic Brenta wrote: > You are correct; I have yet to adjust the test suite to the new paths > where I build the three runtimes (rts-shared-zcx, rts-static-zcx and > rts-static-sjlj) instead of just rts. I have not yet found the time > to do that, but it is in t

Re: [Ada] 4.3.0-rc1 available

2008-02-24 Thread Laurent GUERBY
bgnat-4.3.so or something like that from my superficial reading of the logs. Only really missing gnat targets for debian are arm and m68k, am I correct? Thanks in advance, Laurent On Sun, 2008-02-24 at 14:33 +0100, Matthias Klose wrote: > Laurent GUERBY writes: > > Clear for Ada