Files
packages/utils/stress-ng/patches/002-disable-compiler-test.patch
Alexandru Ardelean 8168fc84df stress-ng: bump to version 0.15.10
Merged patches into a single one.
Disabling libmpfr (which got added recently).
To avoid potentially new build failures.

And disabling test-compiler check.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2023-07-10 19:49:16 -07:00

14 lines
364 B
Diff

--- a/Makefile.config
+++ b/Makefile.config
@@ -309,10 +309,6 @@ clean:
@rm -rf $(CONFIGS) config config.h
compiler: configdir
- @echo "checking compiler ..."
- @$(CC) test/test-compiler.c -o test/test-compiler
- @echo "" > $(CONFIGS)/$$(./test/test-compiler)
- @rm -f test/test-compiler
$(call check,test-glibc,HAVE_GLIBC,using glibc)
.PHONY: libraries