From cc5dbb576af26e164e615cc4998193ff52f55aa8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 2 Feb 2023 14:06:53 +0100 Subject: disable for noMMU builds --- test/math/test-fpucw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/math/test-fpucw.c b/test/math/test-fpucw.c index 93237ea..340d72b 100644 --- a/test/math/test-fpucw.c +++ b/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; -- cgit v1.2.3