Sign in
fuchsia
/
third_party
/
rust
/
ddb8551e03a1310a841da05b0418b49fd6287482
/
.
/
tests
/
run-make
/
foreign-double-unwind
/
Makefile
blob: b5e52808d2fc572f6e48a8a0a79f7d2face65cbb [
file
] [
log
] [
blame
]
# ignore-cross-compile
# needs-unwind
include
../
tools
.
mk
all
:
foo
$
(
call RUN
,
foo
)
|
$
(
CGREP
)
-
v unreachable
foo
:
foo
.
rs $
(
call NATIVE_STATICLIB
,
foo
)
$
(
RUSTC
)
$
<
-
lfoo $
(
EXTRARSCXXFLAGS
)
$
(
TMPDIR
)/
libfoo
.
o
:
foo
.
cpp
$
(
call COMPILE_OBJ_CXX
,
$@
,
$
<)