OSDN Git Service

b012100415a72d290773fb5861a7b7a1ebd52df8
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / t-rtems
1 # Custom multilibs for RTEMS
2
3 # default is mips1 EB hard-float
4 MULTILIB_OPTIONS = mips1/mips3/mips32 EB/EL msoft-float
5 MULTILIB_DIRNAMES = mips1 mips3 mips32 eb el soft-float
6 MULTILIB_MATCHES = EL=mel EB=meb
7
8 MULTILIB_EXCEPTIONS =
9
10 # Big endian only
11 MULTILIB_EXCEPTIONS += EL*
12 MULTILIB_EXCEPTIONS += mips32/EL*
13
14 # Little endian only
15 MULTILIB_EXCEPTIONS += mips3
16 MULTILIB_EXCEPTIONS += mips3/msoft-float