Re: [PATCH] ARM: ep93xx: don't use clang IAS for crunch
From: Nick Desaulniers <hidden>
Date: 2021-06-03 23:28:28
Also in:
lkml
From: Nick Desaulniers <hidden>
Date: 2021-06-03 23:28:28
Also in:
lkml
On Fri, Feb 26, 2021 at 10:01 AM Arnd Bergmann [off-list ref] wrote:
On Fri, Feb 26, 2021 at 5:44 PM Arnd Bergmann [off-list ref] wrote:quoted
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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel