mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-27 17:06:01 +00:00
kvm tools: Enable PPC64 to build static
By "enable", I mean "fix"; the re-jigged commit 7ef85e8b builds libfdt using OBJS rather than OTHEROBJS hence ignores the relaxed CFLAGS. This commit builds it via OTHEROBJS. Signed-off-by: Matt Evans <matt@ozlabs.org> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
@@ -142,7 +142,7 @@ ifeq ($(uname_M), ppc64)
|
||||
# We use libfdt, but it's sometimes not packaged 64bit. It's small too,
|
||||
# so just build it in:
|
||||
CFLAGS += -I../../scripts/dtc/libfdt
|
||||
OBJS += $(LIBFDT_OBJS)
|
||||
OTHEROBJS += $(LIBFDT_OBJS)
|
||||
ARCH_INCLUDE := powerpc/include
|
||||
CFLAGS += -m64
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user