From 384c3f82f7dfb9d7893129ec2ca22938412c687f Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Wed, 29 Oct 2008 13:27:54 -0500 Subject: kvm: user: ppc: remove build flags Remove -m32 build flag. Although necessary when building for a 32-bit target with a biarch toolchain that defaults to 64-bit output, it naturally breaks 64-bit builds. Also remove -D__powerpc__. I'm not sure why I added that in the first place; that is automatically defined by GCC (for both 32- and 64-bit targets). Signed-off-by: Hollis Blanchard Signed-off-by: Avi Kivity --- libkvm/config-powerpc.mak | 2 -- 1 file changed, 2 deletions(-) (limited to 'libkvm') diff --git a/libkvm/config-powerpc.mak b/libkvm/config-powerpc.mak index 07e5959b..091da370 100644 --- a/libkvm/config-powerpc.mak +++ b/libkvm/config-powerpc.mak @@ -1,6 +1,4 @@ LIBDIR := /lib -CFLAGS += -m32 -CFLAGS += -D__powerpc__ libkvm-$(ARCH)-objs := libkvm-powerpc.o -- cgit v1.2.3