1 # Multilibs for VxWorks. We want these 8 architecture combinations:
3 # {-mips2,-mips3} x {-EB,-EL} x {-mhard-float,-msoft-float}
5 # where the first option in each group is the default. The -mips2
6 # multilibs use o32 and the -mips3 multilibs use o64.
8 # We want three multilibs for each architecture combination:
9 # default (kernel mode), -mrtp and -mrtp/-fPIC.
10 MULTILIB_OPTIONS = mabi=o64 mips3 EL msoft-float mrtp fPIC
11 MULTILIB_DIRNAMES = o64 mips3 EL msoft-float mrtp pic
12 MULTILIB_MATCHES = EL=mel fPIC=fpic
13 MULTILIB_EXCEPTIONS = mips3* mabi=o64 fPIC \
14 $(addprefix mabi=o64/, EL* msoft-float* mrtp* fPIC*) \
15 $(addsuffix /fPIC, *mabi=o64 *mips3 *EL *msoft-float)
17 MUTLILIB_EXTRA_OPTS = -G 0 -mno-branch-likely