]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/gcc/config/mips/t-rtems
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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