On Tue, Dec 01, M A Young wrote:

> It happens if CFLAGS is set to anything as a environment variable, eg.
> export CFLAGS=" "
> make dist-xen

This never worked. I have this in xen.spec to workaround the way
%configure is implemented in rpm:

%configure <whatever>
unset CFLAGS
unset CXXFLAGS
unset FFLAGS
unset LDFLAGS
make <whatever>


Olaf

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to