From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Date: Thu, 24 Apr 2008 04:56:34 +0000 Subject: [kvm-ppc-devel] [PATCH] Remove test suite config.mak from libkvm Message-Id: <2edf81bbcb1f27db62b2.1209012994@thinkpadL> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: kvm-devel@lists.sourceforge.net Cc: kvm-ppc-devel@lists.sourceforge.net 2 files changed, 6 insertions(+), 1 deletion(-) configure | 6 ++++++ libkvm/Makefile | 1 - This is a relic of the big userspace refactoring, but today libkvm does sho= uld not include settings from the test suite. This patch resolves this and = removes the overwriting of setting from the main config.mak with test suite= settings. Signed-off-by: Jerone Young diff --git a/configure b/configure --- a/configure +++ b/configure @@ -2,6 +2,9 @@ =20 prefix=3D/usr/local kerneldir=3D/lib/modules/$(uname -r)/build +cc=CC +ld=3Dld +objcopy=3Dobjcopy want_module=3D1 qemu_cc qemu_cflags@@ -131,4 +134,7 @@ KERNELDIR=3D$kerneldir KERNELDIR=3D$kerneldir WANT_MODULE=3D$want_module CROSS_COMPILE=3D$cross_prefix +CC=3D$cross_prefix$cc +LD=3D$cross_prefix$ld +OBJCOPY=3D$cross_prefix$objcopy EOF diff --git a/libkvm/Makefile b/libkvm/Makefile --- a/libkvm/Makefile +++ b/libkvm/Makefile @@ -1,5 +1,4 @@ include ../config.mak include ../config.mak -include ../user/config.mak include config-$(ARCH).mak =20 # cc-option ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference=20 Don't miss this year's exciting event. There's still time to save $100.=20 Use priority code J8TL2D2.=20 http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/java= one _______________________________________________ kvm-ppc-devel mailing list kvm-ppc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel