mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Move almost all run-make-fulldeps to run-make
They pass fine.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
include ../tools.mk
|
||||
|
||||
all:
|
||||
$(AR) crus $(TMPDIR)/libfoo.a foo.rs
|
||||
$(AR) d $(TMPDIR)/libfoo.a foo.rs
|
||||
$(RUSTC) foo.rs
|
||||
@@ -0,0 +1,6 @@
|
||||
#![crate_type = "staticlib"]
|
||||
|
||||
#[link(name = "foo", kind = "static")]
|
||||
extern "C" {}
|
||||
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user