[Buildroot] [PATCH v2 1/1] openpgm: disable on AVR32

Simon Dawson spdawson at gmail.com
Wed Nov 6 19:18:19 UTC 2013


On 6 November 2013 17:39, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> However, as Simon said, maybe it would anyway be useful to pass
> -march=ap when building things, since that's the only AVR32 processor
> variant that ever had Linux support. So something like the following
> change would maybe be good to have. Simon, if you're interested in
> picking this up, giving it a test and submitting it, it would be great!
>
> diff --git a/arch/Config.in.avr32 b/arch/Config.in.avr32
> index 199c150..8429589 100644
> --- a/arch/Config.in.avr32
> +++ b/arch/Config.in.avr32
> @@ -3,3 +3,6 @@ config BR2_ARCH
>
>  config BR2_ENDIAN
>         default "BIG"
> +
> +config BR2_GCC_TARGET_ARCH
> +       default "ap"

Okay; I think this is worth doing --- will submit a patch.

Simon.



More information about the buildroot mailing list