From 546efdd553df03125e44b05a1a61ccb008ee50ae Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 29 May 2008 17:00:19 +0100 Subject: [PATCH] build system fixes to build i386-dm --- xen-config-host.mak | 2 +- xen-setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xen-config-host.mak b/xen-config-host.mak index 9759c9f10..7ddddf691 100644 --- a/xen-config-host.mak +++ b/xen-config-host.mak @@ -28,7 +28,7 @@ CONFIG_VNC_TLS_CFLAGS= CONFIG_VNC_TLS_LIBS=-lgnutls VERSION=0.9.1 SRC_PATH=/u/iwj/work/qemu-iwj.git -TARGET_DIRS=i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user sparc32plus-linux-user +TARGET_DIRS=i386-dm BUILD_DOCS=yes CONFIG_SDL=yes SDL_LIBS=-L/usr/lib -lSDL diff --git a/xen-setup b/xen-setup index c961f3667..db5b91df8 100755 --- a/xen-setup +++ b/xen-setup @@ -11,6 +11,6 @@ rm -f config-host.mak target=i386-dm ln -sf ../Makefile.target $target/Makefile -ln -sf xen-config.mak $target/config.mak +ln -sf ../xen-config.mak $target/config.mak ln -sf xen-config-host.mak config-host.mak echo '#include "xen-config-host.h"' >>config-host.h -- 2.39.5