annotate gcc/config/mips/t-mti-linux @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
131
84e7813d76e9 gcc-8.2
mir3636
parents: 111
diff changeset
1 # Copyright (C) 2012-2018 Free Software Foundation, Inc.
111
kono
parents:
diff changeset
2 #
kono
parents:
diff changeset
3 # This file is part of GCC.
kono
parents:
diff changeset
4 #
kono
parents:
diff changeset
5 # GCC is free software; you can redistribute it and/or modify
kono
parents:
diff changeset
6 # it under the terms of the GNU General Public License as published by
kono
parents:
diff changeset
7 # the Free Software Foundation; either version 3, or (at your option)
kono
parents:
diff changeset
8 # any later version.
kono
parents:
diff changeset
9 #
kono
parents:
diff changeset
10 # GCC is distributed in the hope that it will be useful,
kono
parents:
diff changeset
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
kono
parents:
diff changeset
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
kono
parents:
diff changeset
13 # GNU General Public License for more details.
kono
parents:
diff changeset
14 #
kono
parents:
diff changeset
15 # You should have received a copy of the GNU General Public License
kono
parents:
diff changeset
16 # along with GCC; see the file COPYING3. If not see
kono
parents:
diff changeset
17 # <http://www.gnu.org/licenses/>.
kono
parents:
diff changeset
18
kono
parents:
diff changeset
19 # The default build is mips32r2, hard-float big-endian. Add mips32,
kono
parents:
diff changeset
20 # soft-float, and little-endian variations.
kono
parents:
diff changeset
21
kono
parents:
diff changeset
22 MULTILIB_OPTIONS = mips32/mips64/mips64r2 mips16/mmicromips mabi=64 EL msoft-float mnan=2008
kono
parents:
diff changeset
23 MULTILIB_DIRNAMES = mips32 mips64 mips64r2 mips16 micromips 64 el sof nan2008
kono
parents:
diff changeset
24 MULTILIB_MATCHES = EL=mel EB=meb mips32r2=mips32r3 mips32r2=mips32r5 mips64r2=mips64r3 mips64r2=mips64r5
kono
parents:
diff changeset
25
kono
parents:
diff changeset
26 MULTILIB_REQUIRED =
kono
parents:
diff changeset
27 MULTILIB_OSDIRNAMES = .=mips-r2-hard/lib
kono
parents:
diff changeset
28 MULTILIB_REQUIRED += mips64r2
kono
parents:
diff changeset
29 MULTILIB_OSDIRNAMES += mips64r2=!mips-r2-hard/lib32
kono
parents:
diff changeset
30 MULTILIB_REQUIRED += mips64r2/mabi=64
kono
parents:
diff changeset
31 MULTILIB_OSDIRNAMES += mips64r2/mabi.64=!mips-r2-hard/lib64
kono
parents:
diff changeset
32
kono
parents:
diff changeset
33 MULTILIB_REQUIRED += mnan=2008
kono
parents:
diff changeset
34 MULTILIB_OSDIRNAMES += mnan.2008=!mips-r2-hard-nan2008/lib
kono
parents:
diff changeset
35 MULTILIB_REQUIRED += mips64r2/mnan=2008
kono
parents:
diff changeset
36 MULTILIB_OSDIRNAMES += mips64r2/mnan.2008=!mips-r2-hard-nan2008/lib32
kono
parents:
diff changeset
37 MULTILIB_REQUIRED += mips64r2/mabi=64/mnan=2008
kono
parents:
diff changeset
38 MULTILIB_OSDIRNAMES += mips64r2/mabi.64/mnan.2008=!mips-r2-hard-nan2008/lib64
kono
parents:
diff changeset
39
kono
parents:
diff changeset
40 MULTILIB_REQUIRED += msoft-float
kono
parents:
diff changeset
41 MULTILIB_OSDIRNAMES += msoft-float=!mips-r2-soft/lib
kono
parents:
diff changeset
42 MULTILIB_REQUIRED += mips64r2/msoft-float
kono
parents:
diff changeset
43 MULTILIB_OSDIRNAMES += mips64r2/msoft-float=!mips-r2-soft/lib32
kono
parents:
diff changeset
44 MULTILIB_REQUIRED += mips64r2/mabi=64/msoft-float
kono
parents:
diff changeset
45 MULTILIB_OSDIRNAMES += mips64r2/mabi.64/msoft-float=!mips-r2-soft/lib64
kono
parents:
diff changeset
46
kono
parents:
diff changeset
47 #MULTILIB_REQUIRED += msoft-float/mnan=2008
kono
parents:
diff changeset
48 #MULTILIB_OSDIRNAMES += msoft-float/mnan.2008=!mips-r2-soft-nan2008/lib
kono
parents:
diff changeset
49 #MULTILIB_REQUIRED += mips64r2/msoft-float/mnan=2008
kono
parents:
diff changeset
50 #MULTILIB_OSDIRNAMES += mips64r2/msoft-float/mnan.2008=!mips-r2-soft-nan2008/lib32
kono
parents:
diff changeset
51 #MULTILIB_REQUIRED += mips64r2/mabi=64/msoft-float/mnan=2008
kono
parents:
diff changeset
52 #MULTILIB_OSDIRNAMES += mips64r2/mabi.64/msoft-float/mnan.2008=!mips-r2-soft-nan2008/lib64
kono
parents:
diff changeset
53
kono
parents:
diff changeset
54 MULTILIB_REQUIRED += EL
kono
parents:
diff changeset
55 MULTILIB_OSDIRNAMES += EL=!mipsel-r2-hard/lib
kono
parents:
diff changeset
56 MULTILIB_REQUIRED += mips64r2/EL
kono
parents:
diff changeset
57 MULTILIB_OSDIRNAMES += mips64r2/EL=!mipsel-r2-hard/lib32
kono
parents:
diff changeset
58 MULTILIB_REQUIRED += mips64r2/mabi=64/EL
kono
parents:
diff changeset
59 MULTILIB_OSDIRNAMES += mips64r2/mabi.64/EL=!mipsel-r2-hard/lib64
kono
parents:
diff changeset
60
kono
parents:
diff changeset
61 MULTILIB_REQUIRED += EL/mnan=2008
kono
parents:
diff changeset
62 MULTILIB_OSDIRNAMES += EL/mnan.2008=!mipsel-r2-hard-nan2008/lib
kono
parents:
diff changeset
63 MULTILIB_REQUIRED += mips64r2/EL/mnan=2008
kono
parents:
diff changeset
64 MULTILIB_OSDIRNAMES += mips64r2/EL/mnan.2008=!mipsel-r2-hard-nan2008/lib32
kono
parents:
diff changeset
65 MULTILIB_REQUIRED += mips64r2/mabi=64/EL/mnan=2008
kono
parents:
diff changeset
66 MULTILIB_OSDIRNAMES += mips64r2/mabi.64/EL/mnan.2008=!mipsel-r2-hard-nan2008/lib64
kono
parents:
diff changeset
67
kono
parents:
diff changeset
68 MULTILIB_REQUIRED += EL/msoft-float
kono
parents:
diff changeset
69 MULTILIB_OSDIRNAMES += EL/msoft-float=!mipsel-r2-soft/lib
kono
parents:
diff changeset
70 MULTILIB_REQUIRED += mips64r2/EL/msoft-float
kono
parents:
diff changeset
71 MULTILIB_OSDIRNAMES += mips64r2/EL/msoft-float=!mipsel-r2-soft/lib32
kono
parents:
diff changeset
72 MULTILIB_REQUIRED += mips64r2/mabi=64/EL/msoft-float
kono
parents:
diff changeset
73 MULTILIB_OSDIRNAMES += mips64r2/mabi.64/EL/msoft-float=!mipsel-r2-soft/lib64
kono
parents:
diff changeset
74
kono
parents:
diff changeset
75 #MULTILIB_REQUIRED += EL/msoft-float/mnan=2008
kono
parents:
diff changeset
76 #MULTILIB_OSDIRNAMES += EL/msoft-float/mnan.2008=!mipsel-r2-soft-nan2008/lib
kono
parents:
diff changeset
77 #MULTILIB_REQUIRED += mips64r2/EL/msoft-float/mnan=2008
kono
parents:
diff changeset
78 #MULTILIB_OSDIRNAMES += mips64r2/EL/msoft-float/mnan.2008=!mipsel-r2-soft-nan2008/lib32
kono
parents:
diff changeset
79 #MULTILIB_REQUIRED += mips64r2/mabi=64/EL/msoft-float/mnan=2008
kono
parents:
diff changeset
80 #MULTILIB_OSDIRNAMES += mips64r2/mabi.64/EL/msoft-float/mnan.2008=!mipsel-r2-soft-nan2008/lib64
kono
parents:
diff changeset
81
kono
parents:
diff changeset
82 # We will not include any 64 bit mips16 combinations.
kono
parents:
diff changeset
83 MULTILIB_REQUIRED += mips16
kono
parents:
diff changeset
84 MULTILIB_OSDIRNAMES += mips16=!mips-r2-mips16-hard/lib
kono
parents:
diff changeset
85 MULTILIB_REQUIRED += mips16/mnan=2008
kono
parents:
diff changeset
86 MULTILIB_OSDIRNAMES += mips16/mnan.2008=!mips-r2-mips16-hard-nan2008/lib
kono
parents:
diff changeset
87 MULTILIB_REQUIRED += mips16/msoft-float
kono
parents:
diff changeset
88 MULTILIB_OSDIRNAMES += mips16/msoft-float=!mips-r2-mips16-soft/lib
kono
parents:
diff changeset
89 #MULTILIB_REQUIRED += mips16/msoft-float/mnan=2008
kono
parents:
diff changeset
90 #MULTILIB_OSDIRNAMES += mips16/msoft-float/mnan.2008=!mips-r2-mips16-soft-nan2008/lib
kono
parents:
diff changeset
91
kono
parents:
diff changeset
92 MULTILIB_REQUIRED += mips16/EL
kono
parents:
diff changeset
93 MULTILIB_OSDIRNAMES += mips16/EL=!mipsel-r2-mips16-hard/lib
kono
parents:
diff changeset
94 MULTILIB_REQUIRED += mips16/EL/mnan=2008
kono
parents:
diff changeset
95 MULTILIB_OSDIRNAMES += mips16/EL/mnan.2008=!mipsel-r2-mips16-hard-nan2008/lib
kono
parents:
diff changeset
96 MULTILIB_REQUIRED += mips16/EL/msoft-float
kono
parents:
diff changeset
97 MULTILIB_OSDIRNAMES += mips16/EL/msoft-float=!mipsel-r2-mips16-soft/lib
kono
parents:
diff changeset
98 #MULTILIB_REQUIRED += mips16/EL/msoft-float/mnan=2008
kono
parents:
diff changeset
99 #MULTILIB_OSDIRNAMES += mips16/EL/msoft-float/mnan.2008=!mipsel-r2-mips16-soft-nan2008/lib
kono
parents:
diff changeset
100
kono
parents:
diff changeset
101 MULTILIB_REQUIRED += mmicromips
kono
parents:
diff changeset
102 MULTILIB_OSDIRNAMES += mmicromips=!micromips-r2-hard/lib
kono
parents:
diff changeset
103 MULTILIB_REQUIRED += mmicromips/mnan=2008
kono
parents:
diff changeset
104 MULTILIB_OSDIRNAMES += mmicromips/mnan.2008=!micromips-r2-hard-nan2008/lib
kono
parents:
diff changeset
105 MULTILIB_REQUIRED += mmicromips/msoft-float
kono
parents:
diff changeset
106 MULTILIB_OSDIRNAMES += mmicromips/msoft-float=!micromips-r2-soft/lib
kono
parents:
diff changeset
107 #MULTILIB_REQUIRED += mmicromips/msoft-float/mnan=2008
kono
parents:
diff changeset
108 #MULTILIB_OSDIRNAMES += mmicromips/msoft-float/mnan.2008=!micromips-r2-soft-nan2008/lib
kono
parents:
diff changeset
109
kono
parents:
diff changeset
110 MULTILIB_REQUIRED += mmicromips/EL
kono
parents:
diff changeset
111 MULTILIB_OSDIRNAMES += mmicromips/EL=!micromipsel-r2-hard/lib
kono
parents:
diff changeset
112 MULTILIB_REQUIRED += mmicromips/EL/mnan=2008
kono
parents:
diff changeset
113 MULTILIB_OSDIRNAMES += mmicromips/EL/mnan.2008=!micromipsel-r2-hard-nan2008/lib
kono
parents:
diff changeset
114 MULTILIB_REQUIRED += mmicromips/EL/msoft-float
kono
parents:
diff changeset
115 MULTILIB_OSDIRNAMES += mmicromips/EL/msoft-float=!micromipsel-r2-soft/lib
kono
parents:
diff changeset
116 #MULTILIB_REQUIRED += mmicromips/EL/msoft-float/mnan=2008
kono
parents:
diff changeset
117 #MULTILIB_OSDIRNAMES += mmicromips/EL/msoft-float/mnan.2008=!micromipsel-r2-soft-nan2008/lib
kono
parents:
diff changeset
118
kono
parents:
diff changeset
119 # Version 1 multilibs
kono
parents:
diff changeset
120
kono
parents:
diff changeset
121 MULTILIB_REQUIRED += mips32
kono
parents:
diff changeset
122 MULTILIB_OSDIRNAMES += mips32=!mips-r1-hard/lib
kono
parents:
diff changeset
123 MULTILIB_REQUIRED += mips64
kono
parents:
diff changeset
124 MULTILIB_OSDIRNAMES += mips64=!mips-r1-hard/lib32
kono
parents:
diff changeset
125 MULTILIB_REQUIRED += mips64/mabi=64
kono
parents:
diff changeset
126 MULTILIB_OSDIRNAMES += mips64/mabi.64=!mips-r1-hard/lib64
kono
parents:
diff changeset
127
kono
parents:
diff changeset
128 MULTILIB_REQUIRED += mips32/msoft-float
kono
parents:
diff changeset
129 MULTILIB_OSDIRNAMES += mips32/msoft-float=!mips-r1-soft/lib
kono
parents:
diff changeset
130 MULTILIB_REQUIRED += mips64/msoft-float
kono
parents:
diff changeset
131 MULTILIB_OSDIRNAMES += mips64/msoft-float=!mips-r1-soft/lib32
kono
parents:
diff changeset
132 MULTILIB_REQUIRED += mips64/mabi=64/msoft-float
kono
parents:
diff changeset
133 MULTILIB_OSDIRNAMES += mips64/mabi.64/msoft-float=!mips-r1-soft/lib64
kono
parents:
diff changeset
134
kono
parents:
diff changeset
135 MULTILIB_REQUIRED += mips32/EL
kono
parents:
diff changeset
136 MULTILIB_OSDIRNAMES += mips32/EL=!mipsel-r1-hard/lib
kono
parents:
diff changeset
137 MULTILIB_REQUIRED += mips64/EL
kono
parents:
diff changeset
138 MULTILIB_OSDIRNAMES += mips64/EL=!mipsel-r1-hard/lib32
kono
parents:
diff changeset
139 MULTILIB_REQUIRED += mips64/mabi=64/EL
kono
parents:
diff changeset
140 MULTILIB_OSDIRNAMES += mips64/mabi.64/EL=!mipsel-r1-hard/lib64
kono
parents:
diff changeset
141
kono
parents:
diff changeset
142 MULTILIB_REQUIRED += mips32/EL/msoft-float
kono
parents:
diff changeset
143 MULTILIB_OSDIRNAMES += mips32/EL/msoft-float=!mipsel-r1-soft/lib
kono
parents:
diff changeset
144 MULTILIB_REQUIRED += mips64/EL/msoft-float
kono
parents:
diff changeset
145 MULTILIB_OSDIRNAMES += mips64/EL/msoft-float=!mipsel-r1-soft/lib32
kono
parents:
diff changeset
146 MULTILIB_REQUIRED += mips64/mabi=64/EL/msoft-float
kono
parents:
diff changeset
147 MULTILIB_OSDIRNAMES += mips64/mabi.64/EL/msoft-float=!mipsel-r1-soft/lib64
kono
parents:
diff changeset
148
kono
parents:
diff changeset
149 # We will not include any 64 bit mips16 combinations.
kono
parents:
diff changeset
150 MULTILIB_REQUIRED += mips32/mips16
kono
parents:
diff changeset
151 MULTILIB_OSDIRNAMES += mips32/mips16=!mips-r1-mips16-hard/lib
kono
parents:
diff changeset
152 MULTILIB_REQUIRED += mips32/mips16/msoft-float
kono
parents:
diff changeset
153 MULTILIB_OSDIRNAMES += mips32/mips16/msoft-float=!mips-r1-mips16-soft/lib
kono
parents:
diff changeset
154
kono
parents:
diff changeset
155 MULTILIB_REQUIRED += mips32/mips16/EL
kono
parents:
diff changeset
156 MULTILIB_OSDIRNAMES += mips32/mips16/EL=!mipsel-r1-mips16-hard/lib
kono
parents:
diff changeset
157 MULTILIB_REQUIRED += mips32/mips16/EL/msoft-float
kono
parents:
diff changeset
158 MULTILIB_OSDIRNAMES += mips32/mips16/EL/msoft-float=!mipsel-r1-mips16-soft/lib