From 549b00a51e054484d0c1ccb73ca18ab94c257d3e Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Fri, 16 Mar 2012 13:53:00 -0400 Subject: [PATCH] Makefile: copy the opropiate opcodes. Signed-off-by: Konrad Rzeszutek Wilk --- root_image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/root_image/Makefile b/root_image/Makefile index 48f3995..d6057c5 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -884,7 +884,11 @@ xtt-tools-install: directfb-install $(INSTALL_PROG) tools/drfb_test/dfbtest_fillrect userspace/usr/bin/ $(INSTALL_PROG) tools/drfb_load/drfb_load userspace/usr/bin/ $(call RPM_TO_USERSPACE,./usr/bin/objdump,$(RPM_DIR)/binutils) +ifeq ($(RPM_ARCH), x86_64) $(call RPM_TO_USERSPACE,./usr/lib64/libopcodes*,$(RPM_DIR)/binutils) +else + $(call RPM_TO_USERSPACE,./usr/lib/libopcodes*,$(RPM_DIR)/binutils) +endif fio/fio: fio/fio $(MAKE) -j$$(($(NCPUS) * 2)) -C fio -- 2.39.5