|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [PATCH] xenpaging: correct order of linker options to av
On Wed, Jul 28, Ian Jackson wrote:
> Olaf Hering writes ("[PATCH] xenpaging: correct order of linker options to
> avoid link errors with recent toolchains"):
> > -LDFLAGS += $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenstore)
> > +XENPAGING_LIBS = $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenstore)
>
> *_LIBS = $(LDFLAGS_*) ?
>
> surely some mistake.
Ian,
LDFLAGS_libxenctrl is defined in tools/Rules.mk and used in several
Makefiles. Are you suggesting to rename these variables and update all
users?
Also, its not clear to me why the place of LDFLAGS matters. In another
thread it was stated that -static may behave different. Whats the reason
for that?
Olaf
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|