From 8543c562dd5553e92bb65cf27409551bc795ed52 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 23 May 2008 09:35:23 +0100 Subject: stubdom: complete libxc support Signed-off-by: Samuel Thibault --- extras/mini-os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/mini-os/Makefile') diff --git a/extras/mini-os/Makefile b/extras/mini-os/Makefile index 4bb78a6708..8cec019e42 100644 --- a/extras/mini-os/Makefile +++ b/extras/mini-os/Makefile @@ -96,7 +96,7 @@ APP_LDLIBS += endif ifeq ($(libc),y) -LDLIBS += -L$(XEN_ROOT)/stubdom/libxc -lxenctrl -lxenguest +APP_LDLIBS += -L$(XEN_ROOT)/stubdom/libxc -whole-archive -lxenguest -lxenctrl -no-whole-archive APP_LDLIBS += -lpci APP_LDLIBS += -lz LDLIBS += -lc -- cgit v1.2.3