As the test-cases aren't compiled under 32-bit builds.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
if [ -d userspace/usr/lib/debug ]; then \
rm -rf userspace/usr/lib/debug/xen-syms; \
fi
+ifeq ($(RPM_ARCH), x86_64)
if [ $(XEN_VERSION) -gt 6 ]; then \
if [ $(XEN_VERSION) -gt 8 ]; then \
cp -rdf $(XEN_SRC)/xen/test/livepatch/*.livepatch userspace/usr/lib/debug/livepatch/; \
cp -rdf $(XEN_SRC)/xen/arch/x86/test/*.livepatch userspace/usr/lib/debug/livepatch; \
fi; \
fi
-ifeq ($(RPM_ARCH), x86_64)
if ! test -f userspace/usr/lib64/xen; then \
( ln -sf /usr/lib/xen userspace/usr/lib64; true ) \
fi