svn commit: trunk/uClibc/libc/sysdeps/linux/common

vapier at uclibc.org vapier at uclibc.org
Thu Aug 24 18:02:18 UTC 2006


Author: vapier
Date: 2006-08-24 11:02:17 -0700 (Thu, 24 Aug 2006)
New Revision: 15974

Log:
fix from psm: disable unsupported features

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/fpu_control.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/fpu_control.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/fpu_control.h	2006-08-24 18:00:30 UTC (rev 15973)
+++ trunk/uClibc/libc/sysdeps/linux/common/fpu_control.h	2006-08-24 18:02:17 UTC (rev 15974)
@@ -33,7 +33,9 @@
 #define _FPU_GETCW(cw) 0
 #define _FPU_SETCW(cw) do { } while (0)
 
+#if 0
 /* Default control word set at startup.  */
 extern fpu_control_t __fpu_control;
+#endif
 
 #endif /* _FPU_CONTROL_H */




More information about the uClibc-cvs mailing list