浏览代码

disable test for coldfire

Waldemar Brodkorb 1 年之前
父节点
当前提交
4794ece713
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/math/test-fpucw.c

+ 1 - 1
test/math/test-fpucw.c

@@ -22,7 +22,7 @@
 int
 main (void)
 {
-#if defined(_FPU_GETCW) && !defined(__uClinux__)
+#if defined(_FPU_GETCW) && !defined(__uClinux__) && !defined(__mcoldfire__)
 /* Some architectures don't have _FPU_GETCW (e.g. Linux/Alpha).  */
   fpu_control_t cw;