diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2008-10-29 13:27:54 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2008-11-02 11:06:20 +0200 |
commit | 384c3f82f7dfb9d7893129ec2ca22938412c687f (patch) | |
tree | 8787468795e02a047a8c6160db96d00763120549 /libkvm | |
parent | d3b03f7bb697705711ce5001f4e0337024a96a71 (diff) |
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 <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'libkvm')
-rw-r--r-- | libkvm/config-powerpc.mak | 2 |
1 files changed, 0 insertions, 2 deletions
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 |