]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/gcc/config/mips/t-rtems
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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