From 2eeb79506fa51df036407ef1d58bd31970373592 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Thu, 7 Nov 2013 15:36:45 -0800 Subject: [PATCH] fix(cros-workon.eclass): Do not add -clang to CFLAGS Not sure how this managed to work in the past, perhaps the test for using Google's common.mk used to always fail but now works properly? In any case, we don't use clang any more. --- .../third_party/coreos-overlay/eclass/cros-workon.eclass | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/eclass/cros-workon.eclass b/sdk_container/src/third_party/coreos-overlay/eclass/cros-workon.eclass index f0c53bd1fb..3043a39e8d 100644 --- a/sdk_container/src/third_party/coreos-overlay/eclass/cros-workon.eclass +++ b/sdk_container/src/third_party/coreos-overlay/eclass/cros-workon.eclass @@ -503,13 +503,6 @@ cros-workon_src_configure() { else default fi - local p - for p in "${CROS_WORKON_PROJECT[@]}"; do - if [[ ${p} == chromiumos/platform/* ]]; then - append-flags -clang - break - fi - done } cw_emake() {