File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,10 @@ rt/$(1)/$(CFG_RUNTIME): $$(RUNTIME_OBJS_$(1)) $$(MKFILE_DEPS) \
142
142
$$(CFG_GCCISH_POST_LIB_FLAGS ) $$(RUNTIME_LIBS_$(1 ) ) \
143
143
$$(CFG_LIBUV_LINK_FLAGS ) ,$$(RUNTIME_DEF_$(1 ) ) ,$$(CFG_RUNTIME ) )
144
144
145
- # FIXME: For some reason libuv's makefiles can't figure out the correct definition
146
- # of CC on the mingw I'm using, so we are explicitly using gcc. Also, we
147
- # have to list environment variables first on windows... mysterious
145
+ # FIXME: For some reason libuv's makefiles can't figure out the
146
+ # correct definition of CC on the mingw I'm using, so we are
147
+ # explicitly using gcc. Also, we have to list environment variables
148
+ # first on windows... mysterious
148
149
149
150
ifdef CFG_ENABLE_FAST_MAKE
150
151
LIBUV_DEPS := $$(S ) /.gitmodules
Original file line number Diff line number Diff line change 14
14
15
15
RUSTLLVM_OBJS_CS_$(1 ) := $$(addprefix rustllvm/, RustWrapper.cpp)
16
16
17
- # Behind an ifdef for now since this requires a patched LLVM.
18
- ifdef CFG_STACK_GROWTH
19
- RUSTLLVM_OBJS_CS_$(1) += rustllvm/RustPrologHook.cpp
20
- endif
21
-
22
17
RUSTLLVM_DEF_$(1 ) := rustllvm/rustllvm$$(CFG_DEF_SUFFIX )
23
18
24
19
RUSTLLVM_INCS_$(1 ) = $$(LLVM_EXTRA_INCDIRS_$(1 ) ) \
You can’t perform that action at this time.
0 commit comments