Roger Pau Monne writes ("[PATCH v3 1/5] build: filter out command line assembler arguments"): > If the assembler is not used. This happens when using cc -E or cc -S > for example. GCC will just ignore the -Wa,... when the assembler is > not called, but clang will complain loudly and fail. ... > asm-offsets.s: $(TARGET_SUBARCH)/asm-offsets.c > - $(CC) $(filter-out -flto,$(CFLAGS)) -S -o $@ $< > + $(CC) $(filter-out -Wa% -flto,$(CFLAGS)) -S -o $@ $<
-Wa% matches -Wall. You probably meant -Wa,% Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel