Change llvmext.dll to rustllvm.dll in the new build system to match the def file
This commit is contained in:
parent
0943475f37
commit
700c946739
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue