trisquel-icecat/icecat/third_party/chromium/build/toolchain/aix/BUILD.gn
2025-10-06 02:35:48 -06:00

24 lines
484 B
Text

# Copyright 2017 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("//chromium/build/toolchain/gcc_toolchain.gni")
gcc_toolchain("ppc64") {
cc = "gcc"
cxx = "g++"
readelf = "readelf"
nm = "nm"
ar = "ar"
ld = cxx
toolchain_args = {
target_cpu = "ppc64"
current_os = "aix"
# reclient does not support gcc.
use_rbe = false
is_clang = false
}
}