t-vxworks revision 169689
11558Srgrimes# Multilibs for VxWorks.
21558Srgrimes
31558Srgrimes# default is mips1 EB hard-float
41558SrgrimesMULTILIB_OPTIONS = mips2/mips3 EL msoft-float
51558SrgrimesMULTILIB_MATCHES = EL=mel mips2=mips32 mips3=mips4 mips3=mips64
61558Srgrimes
71558SrgrimesMULTILIB_EXCEPTIONS = EL EL/msoft-float mips3/msoft-float mips3/EL/msoft-float
81558Srgrimes
91558SrgrimesMUTLILIB_EXTRA_OPTS = -G 0 -mno-branch-likely
101558Srgrimes
111558SrgrimesMULTILIB_OSDIRNAMES = msoft-float=!MIPS32sfr3kgnu \
121558Srgrimes		    mips2=!MIPS32gnu mips2/msoft-float=!MIPS32sfgnu \
131558Srgrimes		    mips2/EL=!MIPS32gnule \
141558Srgrimes		    mips2/EL/msoft-float=!MIPS32sfgnule \
151558Srgrimes		    mips3=!MIPS64gnu mips3/EL=!MIPS64gnule 
161558Srgrimes
171558Srgrimes