|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] lwip include path in stubdom/Makefile
Ferenc Wagner wrote:
> Hi,
>
> stubdom/Makefile says:
>
> TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip/src/include
> TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip/src/include/ipv4
>
> but shouldn't these be
>
> TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include
> TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include/ipv4
>
> instead? Putting in -x86_32 in my case helped much...
They are, on xen-unstable, the fix is CS 18472.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|