reopen 579780
thanks

On 2010/05/18 12:45, "Debian Bug Tracking System" <ow...@bugs.debian.org>
wrote:
> This is an automatic notification regarding your Bug report
> which was filed against the gcc-4.4 package:
> 
> #579780: powerpcspe: Preliminary architecture port and minor bugfix
> 
> It has been closed by Matthias Klose <d...@debian.org>.

Unfortunately this version of GCC now does not build for powerpcspe, even
though the patched 4.4.2-9 did.  It also looks like Sebastian's boehm-gc
patch may have gotten lost, the "don't use lwsync" one, although I'm not
very clear whether or not that was needed for gcc newer than 4.3.

Specifically when I try to build I get multilib errors despite the fact that
it should be disabled.  Looking at it now, I think it was this change from
debian/rules2 that caused the problem:

-ifneq (,$(findstring powerpc-linux,$(DEB_TARGET_GNU_TYPE)))
+ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), powerpc-linux-gnu))

Specifically, that block was previously triggered for both powerpc-linux and
powerpc-linux-gnuspe to explicitly turn off multilib support.  Now with the
change it only triggers for powerpc-linux-gnu, breaking powerpcspe.

The fix is to either revert that powerpc-linux change or to add an extra
option "--disable-multilib" to the new powerpcspe block.

Cheers,
Kyle Moffett

-- 
Kyle Moffett
eXMeritus Software
Integrated Intelligence
The Boeing Company

(703) 764-0925
kyle.d.moff...@boeing.com




--
To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/c819f946.87e8%kyle.d.moff...@boeing.com

Reply via email to