# Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/toolchain/gcc.gni") # 使用模板定义编译工具链 gcc_toolchain(board_toolchain){ cc = current_cc_command cxx = current_cxx_command ar = current_ar_command ld = current_ld_command strip = current_strip_command }