Merge pull request #251 from marineam/cros-workon

fix(cros-workon.eclass): Do not add -clang to CFLAGS
This commit is contained in:
Michael Marineau 2013-11-07 16:04:14 -08:00
commit 76e085cad6

View File

@ -503,13 +503,6 @@ cros-workon_src_configure() {
else else
default default
fi fi
local p
for p in "${CROS_WORKON_PROJECT[@]}"; do
if [[ ${p} == chromiumos/platform/* ]]; then
append-flags -clang
break
fi
done
} }
cw_emake() { cw_emake() {