blob: 23a01521f564e4f40b1c17621ed62ba921d7a714 [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.
# TODO(mcgrathr): This code was all rewritten from scratch. Move it out of
# third_party/ulib/musl into system/ulib/c.
source_set("setjmp") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"${toolchain.cpu}/longjmp.S",
"${toolchain.cpu}/setjmp.S",
"longjmp.c",
"setjmp.c",
]
}