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

Arnd Bergmann arnd at kernel.org
Fri Feb 26 13:00:56 EST 2021


On Fri, Feb 26, 2021 at 5:44 PM Arnd Bergmann <arnd at kernel.org> 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.

      Arnd



More information about the linux-arm-kernel mailing list