blob: 239832e57cdc237bda9fae807eb03fbc2afc4bd2 [file] [log] [blame]
# Copyright 2016 The Fuchsia 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/clang_toolchain.gni")
import("//build/config/fuchsia/config.gni")
clang_toolchain("host_${host_cpu}") {
use_strip = false
toolchain_cpu = host_cpu
toolchain_os = host_os
}