Skip to content

Commit f8afe10

Browse files
committed
Minor makefile cleanup.
1 parent e5a5fc2 commit f8afe10

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

mk/rt.mk

+4-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ rt/$(1)/$(CFG_RUNTIME): $$(RUNTIME_OBJS_$(1)) $$(MKFILE_DEPS) \
142142
$$(CFG_GCCISH_POST_LIB_FLAGS) $$(RUNTIME_LIBS_$(1)) \
143143
$$(CFG_LIBUV_LINK_FLAGS),$$(RUNTIME_DEF_$(1)),$$(CFG_RUNTIME))
144144

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
148149

149150
ifdef CFG_ENABLE_FAST_MAKE
150151
LIBUV_DEPS := $$(S)/.gitmodules

mk/rustllvm.mk

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ endif
1414

1515
RUSTLLVM_OBJS_CS_$(1) := $$(addprefix rustllvm/, RustWrapper.cpp)
1616

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-
2217
RUSTLLVM_DEF_$(1) := rustllvm/rustllvm$$(CFG_DEF_SUFFIX)
2318

2419
RUSTLLVM_INCS_$(1) = $$(LLVM_EXTRA_INCDIRS_$(1)) \

0 commit comments

Comments
 (0)