From 49f951b0b58e4ee71c74254e8fb6c0c12079cf77 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 8 May 2012 12:44:43 -0600 Subject: [PATCH] Fix glibc-arm-hardflow-2.patch. --- glibc-arm-hardfloat-2.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glibc-arm-hardfloat-2.patch b/glibc-arm-hardfloat-2.patch index d11d0a0..3592312 100644 --- a/glibc-arm-hardfloat-2.patch +++ b/glibc-arm-hardfloat-2.patch @@ -3,7 +3,7 @@ index 706add2..f00b798 100644 --- a/sysdeps/arm/configure.in +++ b/sysdeps/arm/configure.in @@ -49,3 +49,20 @@ EOF - if test $libc_cv_asm_cfi_directive_sections !=3D yes; then + if test $libc_cv_asm_cfi_directive_sections != yes; then AC_MSG_ERROR([need .cfi_sections in this configuration]) fi + @@ -19,8 +19,8 @@ index 706add2..f00b798 100644 + [AC_EGREP_CPP(yes,[#ifdef __ARM_PCS_VFP + yes + #endif -+ ], libc_cv_arm_pcs_vfp=3Dyes, libc_cv_arm_pcs_vfp=3Dno)]) -+if test $libc_cv_arm_pcs_vfp =3D yes; then ++ ], libc_cv_arm_pcs_vfp=yes, libc_cv_arm_pcs_vfp=no)]) ++if test $libc_cv_arm_pcs_vfp = yes; then + AC_DEFINE(HAVE_ARM_PCS_VFP) +fi