Commit 6685dd96 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH et al.

	* Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
	et al.

From-SVN: r181608
parent e02a5443
2011-11-21 Hans-Peter Nilsson <hp@axis.com>
* Makefile.in ($(srcdir)/emutls.c): Explain why it's in LIB2ADDEH
et al.
2011-11-21 Richard Henderson <rth@redhat.com> 2011-11-21 Richard Henderson <rth@redhat.com>
* crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF. * crtstuff.c (USE_TM_CLONE_REGISTRY): Default to 1 on ELF.
......
...@@ -394,6 +394,9 @@ endif ...@@ -394,6 +394,9 @@ endif
LIB2ADD += enable-execute-stack.c LIB2ADD += enable-execute-stack.c
# While emutls.c has nothing to do with EH, it is in LIB2ADDEH*
# instead of LIB2ADD because that's the way to be sure on some targets
# (e.g. *-*-darwin*) only one copy of it is linked.
LIB2ADDEH += $(srcdir)/emutls.c LIB2ADDEH += $(srcdir)/emutls.c
LIB2ADDEHSTATIC += $(srcdir)/emutls.c LIB2ADDEHSTATIC += $(srcdir)/emutls.c
LIB2ADDEHSHARED += $(srcdir)/emutls.c LIB2ADDEHSHARED += $(srcdir)/emutls.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment