On 12/12/2019 18:27, Anthony PERARD wrote: > diff --git a/xen/Makefile b/xen/Makefile > index efbe9605e52b..0cf4ded9d9d4 100644 > --- a/xen/Makefile > +++ b/xen/Makefile > @@ -267,6 +267,7 @@ $(foreach base,arch/x86/mm/guest_walk_% \ > arch/x86/mm/shadow/guest_%, \ > $(foreach ext,o i s,$(call build-intermediate,$(base).$(ext)))) > > +export CC LD
This probably wants to be higher up the file, where we export all the other variables. Perhaps also include CXX. Otherwise, Acked-by: Andrew Cooper <andrew.coop...@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel