Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions mk/rt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# that's per-target so you're allowed to conditionally add files based on the
# target.
################################################################################
NATIVE_LIBS := rust_builtin hoedown morestack miniz context_switch \
NATIVE_LIBS := rust_builtin hoedown morestack miniz \
rustrt_native rust_test_helpers

# $(1) is the target triple
Expand All @@ -58,8 +58,7 @@ NATIVE_DEPS_rustrt_native_$(1) := \
arch/$$(HOST_$(1))/record_sp.S
NATIVE_DEPS_rust_test_helpers_$(1) := rust_test_helpers.c
NATIVE_DEPS_morestack_$(1) := arch/$$(HOST_$(1))/morestack.S
NATIVE_DEPS_context_switch_$(1) := \
arch/$$(HOST_$(1))/_context.S


################################################################################
# You shouldn't find it that necessary to edit anything below this line.
Expand Down
69 changes: 0 additions & 69 deletions src/rt/arch/arm/_context.S

This file was deleted.

65 changes: 0 additions & 65 deletions src/rt/arch/i386/_context.S

This file was deleted.

88 changes: 0 additions & 88 deletions src/rt/arch/mips/_context.S

This file was deleted.

88 changes: 0 additions & 88 deletions src/rt/arch/mipsel/_context.S

This file was deleted.

Loading