blob: b132c28f012d83cd26ebbb73e07afce5691f991e [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# kexec-tools fails to build with clang's integrated assembler.
cros_pre_src_prepare_use_gnu_as() {
tc-is-clang && ASFLAGS+=" -fno-integrated-as"
}