rust/tests/run-make/foreign-double-unwind/Makefile

13 lines
251 B
Makefile
Raw Normal View History

# ignore-cross-compile
# needs-unwind
include ../tools.mk
2022-02-13 11:26:38 -06:00
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,$@,$<)