blob: acd6e953214548f144abdda4bed1f09316814ad3 [file] [log] [blame]
# Copyright 2019 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/config/clang/clang_cpu.gni")
source_set("ldso") {
sources = [
"${clang_cpu}/tlsdesc.S",
"dlclose.c",
"dlerror.c",
"dlinfo.c",
]
configs -= [ "//build/config:symbol_visibility_hidden" ]
deps = [
"//zircon/kernel/lib/arch",
"//zircon/third_party/ulib/musl:musl_internal",
]
}