blob: 7ea23876370db53b61a1132ac53d54a074f0483b [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("setjmp") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"${toolchain.cpu}/longjmp.S",
"${toolchain.cpu}/setjmp.S",
"setjmp.c",
]
}