summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2020-01-05 16:01:10 +0000
committerSzabolcs Nagy <nsz@port70.net>2020-01-05 16:01:10 +0000
commita51df71b050f3f9dfdc0a7d90978b57277b582ec (patch)
tree7dd70b94c49b5a21b450eda75234b94ba0057e1e
parentc8942136be3139b22478ad83d5d624587b98f10b (diff)
downloadlibc-test-upstream-master.tar.gz
suppress the failures of the musl/pleval testupstream-master
ideally it should be rewritten so the test does not depend on internals, but generated .mo files, for now that static linked test works so keep it.
-rw-r--r--src/musl/pleval.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/musl/pleval.mk b/src/musl/pleval.mk
new file mode 100644
index 0000000..c15058a
--- /dev/null
+++ b/src/musl/pleval.mk
@@ -0,0 +1,5 @@
+# suppress warnings, with gcc -Wno-parentheses -Wno-bool-compare is needed
+$(N).CFLAGS := -w
+# do not build and run the dynamic link tests (__pleval is no longer public)
+$(B)/$(N).err:
+ touch $@