about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2016-09-04 12:57:18 -0500
committerAlex Crichton <alex@alexcrichton.com>2016-09-12 21:22:15 -0700
commite5d0bb12ececde44cfe5bf67224a7557a5b5c8fb (patch)
tree84e1012b595f305512f44c62d0ebc5084dc8164d
parente6da837e990a8617a3d90e906221bb32fa3fee38 (diff)
downloadrust-e5d0bb12ececde44cfe5bf67224a7557a5b5c8fb.tar.gz
rust-e5d0bb12ececde44cfe5bf67224a7557a5b5c8fb.zip
no emutls for you, windows
-rw-r--r--mk/rt.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/rt.mk b/mk/rt.mk
index bcbed333e0f..a67bded288e 100644
--- a/mk/rt.mk
+++ b/mk/rt.mk
@@ -554,8 +554,6 @@ ifeq ($$(findstring msvc,$(1)),)
 ifeq ($$(findstring freebsd,$(1)),)
 $(call ADD_INTRINSIC,$(1),gcc_personality_v0.o)
 endif
-
-$(call ADD_INTRINSIC,$(1),emutls.o)
 endif
 
 ifeq ($$(findstring aarch64,$(1)),aarch64)