Bug#816051: gcc-5: Incorrectly enables ada on powerpcspe because it triggers on DEB_HOST_ARCH_CPU

2016-03-12 Thread John Paul Adrian Glaubitz
Hi Matthias! On 02/29/2016 03:59 PM, John Paul Adrian Glaubitz wrote: > On 02/28/2016 10:27 PM, Matthias Klose wrote: >> You are a disabler, not a porter ;p Did you check that this isn't >> supported upstream? > > I don't want to disable Ada per se, I just want to get a working gcc-5 > first.

Bug#816051: gcc-5: Incorrectly enables ada on powerpcspe because it triggers on DEB_HOST_ARCH_CPU

2016-02-29 Thread John Paul Adrian Glaubitz
On 02/28/2016 10:27 PM, Matthias Klose wrote: > You are a disabler, not a porter ;p Did you check that this isn't > supported upstream? I don't want to disable Ada per se, I just want to get a working gcc-5 first. And for that, we should disable Ada first and fix #816048 [1]. Addtionally, there

Bug#816051: gcc-5: Incorrectly enables ada on powerpcspe because it triggers on DEB_HOST_ARCH_CPU

2016-02-28 Thread Matthias Klose
On 26.02.2016 23:47, John Paul Adrian Glaubitz wrote: Thus, in order to make sure Ada is disabled on powerpcspe while it has not been bootstrapped yet, we need to trigger by testing DEB_HOST_ARCH: ifneq (,$(filter $(DEB_TARGET_ARCH),powerpcspe x32)) with_ada := disabled for architecture

Bug#816051: gcc-5: Incorrectly enables ada on powerpcspe because it triggers on DEB_HOST_ARCH_CPU

2016-02-26 Thread John Paul Adrian Glaubitz
Source: gcc-5 Version: 5.3.1-10 Severity: normal User: debian-powe...@lists.debian.org Usertags: powerpcspe Hello! gcc-5 currently fails to build from source on powerpcspe because it incorrectly enables Ada on this architecture despite it has not been bootstrapped here yet. This happens because