Browse Source

disable test for coldfire

Waldemar Brodkorb 3 months ago
parent
commit
4794ece713
1 changed files with 1 additions and 1 deletions
  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;