diff options
author | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-12 11:09:53 +0000 |
---|---|---|
committer | hainque <hainque@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-12 11:09:53 +0000 |
commit | 7086c80a16af00517c801ed6e330472f748467a6 (patch) | |
tree | 38385bddf85a52a9aa4cf4ec09ebc3799d58635c /gcc/config | |
parent | 73e68f91914deff5f5d351cf1e51a7acb3833df0 (diff) | |
download | gcc-7086c80a16af00517c801ed6e330472f748467a6.tar.gz |
* config/rs6000/t-vxworks: Remove assignment to LIB2FUNCS_EXTRA.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119773 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/rs6000/t-vxworks | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gcc/config/rs6000/t-vxworks b/gcc/config/rs6000/t-vxworks index fe65a399397..f042b772c2d 100644 --- a/gcc/config/rs6000/t-vxworks +++ b/gcc/config/rs6000/t-vxworks @@ -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. |