diff options
-rw-r--r-- | recipes-extended/xen/xen.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-extended/xen/xen.inc b/recipes-extended/xen/xen.inc index b429c81c..ab699873 100644 --- a/recipes-extended/xen/xen.inc +++ b/recipes-extended/xen/xen.inc | |||
@@ -912,7 +912,9 @@ do_configure() { | |||
912 | 912 | ||
913 | # do configure | 913 | # do configure |
914 | oe_runconf | 914 | oe_runconf |
915 | cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h | 915 | if [ ! -e ${STAGING_INCDIR}/bits/long-double-32.h ]; then |
916 | cp ${STAGING_INCDIR}/bits/long-double-64.h ${STAGING_INCDIR}/bits/long-double-32.h | ||
917 | fi | ||
916 | } | 918 | } |
917 | 919 | ||
918 | do_compile() { | 920 | do_compile() { |