Quantcast
Channel: lkml.org : Pallipadi, Venkatesh
Viewing all articles
Browse latest Browse all 864

Re: [PATCH 2/6] x86: bug: prevent gcc distortions

$
0
0
Linus Torvalds writes: (Summary) On Fri, May 18, 2018 at 11:34 AM <hpa@zytor.com> We already do something like that for real *.S files on some architectures (because their assembly really wants it, eg
(because their assembly really wants it, eg
arch/arm/Makefile:
KBUILD_AFLAGS +=$(CFLAGS_ABI) $(AFLAGS_ISA) $(arch-y) $(tune-y) -include asm/unified.h -msoft-float
asm/unified.h -msoft-float
but I do want to point out that KBUILD_AFLAGS is *not* used for compiler-generated assembly, only for actual *.S files. We can use "-Wa,xyzzy" to pass in xyzzy to the assembler, but there is no "-include" option for GNU as afaik.

Viewing all articles
Browse latest Browse all 864

Trending Articles