Bug#386760: gcc-4.1: Please add big-endian arm (armeb) support

2006-09-15 Thread Lennert Buytenhek
On Sun, Sep 10, 2006 at 01:42:20AM +0200, Lennert Buytenhek wrote: > Attached is a patch that makes gcc default to big-endian in case > of an arm*b-*-* target triple. This allows a fully native gcc-4.1 > package build on a big-endian ARM platform. Hmmm, the last hunk of that pa

Bug#386760: gcc-4.1: Please add big-endian arm (armeb) support

2006-09-09 Thread Lennert Buytenhek
Package: gcc-4.1 Version: 4.1.1-13 Severity: wishlist Tags: patch Attached is a patch that makes gcc default to big-endian in case of an arm*b-*-* target triple. This allows a fully native gcc-4.1 package build on a big-endian ARM platform. -- System Information: Debian Release: testing/unstabl

Bug#337263: gij-4.0: segfaults on arm

2006-02-20 Thread Lennert Buytenhek
> > These patches seem to fix this problem. I haven't tested the resulting > > gij very extensively, but it can at least execute "hello world" type > > stuff now. > > thanks, committed to the debian svn archives (4.0 and and 4.1). Do you > forward these upstream? > > Andreas, please can you chec

Bug#337263: gij-4.0: segfaults on arm

2005-11-03 Thread Lennert Buytenhek
Package: gij-4.0 Version: 4.0.2-2 Severity: important On armeb (and the same thing appears to be happening on regular arm), gij doesn't seem to work at all -- trying to run any .class file just results in a interpreter segfault accessing memory location , which is caught and reported as a

Bug#323512: Tested patch

2005-10-28 Thread Lennert Buytenhek
On Thu, Oct 27, 2005 at 02:25:58PM +0200, Lennert Buytenhek wrote: > > I incorporated Lennert's suggestion and created a patch that fixes the > > problem on at least i386. > > It seems like you've missed two more places in debian/rules2: > >

Bug#336064: gcc-2.95: Please add big-endian arm (armeb) support

2005-10-27 Thread Lennert Buytenhek
On Thu, Oct 27, 2005 at 06:56:57PM +0200, Thiemo Seufer wrote: > > The attached patch adds big-endian arm support to gcc-2.95. It's > > more-or-less the same as its gcc-4.0 counterpart: teach the debian > > build scripts about 'armeb', and patch gcc so that it defaults to > > big-endian. > > I'm

Bug#336064: gcc-2.95: Please add big-endian arm (armeb) support

2005-10-27 Thread Lennert Buytenhek
Package: gcc-2.95 Severity: wishlist Tags: patch The attached patch adds big-endian arm support to gcc-2.95. It's more-or-less the same as its gcc-4.0 counterpart: teach the debian build scripts about 'armeb', and patch gcc so that it defaults to big-endian. Since gcc-2.95 is so old, I haven't b

Bug#336061: gcc-2.95 build requires cpp-2.95

2005-10-27 Thread Lennert Buytenhek
Package: gcc-2.95 Severity: wishlist Tags: patch Building gcc-2.95 requires cpp-2.95, which is a circular dependency. I don't see why that version is particular is required -- my build on armeb in particular worked fine with cpp 3.3. I suggest applying the attached patch to lift this (seemingly

Bug#336057: gcc-2.95: FTBFS [arm] gcc/config/arm/arm.c:556: error: invalid lvalue in assignment

2005-10-27 Thread Lennert Buytenhek
Package: gcc-2.95 Severity: serious Tags: patch Justification: no longer builds from source Now that gcc 4.0 is the default system compiler, gcc-2.95 ftbfs on arm due to an 'invalid lvalue in assignment'. The attached patch fixes this issue. -- System Information: Debian Release: testing/unstab

Bug#323512: Tested patch

2005-10-27 Thread Lennert Buytenhek
On Thu, Oct 13, 2005 at 07:55:53AM -0700, Matt Kraai wrote: > I incorporated Lennert's suggestion and created a patch that fixes the > problem on at least i386. It seems like you've missed two more places in debian/rules2: ifeq ($(DEB_HOST_GNU_SYSTEM),linux) ifeq ($(DEB_HOST_GNU_

Bug#323512: FTBFS: Unable to find libstdc++.a.2.10.0

2005-10-12 Thread Lennert Buytenhek
> Thanks for investigating this. In that case, the following, untested > patch should fix this problem. That's exactly the patch I've been testing with, but it doesn't quite solve the issue: it seems that you also need to patch all occurences of arm-linux (to arm-linux-gnu), i386-linux (to i386-l

Bug#323512: FTBFS: Unable to find libstdc++.a.2.10.0

2005-10-11 Thread Lennert Buytenhek
debian/rules.defs: DEB_HOST_GNU_SYSTEM := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM) debian/rules2: ifeq ($(DEB_HOST_GNU_SYSTEM),linux) lib_arlib = libstdc++-$(LIBSTDCXX_IF)$(LIBC_IF)$(CXX_IF)-$(lib_version).a lib_marlink = libstdc++$(LIBC_IF)$(CXX

Bug#331220: gcc-3.3: Please add big-endian arm (armeb) support

2005-10-02 Thread Lennert Buytenhek
Package: gcc-3.3 Version: 1:3.3.6-10 Severity: wishlist Tags: patch Attached is a patch for gcc-3.3 to add support for the armeb architecture. It's pretty similar to the corresponding patches for gcc-3.4 and gcc-4.0, but it has one extra patch for PR22528 that was fixed on the 3.4 branch but neve

Bug#331216: gcc-3.4: Please add big-endian arm (armeb) support

2005-10-02 Thread Lennert Buytenhek
Package: gcc-3.4 Version: 3.4.4-8 Severity: wishlist Tags: patch Attached is a patch for gcc-3.4 to add support for the armeb architecture. It's pretty similar to the corresponding patch for gcc-4.0 that can be found in Bug#330730. -- System Information: Debian Release: 3.1 Architecture: armeb

Bug#330730: gcc-4.0: Please add big-endian arm (armeb) support

2005-09-29 Thread Lennert Buytenhek
Package: gcc-4.0 Version: 4.0.1-8 Severity: wishlist Tags: patch Attached is a patch that teaches the gcc-4.0 package build scripts about the armeb architecture, and a patch for gcc to default to big-endian in case of an arm*b-*-* target triple. This allows a fully native gcc-4.0 package build on