aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-06-19 08:21:01 +0100
committerWill Deacon <will.deacon@arm.com>2015-06-19 11:15:35 +0100
commite6655b75f285d14be38d247126b00621f46d659c (patch)
treeb703cb41f7ba2ab623cfe77b96431f783dedef15 /Makefile
parent241f595f92c337426b50dc94327e48ae675b88f6 (diff)
downloadkvmtool-e6655b75f285d14be38d247126b00621f46d659c.tar.gz
powerpc: Enable 32-bit build
We have always built kvmtool as 64-bit on powerpc, but mainly just out of habit. There's not AFAIK any reason we *can't* build 32-bit. So fix up a few places where we were assuming 64-bit, and drop the Makefile logic that forces 64-bit. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6110b8e1..151fa9de 100644
--- a/Makefile
+++ b/Makefile
@@ -148,8 +148,6 @@ ifeq ($(ARCH), powerpc)
OBJS += powerpc/spapr_pci.o
OBJS += powerpc/xics.o
ARCH_INCLUDE := powerpc/include
- CFLAGS += -m64
- LDFLAGS += -m elf64ppc
ARCH_WANT_LIBFDT := y
endif