blob: 71b4c4da4c6ce47290fb42cc3e2be85e6f78d361 [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") {
deps = [
"$zx/system/ulib/ldmsg",
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"$zx/third_party/ulib/musl/arch/${toolchain.cpu}/dl-entry.S",
"dlstart.c",
"dynlink-sancov.S",
"dynlink.c",
]
}