Re: [PATCH] ARM: ep93xx: don't use clang IAS for crunch

From: Nick Desaulniers
Date: Thu Jun 03 2021 - 19:28:28 EST


On Fri, Feb 26, 2021 at 10:01 AM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
>
> On Fri, Feb 26, 2021 at 5:44 PM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
> >
> > obj-$(CONFIG_CRUNCH) += crunch.o crunch-bits.o
> > -AFLAGS_crunch-bits.o := -Wa,-mcpu=ep9312
> > +AFLAGS_crunch-bits.o := -Wa,-mcpu=ep9312 $(cc-option, -fno-integrated-as)
>
> I reworked that patch just before sending it out, and ended up with two typos
> in there, it should be
>
> +AFLAGS_crunch-bits.o := -Wa,-mcpu=ep9312 $(call cc-option,
> -no-integrated-as)
>
> I'll wait for others to comment before I send the fixed version.

Probably good for that v2?
--
Thanks,
~Nick Desaulniers