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