OSDN Git Service

* c-format.c (handle_format_attribute): Fix -Wc++-compat and/or
[pf3gnuchains/gcc-fork.git] / gcc / config / rs6000 / t-vxworks
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.