mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
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.
This commit is contained in:
parent
7796e97a8d
commit
2eeb79506f
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user