From 95444b27abfb723db6c66c08dc6c12c7e1128e2e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 17 Sep 2017 12:24:34 +0200 Subject: remove -fhonour-copts usage This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling. --- package/libc-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libc-test') diff --git a/package/libc-test/Makefile b/package/libc-test/Makefile index 865b82d7d..fdf664904 100644 --- a/package/libc-test/Makefile +++ b/package/libc-test/Makefile @@ -19,7 +19,7 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBC_TEST,libc-test,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -XAKE_FLAGS+= GCC_HONOUR_COPTS=s RUN_TEST=: +XAKE_FLAGS+= RUN_TEST=: CONFIG_STYLE:= manual INSTALL_STYLE:= manual -- cgit v1.2.3