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. --- target/config/Config.in.adk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'target/config/Config.in.adk') diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 32b669c48..6d4b47ea3 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -31,12 +31,6 @@ config ADK_BUILD_WITH_DEBUG If you want to create debug packages, you should enable this option. WARNING: It will use a lot of additional disk space on you build system! -config ADK_DISABLE_HONOUR_CFLAGS - bool "Disable honour CFLAGS checks globally" - default n - help - Disable honour CFLAGS checks. - config ADK_DISABLE_CHECKSUM bool "Disable checksum check for downloads globally" default n -- cgit v1.2.3