[oe-commits] [openembedded-core] 15/15: classes/icecc: Disable remote pre-processing by default

git at git.openembedded.org git at git.openembedded.org
Mon Jul 15 08:32:30 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 762528a66e5a6e3444f9c13c04ecac7f5bc8efd5
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Fri Jul 12 11:21:14 2019 -0500

    classes/icecc: Disable remote pre-processing by default
    
    Unfortunately, GCC has a number of outstanding bugs related to using
    -fdirectives-only, which causes a lot of errors when using Icecream.
    See:
    
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47254
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88475
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89658
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91152
    
    Until many of these are addressed, it is better to disable remote
    preprocessing.
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/icecc.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index edb0e10..0955181 100644
--- a/meta/classes/icecc.bbclass
+++ b/meta/classes/icecc.bbclass
@@ -57,7 +57,7 @@ ICECC_ENV_VERSION = "2"
 # See: https://github.com/icecc/icecream/issues/190
 export ICECC_CARET_WORKAROUND ??= "0"
 
-export ICECC_REMOTE_CPP ??= "1"
+export ICECC_REMOTE_CPP ??= "0"
 
 ICECC_CFLAGS = ""
 CFLAGS += "${ICECC_CFLAGS}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list