diff options
| author | Patrick Walton <[email protected]> | 2011-03-21 18:03:56 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-03-21 18:03:56 -0700 |
| commit | 700c9467395f1e1d7bbb8208da12d43ad40a1c69 (patch) | |
| tree | d89602c5e5e45d5e500c65d10d56edd56818ca92 | |
| parent | Add a suitable .def file for rustrt.dll on Windows (diff) | |
| download | rust-700c9467395f1e1d7bbb8208da12d43ad40a1c69.tar.xz rust-700c9467395f1e1d7bbb8208da12d43ad40a1c69.zip | |
Change llvmext.dll to rustllvm.dll in the new build system to match the def file
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 20f2dbc2..7cf5e576 100644 --- a/Makefile.in +++ b/Makefile.in @@ -126,7 +126,7 @@ ifdef CFG_UNIXY endif CFG_RUNTIME :=$(call CFG_LIB_NAME,rustrt) -CFG_LLVMEXT :=$(call CFG_LIB_NAME,llvmext) +CFG_LLVMEXT :=$(call CFG_LIB_NAME,rustllvm) CFG_STDLIB :=$(call CFG_LIB_NAME,std) CFG_LLC_CFLAGS := -march=x86 |