Эх сурвалжийг харах

disable test for leon CPU

Waldemar Brodkorb 4 сар өмнө
parent
commit
fe473ac00b

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

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