On Wed, Oct 18, 2017 at 8:07 AM, Jeff Layton <jlayton@xxxxxxxxxx> wrote: > From: Jeff Layton <jlayton@xxxxxxxxxx> > > The fedora packaging tools want to override $CFLAGS when building > sparse, but that fails on a couple of targets. > > There are a couple of build targets in the makefile that want to add > options to $CFLAGS. When we do a build though, we pass $ALL_CFLAGS > to the compiler, and that ends up not getting options passed in > via $CFLAGS on the command line. Can you give example of what CFLAGS it passed in the command line? Does it append some flags only? It seems wrong to overwrite CFLAGS from command line. That are other flags store in the CFLAGS will get overwritten. We have add some variable in the ALL_CFLAGS list for overwrite purpose e.g. CFLAGS_CMD then have command line over write that? Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html