]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/gcc/config/mips/t-rtems
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / 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