Commit 527a0891 by Olivier Hainque Committed by Olivier Hainque

t-vxworks: Remove assignment to LIB2FUNCS_EXTRA.

	* config/rs6000/t-vxworks: Remove assignment to LIB2FUNCS_EXTRA.

From-SVN: r119773
parent c0da9742
2006-12-12 Olivier Hainque <hainque@adacore.com>
* config/rs6000/t-vxworks: Remove assignment to LIB2FUNCS_EXTRA.
2006-12-12 Olivier Hainque <hainque@adacore.com>
* config/vxlib.c: Extract tls related routines into ...
* config/vxlib-tls.c: New file.
* config/t-vxworks: Add vxlib-tls.c to LIB2FUNCS_EXTRA.
......
......@@ -6,6 +6,11 @@ MULTILIB_DIRNAMES =
MULTILIB_MATCHES = fPIC=fpic
MULTILIB_EXCEPTIONS = fPIC*
# Restore some variables from t-vxworks clobbered by t-ppccomm.
# This is set from the common config/t-vxworks but clobbered by t-ppccomm
# on this target.
EXTRA_MULTILIB_PARTS =
LIB2FUNCS_EXTRA = $(srcdir)/config/vxlib.c
# Similarily, LIB2FUNCS_EXTRA is set from config/t-vxworks and
# t-ppccomm *adds* to it, but the common contents are useful to us.
# In particular the base trampoline_setup bits are expected to be
# provided there.
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