[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [XEN PATCH v2 12/12] xen/build: have the root Makefile generates the CFLAGS
On 03.02.2020 14:57, Anthony PERARD wrote: > On Thu, Jan 30, 2020 at 03:33:15PM +0100, Jan Beulich wrote: >> On 17.01.2020 11:53, Anthony PERARD wrote: >>> +ifneq ($(CONFIG_CC_IS_CLANG),y) >>> +# Clang doesn't understand this command line argument, and doesn't appear >>> to >>> +# have an suitable alternative. The resulting compiled binary does >>> function, >>> +# but has an excessively large symbol table. >>> +CFLAGS += -Wa,--strip-local-absolute >>> +endif >>> + >>> +AFLAGS-y += -D__ASSEMBLY__ >> >> Why not just AFLAGS? I think in a overhaul like what you do, >> anomalies like this one would better be eliminated. The -y >> forms should be added into the base variables (like you do ... > > I wanted to avoid too much modification, and mostly want to move the code > around. So it would be easier to check that the commit doesn't introduce > errors. So, if your are fine with patch that move code and modify it, > I'll fix some of the oddities. (Or I can have another patch for it.) With such extra adjustments at least briefly mentioned in the description, folding in is fine as far as I'm concerned. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |