From: Ian Jackson Date: Fri, 30 May 2008 11:11:18 +0000 (+0100) Subject: Reuse most of configure-generated config X-Git-Tag: xen-3.3.0-rc1~144 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=63aa3ef2ae33936c95005a2856ed3e6a41816422;p=qemu-xen-4.5-testing.git Reuse most of configure-generated config --- diff --git a/xen-config-host.mak b/xen-config-host.mak index 7ddddf691..fae6d4649 100644 --- a/xen-config-host.mak +++ b/xen-config-host.mak @@ -1,36 +1 @@ -# Automatically generated by configure - do not modify -# Configured with: ./configure --disable-curses -prefix=/usr/local -bindir=${prefix}/bin -mandir=${prefix}/share/man -datadir=${prefix}/share/qemu -docdir=${prefix}/share/doc/qemu -MAKE=make -INSTALL=install -CC=gcc-3.4 -HOST_CC=gcc -AR=ar -STRIP=strip -s -R .comment -R .note -OS_CFLAGS= -OS_LDFLAGS= -ARCH_CFLAGS=-m32 -ARCH_LDFLAGS=-m32 -CFLAGS= -Wall -O2 -g -fno-strict-aliasing -LDFLAGS= -g -EXESUF= -AIOLIBS=-lrt -lpthread -ARCH=i386 -CONFIG_GDBSTUB=yes -CONFIG_SLIRP=yes -CONFIG_OSS=yes -CONFIG_VNC_TLS=yes -CONFIG_VNC_TLS_CFLAGS= -CONFIG_VNC_TLS_LIBS=-lgnutls -VERSION=0.9.1 -SRC_PATH=/u/iwj/work/qemu-iwj.git TARGET_DIRS=i386-dm -BUILD_DOCS=yes -CONFIG_SDL=yes -SDL_LIBS=-L/usr/lib -lSDL -SDL_CFLAGS=-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -TOOLS=qemu-img$(EXESUF) diff --git a/xen-config.mak b/xen-config.mak index aa0101c96..74ae2c0eb 100644 --- a/xen-config.mak +++ b/xen-config.mak @@ -1,3 +1,6 @@ include ../config-host.mak XEN_ROOT ?= ../../xen-unstable.hg include $(XEN_ROOT)/tools/Rules.mk + +TARGET_ARCH=i386 +CONFIG_SOFTMMU=yes diff --git a/xen-setup b/xen-setup index db5b91df8..1f52b42df 100755 --- a/xen-setup +++ b/xen-setup @@ -12,5 +12,5 @@ target=i386-dm ln -sf ../Makefile.target $target/Makefile ln -sf ../xen-config.mak $target/config.mak -ln -sf xen-config-host.mak config-host.mak +cat xen-config-host.mak >>config-host.mak echo '#include "xen-config-host.h"' >>config-host.h