All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ioemu-stubdom: Use xen-setup-stubdom rather than configure
@ 2009-03-18 16:34 Ian Jackson
  2009-03-18 18:45 ` Boris Derzhavets
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Ian Jackson @ 2009-03-18 16:34 UTC (permalink / raw)
  To: xen-devel

xen-setup runs the upstream configure script, and ends up
autodetecting various properties of the host and then trying to use
them in stubdom, which works badly.

In commit c609854fe18aab3216f28e1e5291b75970d398d5 in
qemu-xen-unstable we provide a new `xen-setup-stubdom' script, which
hardcodes the relevant answers.

With these two changes, stubdom should compile again.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>

diff -r d035b66b5b4d stubdom/Makefile
--- a/stubdom/Makefile	Mon Mar 09 15:01:34 2009 +0000
+++ b/stubdom/Makefile	Wed Mar 18 15:48:18 2009 +0000
@@ -6,8 +6,6 @@ export stubdom=y
 export stubdom=y
 export debug=y
 include $(XEN_ROOT)/Config.mk
-
-IOEMU_OPTIONS=--disable-sdl --disable-opengl --disable-vnc-tls --disable-brlapi --disable-kqemu
 
 #ZLIB_URL?=http://www.zlib.net
 ZLIB_URL=$(XEN_EXTFILES_URL)
@@ -237,8 +235,12 @@ ioemu: cross-zlib cross-libpci libxc
 	[ -f ioemu/config-host.mak ] || \
 	  ( $(absolutify_xen_root); \
 	    cd ioemu ; \
-          CONFIG_STUBDOM=yes XEN_TARGET_ARCH=$(XEN_TARGET_ARCH) CFLAGS="$(TARGET_CFLAGS)" sh ./xen-setup --cc=$(CC) --disable-gcc-check $(IOEMU_OPTIONS))
-	CPPFLAGS= TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" $(MAKE) -C ioemu LWIPDIR=$(CURDIR)/lwip-$(XEN_TARGET_ARCH) TOOLS= CONFIG_STUBDOM=yes
+	    LWIPDIR=$(CURDIR)/lwip-$(XEN_TARGET_ARCH) \
+	    TARGET_CPPFLAGS="$(TARGET_CPPFLAGS)" \
+	    TARGET_CFLAGS="$(TARGET_CFLAGS)" \
+	    TARGET_LDFLAGS="$(TARGET_LDFLAGS)" \
+	    ./xen-setup-stubdom )
+	$(MAKE) -C ioemu 
 
 ######
 # caml

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2009-03-23 17:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-18 16:34 [PATCH] ioemu-stubdom: Use xen-setup-stubdom rather than configure Ian Jackson
2009-03-18 18:45 ` Boris Derzhavets
2009-03-19  6:18 ` Boris Derzhavets
2009-03-23 15:34 ` Boris Derzhavets
2009-03-23 16:02   ` Stefano Stabellini
2009-03-23 17:04     ` Boris Derzhavets
2009-03-23 17:02       ` Stefano Stabellini
2009-03-23 17:52         ` Boris Derzhavets
2009-03-23 17:51           ` Stefano Stabellini
     [not found] ` <Pine.GSO.4.60.0903182105250.7169@cascade.cs.ubc.ca>
2009-03-23 16:15   ` Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.