stress-ng: bump to version 0.15.10
[feed/packages.git] / utils / stress-ng / patches / 002-disable-compiler-test.patch
1 --- a/Makefile.config
2 +++ b/Makefile.config
3 @@ -309,10 +309,6 @@ clean:
4 @rm -rf $(CONFIGS) config config.h
5
6 compiler: configdir
7 - @echo "checking compiler ..."
8 - @$(CC) test/test-compiler.c -o test/test-compiler
9 - @echo "" > $(CONFIGS)/$$(./test/test-compiler)
10 - @rm -f test/test-compiler
11 $(call check,test-glibc,HAVE_GLIBC,using glibc)
12
13 .PHONY: libraries