debuggers.hg
changeset 20085:01fe7054b335
libxc: Include private Xen headers in stubdom libxc build
The headers libelf.h and elfstructs.h were removed from
xen/include/public in 19011:7df072566b8c. But this broke the stubdom
build because parts of libxc depend on them. This patch adds
$(XEN_ROOT)/xen/include/xen to the stubdom -I path.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
The headers libelf.h and elfstructs.h were removed from
xen/include/public in 19011:7df072566b8c. But this broke the stubdom
build because parts of libxc depend on them. This patch adds
$(XEN_ROOT)/xen/include/xen to the stubdom -I path.
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Aug 11 07:34:55 2009 +0100 (2009-08-11) |
parents | 07fe52b0b2e0 |
children | e35a1c004fc2 |
files | stubdom/Makefile |
line diff
1.1 --- a/stubdom/Makefile Mon Aug 10 18:15:19 2009 +0100 1.2 +++ b/stubdom/Makefile Tue Aug 11 07:34:55 2009 +0100 1.3 @@ -72,6 +72,7 @@ TARGET_CPPFLAGS += -isystem $(GCC_INSTAL 1.4 TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include 1.5 TARGET_CPPFLAGS += -isystem $(CURDIR)/lwip-$(XEN_TARGET_ARCH)/src/include/ipv4 1.6 TARGET_CPPFLAGS += -I$(CURDIR)/include 1.7 +TARGET_CPPFLAGS += -I$(XEN_ROOT)/xen/include 1.8 1.9 TARGET_LDFLAGS += -nostdlib -L$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/lib 1.10