blob: 165fe58503d41827a03e9f36733124c4c3660bbf [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.
import("//build/config/clang/clang_cpu.gni")
source_set("setjmp") {
sources = [
"${clang_cpu}/longjmp.S",
"${clang_cpu}/setjmp.S",
"setjmp.c",
]
deps = [
"//zircon/kernel/lib/arch",
"//zircon/third_party/ulib/musl:musl_internal",
]
}