[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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 $(DEB_TARGET_ARCH)
endif

This has been verified to work on real powerpcspe hardware.

You are a disabler, not a porter ;p Did you check that this isn't supported upstream?

Matthias


Reply to: