Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
tests
/
run-make-fulldeps
/
std-core-cycle
/
Makefile
blob: 4f252863767903613fb5428a843b2960e06163ae [
file
] [
log
] [
blame
]
include
../
tools
.
mk
ifeq
(
$
(
UNAME
),
Darwin
)
FLAGS
:=
else
ifdef IS_WINDOWS
FLAGS
:=
else
FLAGS
:=
-
C link
-
args
=-
Wl
,--
no
-
undefined
endif
endif
all
:
$
(
RUSTC
)
bar
.
rs
$
(
RUSTC
)
foo
.
rs $
(
FLAGS
)
$
(
RUSTC
)
foo
.
rs $
(
FLAGS
)
-
C panic
=
abort