소스 검색

fix from psm: disable unsupported features

Mike Frysinger 18 년 전
부모
커밋
cf4b06dc8c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libc/sysdeps/linux/common/fpu_control.h

+ 2 - 0
libc/sysdeps/linux/common/fpu_control.h

@@ -33,7 +33,9 @@ typedef unsigned int fpu_control_t;
 #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 */