1# Custom multilibs for RTEMS
2
3# default is mips1 EB hard-float
4MULTILIB_OPTIONS = mips1/mips3/mips32 EB/EL msoft-float
5MULTILIB_DIRNAMES = mips1 mips3 mips32 eb el soft-float
6MULTILIB_MATCHES = EL=mel EB=meb
7
8MULTILIB_EXCEPTIONS =
9
10# Big endian only
11MULTILIB_EXCEPTIONS += EL*
12MULTILIB_EXCEPTIONS += mips32/EL*
13
14# Little endian only
15MULTILIB_EXCEPTIONS += mips3
16MULTILIB_EXCEPTIONS += mips3/msoft-float
17