]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/gcc/config/mips/t-sb1
- 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-sb1
1 # GP-rel: G0 only
2 #
3 # Endianness: EB or EL
4 #
5 # ABIs: mabi=32
6 #       mabi=o64
7 #       mabi=o64/mlong64
8 #
9 # FPU: (default mhard-float)
10 #      msoft-float (only for mabi=32)
11 #
12
13 MULTILIB_EXTRA_OPTS = G0
14
15 MULTILIB_OPTIONS =                      \
16         EB/EL                           \
17         mabi=32/mabi=o64                \
18         mips32/mips64                   \
19         mlong64/msoft-float             \
20
21 MULTILIB_DIRNAMES =                     \
22         eb el                           \
23         o32 o64                         \
24         mips32 mips64                   \
25         long64 soft-float               \
26
27 MULTILIB_MATCHES =                      \
28         EB=meb EL=mel                   \
29
30 MULTILIB_EXCEPTIONS =                   \
31         *mabi=32/*mlong64*              \
32
33 MULTILIB_EXCLUSIONS =                   \
34         mips32/!mabi=32                 \
35         mabi=32/!mips32                 \
36         msoft-float/!mabi=32            \
37
38 # Small multilib list for quick builds and tests.
39 # Must either comment out everything above these lines, or everything below
40 # these lines.
41
42 #MULTILIB_OPTIONS = EB/EL msoft-float
43 #MULTILIB_DIRNAMES = eb el soft-float
44 #MULTILIB_MATCHES = EB=meb EL=mel