Displaying 2 results from an estimated 2 matches for "config_win32".
2005 Jun 30
0
[PATCH][9/10] Support VMX guests with 512M/1G memory.
...6-dm/Makefile Thu Jun 30 05:24:52 2005
+++ b/tools/ioemu/target-i386-dm/Makefile Thu Jun 30 05:26:09 2005
@@ -305,9 +305,6 @@
ifdef CONFIG_STATIC
VL_LDFLAGS+=-static
endif
-ifeq ($(XEN_TARGET_ARCH),x86_32)
-VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(XEN_TARGET_ARCH).ld
-endif
ifndef CONFIG_DARWIN
ifndef CONFIG_WIN32
VL_LIBS=-lutil
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...WAP_H 1
--- /dev/null
+++ xen-3/debian/patches/tools-ioemu-rpath.diff
@@ -0,0 +1,11 @@
+--- tools/ioemu-qemu-xen/Makefile.target
++++ tools/ioemu-qemu-xen/Makefile.target
+@@ -720,6 +720,8 @@
+ LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
+ endif
+
++LDFLAGS+=$(call LDFLAGS_RPATH,../lib)
++
+ ifdef CONFIG_WIN32
+ SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
+ endif
--- xen-3/debian/rules.real
+++ xen-3/debian/rules.real
@@ -157,6 +157,7 @@ install-utils_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH)
install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/...