xen : cp long-double-64.h long-double-32.h to fix hvmloader build

Fix the xen build when MACHINE = "genericx86-64" by providing long-double-32.h

Inspired by a similar recent patch to meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb
since the contents of the header are minimal:

cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h

Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Christopher Clark 2017-08-23 14:43:34 -07:00 committed by Bruce Ashfield
parent b6edda45ec
commit 52781c64b6

View File

@ -912,6 +912,7 @@ do_configure() {
# do configure
oe_runconf
cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h
}
do_compile() {