|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] tools/build: append user includes and libraries
Roger Pau Monne writes ("[Xen-devel] [PATCH] tools/build: append user includes
and libraries at the end of the compile flags"):
> tools/build: append user includes and libraries at the end of the compile
> flags
>
> Appending EXTRA_LIB and EXTRA_INCLUDES to LDFLAGS and CFLAGS respectively
> made the compiler and linker choose the libraries and header files present in
> the user's local folder rather than the ones present in the Xen build folder.
> EXTRA_LIB and EXTRA_INCLUDES are now appended at the end to prevent this.
This looks reasonable to me, although the commit message still talks
about EXTRA_*. Is everyone happy with the name
USER_{LDFLAGS,CFLAGS} ?
I'll give people a few days to comment, but I'm inclined to apply this
one.
Thanks,
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|