Author: aurel32 Date: 2009-04-25 08:17:37 +0000 (Sat, 25 Apr 2009) New Revision: 3418
Modified: glibc-package/trunk/debian/patches/arm/submitted-fpu_control_h.diff Log: Fix submitted-fpu_control_h.diff Modified: glibc-package/trunk/debian/patches/arm/submitted-fpu_control_h.diff =================================================================== --- glibc-package/trunk/debian/patches/arm/submitted-fpu_control_h.diff 2009-04-24 21:17:51 UTC (rev 3417) +++ glibc-package/trunk/debian/patches/arm/submitted-fpu_control_h.diff 2009-04-25 08:17:37 UTC (rev 3418) @@ -11,7 +11,7 @@ #ifndef _FPU_CONTROL_H #define _FPU_CONTROL_H -+#ifdef __SOFTFP__ ++#if !defined(_LIBC) && defined(__SOFTFP__) + +#define _FPU_RESERVED 0xffffffff +#define _FPU_DEFAULT 0x00000000 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

