blob: 126531f475a2cb1d3ed884227d00c5b912aa3726 [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.
source_set("ldso") {
configs -= [ "$zx/public/gn/config:user" ]
configs += [ "$zx/third_party/ulib/musl:musl_config" ]
sources = [
"${toolchain.cpu}/tlsdesc.S",
"dlclose.c",
"dlerror.c",
"dlinfo.c",
]
}