Change llvmext.dll to rustllvm.dll in the new build system to match the def file

This commit is contained in:
Patrick Walton 2011-03-21 18:03:56 -07:00
parent 0943475f37
commit 700c946739
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ ifdef CFG_UNIXY
endif endif
CFG_RUNTIME :=$(call CFG_LIB_NAME,rustrt) 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_STDLIB :=$(call CFG_LIB_NAME,std)
CFG_LLC_CFLAGS := -march=x86 CFG_LLC_CFLAGS := -march=x86