Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/mips/23.0/mipsel/o32/, ...
Date: Wed, 28 Dec 2022 21:25:18
Message-Id: 1672262692.b14ccff2d4d0eb8f88860b15818ca95b7e06ed6d.dilfridge@gentoo
1 commit: b14ccff2d4d0eb8f88860b15818ca95b7e06ed6d
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 28 21:24:02 2022 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 28 21:24:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14ccff2
7
8 profiles: add new CHOST settings to mips 23.0 profiles
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/default/linux/mips/23.0/make.defaults | 6 ++++++
13 profiles/default/linux/mips/23.0/mipsel/make.defaults | 6 ++++++
14 .../default/linux/mips/23.0/mipsel/multilib/n32/make.defaults | 8 ++++++++
15 .../default/linux/mips/23.0/mipsel/multilib/n64/make.defaults | 8 ++++++++
16 .../default/linux/mips/23.0/mipsel/multilib/o32/make.defaults | 8 ++++++++
17 profiles/default/linux/mips/23.0/mipsel/n32/make.defaults | 8 ++++++++
18 profiles/default/linux/mips/23.0/mipsel/n64/make.defaults | 8 ++++++++
19 profiles/default/linux/mips/23.0/mipsel/o32/make.defaults | 8 ++++++++
20 profiles/default/linux/mips/23.0/multilib/n32/make.defaults | 8 ++++++++
21 profiles/default/linux/mips/23.0/multilib/n64/make.defaults | 8 ++++++++
22 profiles/default/linux/mips/23.0/multilib/o32/make.defaults | 8 ++++++++
23 profiles/default/linux/mips/23.0/n32/make.defaults | 8 ++++++++
24 profiles/default/linux/mips/23.0/n64/make.defaults | 8 ++++++++
25 profiles/default/linux/mips/23.0/o32/make.defaults | 8 ++++++++
26 .../linux/mips/23.0/split-usr/mipsel/multilib/n32/make.defaults | 8 ++++++++
27 .../linux/mips/23.0/split-usr/mipsel/multilib/n64/make.defaults | 8 ++++++++
28 .../linux/mips/23.0/split-usr/mipsel/multilib/o32/make.defaults | 8 ++++++++
29 .../default/linux/mips/23.0/split-usr/mipsel/n32/make.defaults | 8 ++++++++
30 .../default/linux/mips/23.0/split-usr/mipsel/n64/make.defaults | 8 ++++++++
31 .../default/linux/mips/23.0/split-usr/mipsel/o32/make.defaults | 8 ++++++++
32 .../default/linux/mips/23.0/split-usr/multilib/n32/make.defaults | 8 ++++++++
33 .../default/linux/mips/23.0/split-usr/multilib/n64/make.defaults | 8 ++++++++
34 .../default/linux/mips/23.0/split-usr/multilib/o32/make.defaults | 8 ++++++++
35 profiles/default/linux/mips/23.0/split-usr/n32/make.defaults | 8 ++++++++
36 profiles/default/linux/mips/23.0/split-usr/n64/make.defaults | 8 ++++++++
37 profiles/default/linux/mips/23.0/split-usr/o32/make.defaults | 8 ++++++++
38 26 files changed, 204 insertions(+)
39
40 diff --git a/profiles/default/linux/mips/23.0/make.defaults b/profiles/default/linux/mips/23.0/make.defaults
41 new file mode 100644
42 index 000000000000..54bc24e5fac5
43 --- /dev/null
44 +++ b/profiles/default/linux/mips/23.0/make.defaults
45 @@ -0,0 +1,6 @@
46 +# Copyright 2022 Gentoo Authors
47 +# Distributed under the terms of the GNU General Public License v2
48 +
49 +CHOST_o32="mips-unknown-linux-gnu"
50 +CHOST_n32="mips64-unknown-linux-gnuabin32"
51 +CHOST_n64="mips64-unknown-linux-gnuabi64"
52
53 diff --git a/profiles/default/linux/mips/23.0/mipsel/make.defaults b/profiles/default/linux/mips/23.0/mipsel/make.defaults
54 new file mode 100644
55 index 000000000000..58571c559dcf
56 --- /dev/null
57 +++ b/profiles/default/linux/mips/23.0/mipsel/make.defaults
58 @@ -0,0 +1,6 @@
59 +# Copyright 2022 Gentoo Authors
60 +# Distributed under the terms of the GNU General Public License v2
61 +
62 +CHOST_o32="mipsel-unknown-linux-gnu"
63 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
64 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
65
66 diff --git a/profiles/default/linux/mips/23.0/mipsel/multilib/n32/make.defaults b/profiles/default/linux/mips/23.0/mipsel/multilib/n32/make.defaults
67 new file mode 100644
68 index 000000000000..b91472d0279c
69 --- /dev/null
70 +++ b/profiles/default/linux/mips/23.0/mipsel/multilib/n32/make.defaults
71 @@ -0,0 +1,8 @@
72 +# Copyright 2022 Gentoo Authors
73 +# Distributed under the terms of the GNU General Public License v2
74 +
75 +CHOST_o32="mipsel-unknown-linux-gnu"
76 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
77 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
78 +
79 +CHOST=${CHOST_n32}
80
81 diff --git a/profiles/default/linux/mips/23.0/mipsel/multilib/n64/make.defaults b/profiles/default/linux/mips/23.0/mipsel/multilib/n64/make.defaults
82 new file mode 100644
83 index 000000000000..6413aabdf532
84 --- /dev/null
85 +++ b/profiles/default/linux/mips/23.0/mipsel/multilib/n64/make.defaults
86 @@ -0,0 +1,8 @@
87 +# Copyright 2022 Gentoo Authors
88 +# Distributed under the terms of the GNU General Public License v2
89 +
90 +CHOST_o32="mipsel-unknown-linux-gnu"
91 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
92 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
93 +
94 +CHOST=${CHOST_n64}
95
96 diff --git a/profiles/default/linux/mips/23.0/mipsel/multilib/o32/make.defaults b/profiles/default/linux/mips/23.0/mipsel/multilib/o32/make.defaults
97 new file mode 100644
98 index 000000000000..e9cc91c33347
99 --- /dev/null
100 +++ b/profiles/default/linux/mips/23.0/mipsel/multilib/o32/make.defaults
101 @@ -0,0 +1,8 @@
102 +# Copyright 2022 Gentoo Authors
103 +# Distributed under the terms of the GNU General Public License v2
104 +
105 +CHOST_o32="mipsel-unknown-linux-gnu"
106 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
107 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
108 +
109 +CHOST=${CHOST_o32}
110
111 diff --git a/profiles/default/linux/mips/23.0/mipsel/n32/make.defaults b/profiles/default/linux/mips/23.0/mipsel/n32/make.defaults
112 new file mode 100644
113 index 000000000000..b91472d0279c
114 --- /dev/null
115 +++ b/profiles/default/linux/mips/23.0/mipsel/n32/make.defaults
116 @@ -0,0 +1,8 @@
117 +# Copyright 2022 Gentoo Authors
118 +# Distributed under the terms of the GNU General Public License v2
119 +
120 +CHOST_o32="mipsel-unknown-linux-gnu"
121 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
122 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
123 +
124 +CHOST=${CHOST_n32}
125
126 diff --git a/profiles/default/linux/mips/23.0/mipsel/n64/make.defaults b/profiles/default/linux/mips/23.0/mipsel/n64/make.defaults
127 new file mode 100644
128 index 000000000000..6413aabdf532
129 --- /dev/null
130 +++ b/profiles/default/linux/mips/23.0/mipsel/n64/make.defaults
131 @@ -0,0 +1,8 @@
132 +# Copyright 2022 Gentoo Authors
133 +# Distributed under the terms of the GNU General Public License v2
134 +
135 +CHOST_o32="mipsel-unknown-linux-gnu"
136 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
137 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
138 +
139 +CHOST=${CHOST_n64}
140
141 diff --git a/profiles/default/linux/mips/23.0/mipsel/o32/make.defaults b/profiles/default/linux/mips/23.0/mipsel/o32/make.defaults
142 new file mode 100644
143 index 000000000000..e9cc91c33347
144 --- /dev/null
145 +++ b/profiles/default/linux/mips/23.0/mipsel/o32/make.defaults
146 @@ -0,0 +1,8 @@
147 +# Copyright 2022 Gentoo Authors
148 +# Distributed under the terms of the GNU General Public License v2
149 +
150 +CHOST_o32="mipsel-unknown-linux-gnu"
151 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
152 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
153 +
154 +CHOST=${CHOST_o32}
155
156 diff --git a/profiles/default/linux/mips/23.0/multilib/n32/make.defaults b/profiles/default/linux/mips/23.0/multilib/n32/make.defaults
157 new file mode 100644
158 index 000000000000..2cc2bf3ea2aa
159 --- /dev/null
160 +++ b/profiles/default/linux/mips/23.0/multilib/n32/make.defaults
161 @@ -0,0 +1,8 @@
162 +# Copyright 2022 Gentoo Authors
163 +# Distributed under the terms of the GNU General Public License v2
164 +
165 +CHOST_o32="mips-unknown-linux-gnu"
166 +CHOST_n32="mips64-unknown-linux-gnuabin32"
167 +CHOST_n64="mips64-unknown-linux-gnuabi64"
168 +
169 +CHOST=${CHOST_n32}
170
171 diff --git a/profiles/default/linux/mips/23.0/multilib/n64/make.defaults b/profiles/default/linux/mips/23.0/multilib/n64/make.defaults
172 new file mode 100644
173 index 000000000000..1399cfe601ff
174 --- /dev/null
175 +++ b/profiles/default/linux/mips/23.0/multilib/n64/make.defaults
176 @@ -0,0 +1,8 @@
177 +# Copyright 2022 Gentoo Authors
178 +# Distributed under the terms of the GNU General Public License v2
179 +
180 +CHOST_o32="mips-unknown-linux-gnu"
181 +CHOST_n32="mips64-unknown-linux-gnuabin32"
182 +CHOST_n64="mips64-unknown-linux-gnuabi64"
183 +
184 +CHOST=${CHOST_n64}
185
186 diff --git a/profiles/default/linux/mips/23.0/multilib/o32/make.defaults b/profiles/default/linux/mips/23.0/multilib/o32/make.defaults
187 new file mode 100644
188 index 000000000000..0a835e38d25b
189 --- /dev/null
190 +++ b/profiles/default/linux/mips/23.0/multilib/o32/make.defaults
191 @@ -0,0 +1,8 @@
192 +# Copyright 2022 Gentoo Authors
193 +# Distributed under the terms of the GNU General Public License v2
194 +
195 +CHOST_o32="mips-unknown-linux-gnu"
196 +CHOST_n32="mips64-unknown-linux-gnuabin32"
197 +CHOST_n64="mips64-unknown-linux-gnuabi64"
198 +
199 +CHOST=${CHOST_o32}
200
201 diff --git a/profiles/default/linux/mips/23.0/n32/make.defaults b/profiles/default/linux/mips/23.0/n32/make.defaults
202 new file mode 100644
203 index 000000000000..2cc2bf3ea2aa
204 --- /dev/null
205 +++ b/profiles/default/linux/mips/23.0/n32/make.defaults
206 @@ -0,0 +1,8 @@
207 +# Copyright 2022 Gentoo Authors
208 +# Distributed under the terms of the GNU General Public License v2
209 +
210 +CHOST_o32="mips-unknown-linux-gnu"
211 +CHOST_n32="mips64-unknown-linux-gnuabin32"
212 +CHOST_n64="mips64-unknown-linux-gnuabi64"
213 +
214 +CHOST=${CHOST_n32}
215
216 diff --git a/profiles/default/linux/mips/23.0/n64/make.defaults b/profiles/default/linux/mips/23.0/n64/make.defaults
217 new file mode 100644
218 index 000000000000..1399cfe601ff
219 --- /dev/null
220 +++ b/profiles/default/linux/mips/23.0/n64/make.defaults
221 @@ -0,0 +1,8 @@
222 +# Copyright 2022 Gentoo Authors
223 +# Distributed under the terms of the GNU General Public License v2
224 +
225 +CHOST_o32="mips-unknown-linux-gnu"
226 +CHOST_n32="mips64-unknown-linux-gnuabin32"
227 +CHOST_n64="mips64-unknown-linux-gnuabi64"
228 +
229 +CHOST=${CHOST_n64}
230
231 diff --git a/profiles/default/linux/mips/23.0/o32/make.defaults b/profiles/default/linux/mips/23.0/o32/make.defaults
232 new file mode 100644
233 index 000000000000..0a835e38d25b
234 --- /dev/null
235 +++ b/profiles/default/linux/mips/23.0/o32/make.defaults
236 @@ -0,0 +1,8 @@
237 +# Copyright 2022 Gentoo Authors
238 +# Distributed under the terms of the GNU General Public License v2
239 +
240 +CHOST_o32="mips-unknown-linux-gnu"
241 +CHOST_n32="mips64-unknown-linux-gnuabin32"
242 +CHOST_n64="mips64-unknown-linux-gnuabi64"
243 +
244 +CHOST=${CHOST_o32}
245
246 diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/make.defaults
247 new file mode 100644
248 index 000000000000..b91472d0279c
249 --- /dev/null
250 +++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n32/make.defaults
251 @@ -0,0 +1,8 @@
252 +# Copyright 2022 Gentoo Authors
253 +# Distributed under the terms of the GNU General Public License v2
254 +
255 +CHOST_o32="mipsel-unknown-linux-gnu"
256 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
257 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
258 +
259 +CHOST=${CHOST_n32}
260
261 diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n64/make.defaults b/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n64/make.defaults
262 new file mode 100644
263 index 000000000000..6413aabdf532
264 --- /dev/null
265 +++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/n64/make.defaults
266 @@ -0,0 +1,8 @@
267 +# Copyright 2022 Gentoo Authors
268 +# Distributed under the terms of the GNU General Public License v2
269 +
270 +CHOST_o32="mipsel-unknown-linux-gnu"
271 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
272 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
273 +
274 +CHOST=${CHOST_n64}
275
276 diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/make.defaults
277 new file mode 100644
278 index 000000000000..e9cc91c33347
279 --- /dev/null
280 +++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/multilib/o32/make.defaults
281 @@ -0,0 +1,8 @@
282 +# Copyright 2022 Gentoo Authors
283 +# Distributed under the terms of the GNU General Public License v2
284 +
285 +CHOST_o32="mipsel-unknown-linux-gnu"
286 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
287 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
288 +
289 +CHOST=${CHOST_o32}
290
291 diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/n32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/mipsel/n32/make.defaults
292 new file mode 100644
293 index 000000000000..b91472d0279c
294 --- /dev/null
295 +++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/n32/make.defaults
296 @@ -0,0 +1,8 @@
297 +# Copyright 2022 Gentoo Authors
298 +# Distributed under the terms of the GNU General Public License v2
299 +
300 +CHOST_o32="mipsel-unknown-linux-gnu"
301 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
302 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
303 +
304 +CHOST=${CHOST_n32}
305
306 diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/make.defaults b/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/make.defaults
307 new file mode 100644
308 index 000000000000..6413aabdf532
309 --- /dev/null
310 +++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/n64/make.defaults
311 @@ -0,0 +1,8 @@
312 +# Copyright 2022 Gentoo Authors
313 +# Distributed under the terms of the GNU General Public License v2
314 +
315 +CHOST_o32="mipsel-unknown-linux-gnu"
316 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
317 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
318 +
319 +CHOST=${CHOST_n64}
320
321 diff --git a/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/make.defaults
322 new file mode 100644
323 index 000000000000..e9cc91c33347
324 --- /dev/null
325 +++ b/profiles/default/linux/mips/23.0/split-usr/mipsel/o32/make.defaults
326 @@ -0,0 +1,8 @@
327 +# Copyright 2022 Gentoo Authors
328 +# Distributed under the terms of the GNU General Public License v2
329 +
330 +CHOST_o32="mipsel-unknown-linux-gnu"
331 +CHOST_n32="mips64el-unknown-linux-gnuabin32"
332 +CHOST_n64="mips64el-unknown-linux-gnuabi64"
333 +
334 +CHOST=${CHOST_o32}
335
336 diff --git a/profiles/default/linux/mips/23.0/split-usr/multilib/n32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/multilib/n32/make.defaults
337 new file mode 100644
338 index 000000000000..2cc2bf3ea2aa
339 --- /dev/null
340 +++ b/profiles/default/linux/mips/23.0/split-usr/multilib/n32/make.defaults
341 @@ -0,0 +1,8 @@
342 +# Copyright 2022 Gentoo Authors
343 +# Distributed under the terms of the GNU General Public License v2
344 +
345 +CHOST_o32="mips-unknown-linux-gnu"
346 +CHOST_n32="mips64-unknown-linux-gnuabin32"
347 +CHOST_n64="mips64-unknown-linux-gnuabi64"
348 +
349 +CHOST=${CHOST_n32}
350
351 diff --git a/profiles/default/linux/mips/23.0/split-usr/multilib/n64/make.defaults b/profiles/default/linux/mips/23.0/split-usr/multilib/n64/make.defaults
352 new file mode 100644
353 index 000000000000..1399cfe601ff
354 --- /dev/null
355 +++ b/profiles/default/linux/mips/23.0/split-usr/multilib/n64/make.defaults
356 @@ -0,0 +1,8 @@
357 +# Copyright 2022 Gentoo Authors
358 +# Distributed under the terms of the GNU General Public License v2
359 +
360 +CHOST_o32="mips-unknown-linux-gnu"
361 +CHOST_n32="mips64-unknown-linux-gnuabin32"
362 +CHOST_n64="mips64-unknown-linux-gnuabi64"
363 +
364 +CHOST=${CHOST_n64}
365
366 diff --git a/profiles/default/linux/mips/23.0/split-usr/multilib/o32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/multilib/o32/make.defaults
367 new file mode 100644
368 index 000000000000..0a835e38d25b
369 --- /dev/null
370 +++ b/profiles/default/linux/mips/23.0/split-usr/multilib/o32/make.defaults
371 @@ -0,0 +1,8 @@
372 +# Copyright 2022 Gentoo Authors
373 +# Distributed under the terms of the GNU General Public License v2
374 +
375 +CHOST_o32="mips-unknown-linux-gnu"
376 +CHOST_n32="mips64-unknown-linux-gnuabin32"
377 +CHOST_n64="mips64-unknown-linux-gnuabi64"
378 +
379 +CHOST=${CHOST_o32}
380
381 diff --git a/profiles/default/linux/mips/23.0/split-usr/n32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/n32/make.defaults
382 new file mode 100644
383 index 000000000000..2cc2bf3ea2aa
384 --- /dev/null
385 +++ b/profiles/default/linux/mips/23.0/split-usr/n32/make.defaults
386 @@ -0,0 +1,8 @@
387 +# Copyright 2022 Gentoo Authors
388 +# Distributed under the terms of the GNU General Public License v2
389 +
390 +CHOST_o32="mips-unknown-linux-gnu"
391 +CHOST_n32="mips64-unknown-linux-gnuabin32"
392 +CHOST_n64="mips64-unknown-linux-gnuabi64"
393 +
394 +CHOST=${CHOST_n32}
395
396 diff --git a/profiles/default/linux/mips/23.0/split-usr/n64/make.defaults b/profiles/default/linux/mips/23.0/split-usr/n64/make.defaults
397 new file mode 100644
398 index 000000000000..1399cfe601ff
399 --- /dev/null
400 +++ b/profiles/default/linux/mips/23.0/split-usr/n64/make.defaults
401 @@ -0,0 +1,8 @@
402 +# Copyright 2022 Gentoo Authors
403 +# Distributed under the terms of the GNU General Public License v2
404 +
405 +CHOST_o32="mips-unknown-linux-gnu"
406 +CHOST_n32="mips64-unknown-linux-gnuabin32"
407 +CHOST_n64="mips64-unknown-linux-gnuabi64"
408 +
409 +CHOST=${CHOST_n64}
410
411 diff --git a/profiles/default/linux/mips/23.0/split-usr/o32/make.defaults b/profiles/default/linux/mips/23.0/split-usr/o32/make.defaults
412 new file mode 100644
413 index 000000000000..0a835e38d25b
414 --- /dev/null
415 +++ b/profiles/default/linux/mips/23.0/split-usr/o32/make.defaults
416 @@ -0,0 +1,8 @@
417 +# Copyright 2022 Gentoo Authors
418 +# Distributed under the terms of the GNU General Public License v2
419 +
420 +CHOST_o32="mips-unknown-linux-gnu"
421 +CHOST_n32="mips64-unknown-linux-gnuabin32"
422 +CHOST_n64="mips64-unknown-linux-gnuabi64"
423 +
424 +CHOST=${CHOST_o32}