comparison gcc/config/mips/t-rtems @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 77e2b8dfacca
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
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