blob: 096cf5815a6ca8ff2dc2e4619159d52fc6ae7dc8 [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",
]
}