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
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
> > 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
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
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:
>
>
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
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
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
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
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_
> 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
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
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
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
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
15 matches
Mail list logo