comparison gcc/config/rs6000/t-vxworks @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
1 # Multilibs for VxWorks.
2
3 # The base multilib is -mhard-float.
4 MULTILIB_OPTIONS = mrtp fPIC msoft-float
5 MULTILIB_DIRNAMES =
6 MULTILIB_MATCHES = fPIC=fpic
7 MULTILIB_EXCEPTIONS = fPIC*
8
9 # This is set from the common config/t-vxworks but clobbered by t-ppccomm
10 # on this target.
11 EXTRA_MULTILIB_PARTS =
12
13 # Similarily, LIB2FUNCS_EXTRA is set from config/t-vxworks and
14 # t-ppccomm *adds* to it, but the common contents are useful to us.
15 # In particular the base trampoline_setup bits are expected to be
16 # provided there.