]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: copy the opropiate opcodes.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Fri, 16 Mar 2012 17:53:00 +0000 (13:53 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 20 Jun 2012 17:44:46 +0000 (13:44 -0400)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/Makefile

index 48f39950862b67c7385beef09260da109398d621..d6057c50ce74561bb2a3fb0d64adb50839c2d7c3 100644 (file)
@@ -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