Bug#650318: gcc-4.6: Please apply PR target/50906 patch for powerpcspe

2011-11-28 Thread Kyle Moffett
after Alan Modra has performed the additional necessary validation, and it should end up in Debian that way. Thanks for your time. Cheers, Kyle Moffett -- Curious about my work on the Debian powerpcspe port? I'm keeping a blog here: http://pureperl.blogspot.com/ -- To UNSUBSCRIBE,

Bug#647456: gcc-defaults: Make GCC 4.6 the default on the "powerpcspe" architecture

2011-11-02 Thread Kyle Moffett
Source: gcc-defaults Version: 1.108 Severity: wishlist User: debian-powerpc...@breakpoint.cc Usertags: powerpcspe Please add the unofficial Debian port "powerpcspe" to the list of GCC-4.6 architectures in the "gcc-defaults" package. Cheers, Kyle Moffett -- Curious about m

Bug#647324: gcj-4.6: Wrong MULTIARCH_DIRNAME on powerpcspe (is "powerpc-linux-gnu")

2011-11-01 Thread Kyle Moffett
C and I haven't tested it yet. I would really appreciate a second set of eyes. I'm going to apply it on top of the gcc-4.6 sources (4.6.2-2) and rebuild GCC and GIJ to see if the problem goes away; I'll let you know when I have some results. Cheers, Kyle Moffett -- System Information:

Bug#647288: libffi: Simplify PowerPC assembly and avoid CPU-specific string instructions

2011-11-01 Thread Kyle Moffett
new comments, it's still removes 11 lines of code, and the ASM is much simpler and easier to understand now. Please consider applying. Cheers, Kyle Moffett -- Curious about my work on the Debian powerpcspe port? I'm keeping a blog here: http://pureperl.blogspot.com/ -- System Information:

Bug#645021: gcc-4.6: build error on REVERSE_CROSS (files in "4.6.1" dir instead of "4.6")

2011-10-11 Thread Kyle Moffett
27;m not having any luck figuring out what I need to fix to make this build. Any help would be much appreciated. Cheers, Kyle Moffett -- Curious about my work on the Debian powerpcspe port? I'm keeping a blog here: http://pureperl.blogspot.com/ -- System Information: Debian Release: wheezy/

Bug#645018: gcc-4.6: build error on REVERSE_CROSS ("gengtype" is wrong arch)

2011-10-11 Thread Kyle Moffett
tional followup bug. Cheers, Kyle Moffett -- Curious about my work on the Debian powerpcspe port? I'm keeping a blog here: http://pureperl.blogspot.com/ -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (700, 'testing'), (700, 'stable'

Bug#645003: libppl-swi: Disable SWI-Prolog support for stage1 architecture bootstrap

2011-10-11 Thread Kyle Moffett
Source: ppl Version: 0.11.2-4 Severity: wishlist Tags: patch The most time-consuming part of bootstrapping a new Debian architecture is cross-compiling all of the initial "Essential: yes" packages and the dependencies of "build-essential". Since ppl is now a dependency of GCC, its dependencies ar

Bug#644764: FTBFS: asm/errno.h: No such file or directory (due to multiarch)

2011-10-08 Thread Kyle Moffett
in that search path, but when building libgcc it seems that the temporary built "xgcc" does not. You can some one example failed command below. Cheers, Kyle Moffett Failed command: /srv/stuff/toolchain/STAGE2/GCC/gcc-4.6-4.6.1/build/./gcc/xgcc \ -B/srv/stuff/toolchain/STAGE2/GCC/gcc-4

Bug#644439: Bootstrap stage1 cross-compiler depends on nonexistent libgcc

2011-10-05 Thread Kyle Moffett
you have any questions, comments, or critiques. Thanks! Cheers, Kyle Moffett diff -ru gcc-4.6-4.6.1.orig/debian/rules.conf gcc-4.6-4.6.1/debian/rules.conf --- gcc-4.6-4.6.1.orig/debian/rules.conf 2011-10-05 18:21:18.0 -0400 +++ gcc-4.6-4.6.1/debian/rules.conf 2011-10-05 18:26:02.0

Bug#644439: Bootstrap stage1 cross-compiler depends on nonexistent libgcc

2011-10-05 Thread Kyle Moffett
uring "stage1"). This seems to resolve the problem and allow me to continue with building a stage2 cross-compiler. Cheers, Kyle Moffett -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (700, 'testing'), (700, 'stable'), (600,

Bug#644338: libffi: Build errors on PowerPC e500, test-suite failures on PowerPC soft-float

2011-10-04 Thread Kyle Moffett
(powerpcspe) platforms even when it can be made to compile. The attached patch resolves both issues. Cheers, Kyle Moffett >From 95d80e11f6d14da32c9e117321658c27155e313a Mon Sep 17 00:00:00 2001 From: Kyle Moffett Date: Tue, 16 Aug 2011 14:46:50 -0400 Subject: [PATCH] PowerPC: Debug and fix s

Bug#579780: powerpcspe: Preliminary architecture port and minor bugfix

2010-04-30 Thread Kyle Moffett
powerpcspe" to ensure that we include essential headers. One of those headers in particular (spe.h) is necessary to successfully build EGLIBC's floating-point support. At this time the 'powerpcspe' architecture port is still very much an unofficial port. While we hope that will cha

Bug#579779: debian/rules2: Fix REVERSE_CROSS build (host == target, host != build)

2010-04-30 Thread Kyle Moffett
Package: gcc-4.4 Version: 4.4.2-9 Severity: normal Tags: patch sid If "CC" is left unset, it defaults to "cc" and causes the compiler to be built to run on the build system instead of on the host. Signed-off-by: Kyle Moffett --- debian/rules2 |2 ++ 1 files changed