aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.3.1/gcc/config/rs6000/t-vxworks
blob: f042b772c2db961796067b2ea930e3879d646fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Multilibs for VxWorks.

# The base multilib is -mhard-float.
MULTILIB_OPTIONS = mrtp fPIC msoft-float
MULTILIB_DIRNAMES =
MULTILIB_MATCHES = fPIC=fpic
MULTILIB_EXCEPTIONS = fPIC*

# This is set from the common config/t-vxworks but clobbered by t-ppccomm
# on this target.
EXTRA_MULTILIB_PARTS = 

# 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.