blob: b6c875b14ad7e3af1fb7e3fe9498bf11360f4e29 [file] [log] [blame]
# Copyright 2016 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.
# We will use LLVM as the default compiler for amd64 boards. The lakitu board
# has not been tested yet, we hence continue to use gcc for lakitu board for
# now. https://crbug.com/537368.
CC="${CHOST}-gcc"
CXX="${CHOST}-g++"