Skip to content

Commit 605cc3b

Browse files
committed
simplify link-cfg workaround
1 parent e676f99 commit 605cc3b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/run-make-fulldeps/link-cfg/Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
all: $(call DYLIB,return1) $(call DYLIB,return2) $(call NATIVE_STATICLIB,return3)
44
ls $(TMPDIR)
55

6-
ifneq ($(IS_MUSL_HOST),1)
7-
$(RUSTC) --print cfg --target x86_64-unknown-linux-musl | $(CGREP) crt-static
8-
endif
6+
$(BARE_RUSTC) --print cfg --target x86_64-unknown-linux-musl | $(CGREP) crt-static
97

108
$(RUSTC) no-deps.rs --cfg foo
119
$(call RUN,no-deps)

0 commit comments

Comments
 (0)