mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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>
14 lines
364 B
Diff
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
|