diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 15:54:15 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 15:54:15 +0100 |
commit | 4794ece7134f184f8be934f081904d93ff6c34d9 (patch) | |
tree | b173313b24049f31948abe9d1aa1dfc5b452e8e9 /test/math/test-fpucw.c | |
parent | 5f507306d0737fce014d79328cabbf0bc2c7f569 (diff) |
disable test for coldfire
Diffstat (limited to 'test/math/test-fpucw.c')
-rw-r--r-- | test/math/test-fpucw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/test-fpucw.c b/test/math/test-fpucw.c index 340d72b..44d28ee 100644 --- a/test/math/test-fpucw.c +++ b/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; |