فهرست منبع

disable for noMMU builds

Waldemar Brodkorb 2 سال پیش
والد
کامیت
cc5dbb576a
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)
 {
-#ifdef _FPU_GETCW
+#if defined(_FPU_GETCW) && !defined(__uClinux__)
 /* Some architectures don't have _FPU_GETCW (e.g. Linux/Alpha).  */
   fpu_control_t cw;