]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/std-core-cycle/Makefile
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / run-make-fulldeps / std-core-cycle / Makefile
1 include ../tools.mk
2
3 ifeq ($(UNAME),Darwin)
4 FLAGS :=
5 else
6 ifdef IS_WINDOWS
7 FLAGS :=
8 else
9 FLAGS := -C link-args=-Wl,--no-undefined
10 endif
11 endif
12
13 all:
14         $(RUSTC) bar.rs
15         $(RUSTC) foo.rs $(FLAGS)
16         $(RUSTC) foo.rs $(FLAGS) -C panic=abort