summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/gd/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/gd/PKGBUILD b/extra/gd/PKGBUILD
index 2fcaf6a6..0c2b32a9 100644
--- a/extra/gd/PKGBUILD
+++ b/extra/gd/PKGBUILD
@@ -21,5 +21,8 @@ if [ "${CARCH}" = "pentium4" ]; then
)"
fi
-# for all platforms we disable testing for now
-unset check
+# test suite assumes fpmath=sse when compring test results, disable tests
+# for non-pentium4 builds
+if [ "$CARCH" = 'i486' -o "$CARCH" = 'i686' ]; then
+ unset check
+fi