From: Konrad Rzeszutek Wilk Date: Fri, 16 Mar 2012 17:53:00 +0000 (-0400) Subject: Makefile: copy the opropiate opcodes. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=549b00a51e054484d0c1ccb73ca18ab94c257d3e;p=xentesttools%2Fbootstrap.git Makefile: copy the opropiate opcodes. Signed-off-by: Konrad Rzeszutek Wilk --- 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