Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/, dev-util/boost-build/files/
Date: Sun, 08 May 2022 13:35:40
Message-Id: 1652016221.6b7c1c948b8b7b790a072b82dcb2b08c90e8717c.asturm@gentoo
1 commit: 6b7c1c948b8b7b790a072b82dcb2b08c90e8717c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 8 13:15:33 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 13:23:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b7c1c94
7
8 dev-util/boost-build: Drop 1.77.0
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-util/boost-build/Manifest | 1 -
14 dev-util/boost-build/boost-build-1.77.0.ebuild | 73 ------
15 ...oost-build-1.74.0-no-implicit-march-flags.patch | 279 ---------------------
16 ...oost-build-1.77.0-darwin-gentoo-toolchain.patch | 26 --
17 4 files changed, 379 deletions(-)
18
19 diff --git a/dev-util/boost-build/Manifest b/dev-util/boost-build/Manifest
20 index 227b3173730a..dda317544a26 100644
21 --- a/dev-util/boost-build/Manifest
22 +++ b/dev-util/boost-build/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST boost_1_77_0.tar.bz2 110361537 BLAKE2B 106aeb09ec7705b595f2ca966a76c53c649eac6fac50d88c156862e0991c33c89a2f3a09edcbcb453fa44bf71cdde030b35d0a0889ad97b65f3a868cb877a532 SHA512 39b45c9b60bc5a2a4c669a4463d1272c1e093376b2fb374d7f20a84ea10a3e23bb04b335a735a83a04575731f874d9bff77e89acd947524b3fbbae1b26ae1f2f
25 DIST boost_1_78_0.tar.bz2 110675550 BLAKE2B ed7da98862ec1e0a28472544400e6f44ffadbc967eed969ce6cb62b1c4f0b7a4b98a395269eb374b57326eff9cdb1dd6e47df9d1a9730aff7c926cc44388fb2d SHA512 9c34a387a203b99aa773eb0c59f5abac7a99ba10e4623653e793c1d5b29b99b88e0e4e0d4e2e4ca5d497c42f2e46e23bab66417722433a457dc818d7670bcbbf
26 DIST boost_1_79_0.tar.bz2 113456811 BLAKE2B 61f47ca022e60745868e6bdd3b5c75603dd68d878e126dcbb73de5b40fc03c0eec8eede3ec304ece58050435ef2fc1ed7eb763773c20673f85e32bbf4d5f978a SHA512 70909e0561c213d10a1fdd692f9ae7b293d3cdc63e925bdc207da9e9bba6e86474341100e7ee5de6d94f9561196b1a3a1597055a7b7382babf8931131170a312
27
28 diff --git a/dev-util/boost-build/boost-build-1.77.0.ebuild b/dev-util/boost-build/boost-build-1.77.0.ebuild
29 deleted file mode 100644
30 index af86a0c414e2..000000000000
31 --- a/dev-util/boost-build/boost-build-1.77.0.ebuild
32 +++ /dev/null
33 @@ -1,73 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -inherit flag-o-matic toolchain-funcs
40 -
41 -MY_PV="$(ver_rs 1- _)"
42 -
43 -DESCRIPTION="A system for large project software construction, simple to use and powerful"
44 -HOMEPAGE="https://www.boost.org/build/"
45 -SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_${MY_PV}.tar.bz2"
46 -S="${WORKDIR}/boost_${MY_PV}/tools/build/src"
47 -
48 -LICENSE="Boost-1.0"
49 -SLOT="0"
50 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
51 -IUSE="examples"
52 -RESTRICT="test"
53 -
54 -PATCHES=(
55 - "${FILESDIR}"/${PN}-1.71.0-disable_python_rpath.patch
56 - "${FILESDIR}"/${PN}-1.77.0-darwin-gentoo-toolchain.patch
57 - "${FILESDIR}"/${PN}-1.73.0-add-none-feature-options.patch
58 - "${FILESDIR}"/${PN}-1.76.0-respect-user-flags.patch
59 - "${FILESDIR}"/${PN}-1.74.0-no-implicit-march-flags.patch
60 -)
61 -
62 -src_unpack() {
63 - tar xojf "${DISTDIR}/${A}" boost_${MY_PV}/tools/build || die "unpacking tar failed"
64 -}
65 -
66 -src_prepare() {
67 - default
68 -
69 - pushd .. >/dev/null || die
70 - eapply "${FILESDIR}"/${PN}-1.71.0-fix-test.patch
71 - popd >/dev/null || die
72 -}
73 -
74 -src_configure() {
75 - # need to enable LFS explicitly for 64-bit offsets on 32-bit hosts (#761100)
76 - append-lfs-flags
77 -}
78 -
79 -src_compile() {
80 - cd engine || die
81 - ${CONFIG_SHELL:-${BASH}} ./build.sh cxx --cxx="$(tc-getCXX)" --cxxflags="${CXXFLAGS}" -d+2 --without-python || die "building bjam failed"
82 -}
83 -
84 -src_test() {
85 - # Forget tests, bjam is a lost cause
86 - :
87 -}
88 -
89 -src_install() {
90 - dobin engine/{bjam,b2}
91 -
92 - insinto /usr/share/boost-build/src
93 - doins -r "${FILESDIR}/site-config.jam" \
94 - ../boost-build.jam bootstrap.jam build-system.jam ../example/user-config.jam *.py \
95 - build kernel options tools util
96 -
97 - find "${ED}"/usr/share/boost-build/src -iname '*.py' -delete || die
98 -
99 - dodoc ../notes/{changes,release_procedure,build_dir_option,relative_source_paths}.txt
100 -
101 - if use examples; then
102 - docinto examples
103 - dodoc -r ../example/.
104 - docompress -x /usr/share/doc/${PF}/examples
105 - fi
106 -}
107
108 diff --git a/dev-util/boost-build/files/boost-build-1.74.0-no-implicit-march-flags.patch b/dev-util/boost-build/files/boost-build-1.74.0-no-implicit-march-flags.patch
109 deleted file mode 100644
110 index 894af8f62c2d..000000000000
111 --- a/dev-util/boost-build/files/boost-build-1.74.0-no-implicit-march-flags.patch
112 +++ /dev/null
113 @@ -1,279 +0,0 @@
114 ---- a/tools/gcc.jam
115 -+++ b/tools/gcc.jam
116 -@@ -1224,135 +1224,9 @@
117 - # x86 and compatible
118 - # The 'native' option appeared in gcc 4.2 so we cannot safely use it as default.
119 - # Use i686 instead for 32-bit.
120 --toolset.flags gcc OPTIONS <architecture>x86/<address-model>32/<instruction-set> : -march=i686 ;
121 --cpu-flags gcc OPTIONS : x86 : native : -march=native ;
122 --cpu-flags gcc OPTIONS : x86 : i486 : -march=i486 ;
123 --cpu-flags gcc OPTIONS : x86 : i586 : -march=i586 ;
124 --cpu-flags gcc OPTIONS : x86 : i686 : -march=i686 ;
125 --cpu-flags gcc OPTIONS : x86 : pentium : -march=pentium ;
126 --cpu-flags gcc OPTIONS : x86 : pentium-mmx : -march=pentium-mmx ;
127 --cpu-flags gcc OPTIONS : x86 : pentiumpro : -march=pentiumpro ;
128 --cpu-flags gcc OPTIONS : x86 : pentium2 : -march=pentium2 ;
129 --cpu-flags gcc OPTIONS : x86 : pentium3 : -march=pentium3 ;
130 --cpu-flags gcc OPTIONS : x86 : pentium3m : -march=pentium3m ;
131 --cpu-flags gcc OPTIONS : x86 : pentium-m : -march=pentium-m ;
132 --cpu-flags gcc OPTIONS : x86 : pentium4 : -march=pentium4 ;
133 --cpu-flags gcc OPTIONS : x86 : pentium4m : -march=pentium4m ;
134 --cpu-flags gcc OPTIONS : x86 : prescott : -march=prescott ;
135 --cpu-flags gcc OPTIONS : x86 : nocona : -march=nocona ;
136 --cpu-flags gcc OPTIONS : x86 : core2 : -march=core2 ;
137 --cpu-flags gcc OPTIONS : x86 : conroe : -march=core2 ;
138 --cpu-flags gcc OPTIONS : x86 : conroe-xe : -march=core2 ;
139 --cpu-flags gcc OPTIONS : x86 : conroe-l : -march=core2 ;
140 --cpu-flags gcc OPTIONS : x86 : allendale : -march=core2 ;
141 --cpu-flags gcc OPTIONS : x86 : wolfdale : -march=core2 -msse4.1 ;
142 --cpu-flags gcc OPTIONS : x86 : merom : -march=core2 ;
143 --cpu-flags gcc OPTIONS : x86 : merom-xe : -march=core2 ;
144 --cpu-flags gcc OPTIONS : x86 : kentsfield : -march=core2 ;
145 --cpu-flags gcc OPTIONS : x86 : kentsfield-xe : -march=core2 ;
146 --cpu-flags gcc OPTIONS : x86 : yorksfield : -march=core2 ;
147 --cpu-flags gcc OPTIONS : x86 : penryn : -march=core2 ;
148 --cpu-flags gcc OPTIONS : x86 : corei7 : -march=corei7 ;
149 --cpu-flags gcc OPTIONS : x86 : nehalem : -march=corei7 ;
150 --cpu-flags gcc OPTIONS : x86 : corei7-avx : -march=corei7-avx ;
151 --cpu-flags gcc OPTIONS : x86 : sandy-bridge : -march=corei7-avx ;
152 --cpu-flags gcc OPTIONS : x86 : core-avx-i : -march=core-avx-i ;
153 --cpu-flags gcc OPTIONS : x86 : ivy-bridge : -march=core-avx-i ;
154 --cpu-flags gcc OPTIONS : x86 : haswell : -march=core-avx-i -mavx2 -mfma -mbmi -mbmi2 -mlzcnt ;
155 --cpu-flags gcc OPTIONS : x86 : broadwell : -march=broadwell ;
156 --cpu-flags gcc OPTIONS : x86 : skylake : -march=skylake ;
157 --cpu-flags gcc OPTIONS : x86 : skylake-avx512 : -march=skylake-avx512 ;
158 --cpu-flags gcc OPTIONS : x86 : cannonlake : -march=skylake-avx512 -mavx512vbmi -mavx512ifma -msha ;
159 --cpu-flags gcc OPTIONS : x86 : icelake-client : -march=icelake-client ;
160 --cpu-flags gcc OPTIONS : x86 : icelake-server : -march=icelake-server ;
161 --cpu-flags gcc OPTIONS : x86 : cascadelake : -march=skylake-avx512 -mavx512vnni ;
162 --cpu-flags gcc OPTIONS : x86 : cooperlake : -march=cooperlake ;
163 --cpu-flags gcc OPTIONS : x86 : tigerlake : -march=tigerlake ;
164 --cpu-flags gcc OPTIONS : x86 : k6 : -march=k6 ;
165 --cpu-flags gcc OPTIONS : x86 : k6-2 : -march=k6-2 ;
166 --cpu-flags gcc OPTIONS : x86 : k6-3 : -march=k6-3 ;
167 --cpu-flags gcc OPTIONS : x86 : athlon : -march=athlon ;
168 --cpu-flags gcc OPTIONS : x86 : athlon-tbird : -march=athlon-tbird ;
169 --cpu-flags gcc OPTIONS : x86 : athlon-4 : -march=athlon-4 ;
170 --cpu-flags gcc OPTIONS : x86 : athlon-xp : -march=athlon-xp ;
171 --cpu-flags gcc OPTIONS : x86 : athlon-mp : -march=athlon-mp ;
172 - ##
173 --cpu-flags gcc OPTIONS : x86 : k8 : -march=k8 ;
174 --cpu-flags gcc OPTIONS : x86 : opteron : -march=opteron ;
175 --cpu-flags gcc OPTIONS : x86 : athlon64 : -march=athlon64 ;
176 --cpu-flags gcc OPTIONS : x86 : athlon-fx : -march=athlon-fx ;
177 --cpu-flags gcc OPTIONS : x86 : k8-sse3 : -march=k8-sse3 ;
178 --cpu-flags gcc OPTIONS : x86 : opteron-sse3 : -march=opteron-sse3 ;
179 --cpu-flags gcc OPTIONS : x86 : athlon64-sse3 : -march=athlon64-sse3 ;
180 --cpu-flags gcc OPTIONS : x86 : amdfam10 : -march=amdfam10 ;
181 --cpu-flags gcc OPTIONS : x86 : barcelona : -march=barcelona ;
182 --cpu-flags gcc OPTIONS : x86 : bdver1 : -march=bdver1 ;
183 --cpu-flags gcc OPTIONS : x86 : bdver2 : -march=bdver2 ;
184 --cpu-flags gcc OPTIONS : x86 : bdver3 : -march=bdver3 ;
185 --cpu-flags gcc OPTIONS : x86 : bdver4 : -march=bdver4 ;
186 --cpu-flags gcc OPTIONS : x86 : btver1 : -march=btver1 ;
187 --cpu-flags gcc OPTIONS : x86 : btver2 : -march=btver2 ;
188 --cpu-flags gcc OPTIONS : x86 : znver1 : -march=znver1 ;
189 --cpu-flags gcc OPTIONS : x86 : znver2 : -march=znver2 ;
190 --cpu-flags gcc OPTIONS : x86 : winchip-c6 : -march=winchip-c6 ;
191 --cpu-flags gcc OPTIONS : x86 : winchip2 : -march=winchip2 ;
192 --cpu-flags gcc OPTIONS : x86 : c3 : -march=c3 ;
193 --cpu-flags gcc OPTIONS : x86 : c3-2 : -march=c3-2 ;
194 --cpu-flags gcc OPTIONS : x86 : c7 : -march=c7 ;
195 - ##
196 --cpu-flags gcc OPTIONS : x86 : atom : -march=atom ;
197 - # Sparc
198 --cpu-flags gcc OPTIONS : sparc : v7 : -mcpu=v7 : default ;
199 --cpu-flags gcc OPTIONS : sparc : cypress : -mcpu=cypress ;
200 --cpu-flags gcc OPTIONS : sparc : v8 : -mcpu=v8 ;
201 --cpu-flags gcc OPTIONS : sparc : supersparc : -mcpu=supersparc ;
202 --cpu-flags gcc OPTIONS : sparc : sparclite : -mcpu=sparclite ;
203 --cpu-flags gcc OPTIONS : sparc : hypersparc : -mcpu=hypersparc ;
204 --cpu-flags gcc OPTIONS : sparc : sparclite86x : -mcpu=sparclite86x ;
205 --cpu-flags gcc OPTIONS : sparc : f930 : -mcpu=f930 ;
206 --cpu-flags gcc OPTIONS : sparc : f934 : -mcpu=f934 ;
207 --cpu-flags gcc OPTIONS : sparc : sparclet : -mcpu=sparclet ;
208 --cpu-flags gcc OPTIONS : sparc : tsc701 : -mcpu=tsc701 ;
209 --cpu-flags gcc OPTIONS : sparc : v9 : -mcpu=v9 ;
210 --cpu-flags gcc OPTIONS : sparc : ultrasparc : -mcpu=ultrasparc ;
211 --cpu-flags gcc OPTIONS : sparc : ultrasparc3 : -mcpu=ultrasparc3 ;
212 - # RS/6000 & PowerPC
213 --cpu-flags gcc OPTIONS : power : 403 : -mcpu=403 ;
214 --cpu-flags gcc OPTIONS : power : 505 : -mcpu=505 ;
215 --cpu-flags gcc OPTIONS : power : 601 : -mcpu=601 ;
216 --cpu-flags gcc OPTIONS : power : 602 : -mcpu=602 ;
217 --cpu-flags gcc OPTIONS : power : 603 : -mcpu=603 ;
218 --cpu-flags gcc OPTIONS : power : 603e : -mcpu=603e ;
219 --cpu-flags gcc OPTIONS : power : 604 : -mcpu=604 ;
220 --cpu-flags gcc OPTIONS : power : 604e : -mcpu=604e ;
221 --cpu-flags gcc OPTIONS : power : 620 : -mcpu=620 ;
222 --cpu-flags gcc OPTIONS : power : 630 : -mcpu=630 ;
223 --cpu-flags gcc OPTIONS : power : 740 : -mcpu=740 ;
224 --cpu-flags gcc OPTIONS : power : 7400 : -mcpu=7400 ;
225 --cpu-flags gcc OPTIONS : power : 7450 : -mcpu=7450 ;
226 --cpu-flags gcc OPTIONS : power : 750 : -mcpu=750 ;
227 --cpu-flags gcc OPTIONS : power : 801 : -mcpu=801 ;
228 --cpu-flags gcc OPTIONS : power : 821 : -mcpu=821 ;
229 --cpu-flags gcc OPTIONS : power : 823 : -mcpu=823 ;
230 --cpu-flags gcc OPTIONS : power : 860 : -mcpu=860 ;
231 --cpu-flags gcc OPTIONS : power : 970 : -mcpu=970 ;
232 --cpu-flags gcc OPTIONS : power : 8540 : -mcpu=8540 ;
233 --cpu-flags gcc OPTIONS : power : power : -mcpu=power ;
234 --cpu-flags gcc OPTIONS : power : power2 : -mcpu=power2 ;
235 --cpu-flags gcc OPTIONS : power : power3 : -mcpu=power3 ;
236 --cpu-flags gcc OPTIONS : power : power4 : -mcpu=power4 ;
237 --cpu-flags gcc OPTIONS : power : power5 : -mcpu=power5 ;
238 --cpu-flags gcc OPTIONS : power : powerpc : -mcpu=powerpc ;
239 --cpu-flags gcc OPTIONS : power : powerpc64 : -mcpu=powerpc64 ;
240 --cpu-flags gcc OPTIONS : power : rios : -mcpu=rios ;
241 --cpu-flags gcc OPTIONS : power : rios1 : -mcpu=rios1 ;
242 --cpu-flags gcc OPTIONS : power : rios2 : -mcpu=rios2 ;
243 --cpu-flags gcc OPTIONS : power : rsc : -mcpu=rsc ;
244 --cpu-flags gcc OPTIONS : power : rs64a : -mcpu=rs64 ;
245 --cpu-flags gcc OPTIONS : s390x : z196 : -march=z196 ;
246 --cpu-flags gcc OPTIONS : s390x : zEC12 : -march=zEC12 ;
247 --cpu-flags gcc OPTIONS : s390x : z13 : -march=z13 ;
248 --cpu-flags gcc OPTIONS : s390x : z14 : -march=z14 ;
249 --cpu-flags gcc OPTIONS : s390x : z15 : -march=z15 ;
250 - # AIX variant of RS/6000 & PowerPC
251 - toolset.flags gcc AROPTIONS <address-model>64/<target-os>aix : "-X64" ;
252 ---- a/tools/gcc.py
253 -+++ b/tools/gcc.py
254 -@@ -745,138 +745,14 @@
255 - # x86 and compatible
256 - flags('gcc', 'OPTIONS', ['<architecture>x86/<address-model>32'], ['-m32'])
257 - flags('gcc', 'OPTIONS', ['<architecture>x86/<address-model>64'], ['-m64'])
258 --cpu_flags('gcc', 'OPTIONS', 'x86', 'native', ['-march=native'])
259 --cpu_flags('gcc', 'OPTIONS', 'x86', 'i486', ['-march=i486'])
260 --cpu_flags('gcc', 'OPTIONS', 'x86', 'i586', ['-march=i586'])
261 --cpu_flags('gcc', 'OPTIONS', 'x86', 'i686', ['-march=i686'], default=True)
262 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentium', ['-march=pentium'])
263 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentium-mmx', ['-march=pentium-mmx'])
264 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentiumpro', ['-march=pentiumpro'])
265 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentium2', ['-march=pentium2'])
266 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentium3', ['-march=pentium3'])
267 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentium3m', ['-march=pentium3m'])
268 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentium-m', ['-march=pentium-m'])
269 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentium4', ['-march=pentium4'])
270 --cpu_flags('gcc', 'OPTIONS', 'x86', 'pentium4m', ['-march=pentium4m'])
271 --cpu_flags('gcc', 'OPTIONS', 'x86', 'prescott', ['-march=prescott'])
272 --cpu_flags('gcc', 'OPTIONS', 'x86', 'nocona', ['-march=nocona'])
273 --cpu_flags('gcc', 'OPTIONS', 'x86', 'core2', ['-march=core2'])
274 --cpu_flags('gcc', 'OPTIONS', 'x86', 'conroe', ['-march=core2'])
275 --cpu_flags('gcc', 'OPTIONS', 'x86', 'conroe-xe', ['-march=core2'])
276 --cpu_flags('gcc', 'OPTIONS', 'x86', 'conroe-l', ['-march=core2'])
277 --cpu_flags('gcc', 'OPTIONS', 'x86', 'allendale', ['-march=core2'])
278 --cpu_flags('gcc', 'OPTIONS', 'x86', 'wolfdale', ['-march=core2', '-msse4.1'])
279 --cpu_flags('gcc', 'OPTIONS', 'x86', 'merom', ['-march=core2'])
280 --cpu_flags('gcc', 'OPTIONS', 'x86', 'merom-xe', ['-march=core2'])
281 --cpu_flags('gcc', 'OPTIONS', 'x86', 'kentsfield', ['-march=core2'])
282 --cpu_flags('gcc', 'OPTIONS', 'x86', 'kentsfield-xe', ['-march=core2'])
283 --cpu_flags('gcc', 'OPTIONS', 'x86', 'yorksfield', ['-march=core2'])
284 --cpu_flags('gcc', 'OPTIONS', 'x86', 'penryn', ['-march=core2'])
285 --cpu_flags('gcc', 'OPTIONS', 'x86', 'corei7', ['-march=corei7'])
286 --cpu_flags('gcc', 'OPTIONS', 'x86', 'nehalem', ['-march=corei7'])
287 --cpu_flags('gcc', 'OPTIONS', 'x86', 'corei7-avx', ['-march=corei7-avx'])
288 --cpu_flags('gcc', 'OPTIONS', 'x86', 'sandy-bridge', ['-march=corei7-avx'])
289 --cpu_flags('gcc', 'OPTIONS', 'x86', 'core-avx-i', ['-march=core-avx-i'])
290 --cpu_flags('gcc', 'OPTIONS', 'x86', 'ivy-bridge', ['-march=core-avx-i'])
291 --cpu_flags('gcc', 'OPTIONS', 'x86', 'haswell', ['-march=core-avx-i', '-mavx2', '-mfma', '-mbmi', '-mbmi2', '-mlzcnt'])
292 --cpu_flags('gcc', 'OPTIONS', 'x86', 'broadwell', ['-march=broadwell'])
293 --cpu_flags('gcc', 'OPTIONS', 'x86', 'skylake', ['-march=skylake'])
294 --cpu_flags('gcc', 'OPTIONS', 'x86', 'skylake-avx512', ['-march=skylake-avx512'])
295 --cpu_flags('gcc', 'OPTIONS', 'x86', 'cannonlake', ['-march=skylake-avx512', '-mavx512vbmi', '-mavx512ifma', '-msha'])
296 --cpu_flags('gcc', 'OPTIONS', 'x86', 'icelake-client', ['-march=icelake-client'])
297 --cpu_flags('gcc', 'OPTIONS', 'x86', 'icelake-server', ['-march=icelake-server'])
298 --cpu_flags('gcc', 'OPTIONS', 'x86', 'cascadelake', ['-march=skylake-avx512', '-mavx512vnni'])
299 --cpu_flags('gcc', 'OPTIONS', 'x86', 'cooperlake', ['-march=cooperlake'])
300 --cpu_flags('gcc', 'OPTIONS', 'x86', 'tigerlake', ['-march=tigerlake'])
301 --cpu_flags('gcc', 'OPTIONS', 'x86', 'k6', ['-march=k6'])
302 --cpu_flags('gcc', 'OPTIONS', 'x86', 'k6-2', ['-march=k6-2'])
303 --cpu_flags('gcc', 'OPTIONS', 'x86', 'k6-3', ['-march=k6-3'])
304 --cpu_flags('gcc', 'OPTIONS', 'x86', 'athlon', ['-march=athlon'])
305 --cpu_flags('gcc', 'OPTIONS', 'x86', 'athlon-tbird', ['-march=athlon-tbird'])
306 --cpu_flags('gcc', 'OPTIONS', 'x86', 'athlon-4', ['-march=athlon-4'])
307 --cpu_flags('gcc', 'OPTIONS', 'x86', 'athlon-xp', ['-march=athlon-xp'])
308 --cpu_flags('gcc', 'OPTIONS', 'x86', 'athlon-mp', ['-march=athlon-mp'])
309 - ##
310 --cpu_flags('gcc', 'OPTIONS', 'x86', 'k8', ['-march=k8'])
311 --cpu_flags('gcc', 'OPTIONS', 'x86', 'opteron', ['-march=opteron'])
312 --cpu_flags('gcc', 'OPTIONS', 'x86', 'athlon64', ['-march=athlon64'])
313 --cpu_flags('gcc', 'OPTIONS', 'x86', 'athlon-fx', ['-march=athlon-fx'])
314 --cpu_flags('gcc', 'OPTIONS', 'x86', 'k8-sse3', ['-march=k8-sse3'])
315 --cpu_flags('gcc', 'OPTIONS', 'x86', 'opteron-sse3', ['-march=opteron-sse3'])
316 --cpu_flags('gcc', 'OPTIONS', 'x86', 'athlon64-sse3', ['-march=athlon64-sse3'])
317 --cpu_flags('gcc', 'OPTIONS', 'x86', 'amdfam10', ['-march=amdfam10'])
318 --cpu_flags('gcc', 'OPTIONS', 'x86', 'barcelona', ['-march=barcelona'])
319 --cpu_flags('gcc', 'OPTIONS', 'x86', 'bdver1', ['-march=bdver1'])
320 --cpu_flags('gcc', 'OPTIONS', 'x86', 'bdver2', ['-march=bdver2'])
321 --cpu_flags('gcc', 'OPTIONS', 'x86', 'bdver3', ['-march=bdver3'])
322 --cpu_flags('gcc', 'OPTIONS', 'x86', 'btver1', ['-march=btver1'])
323 --cpu_flags('gcc', 'OPTIONS', 'x86', 'btver2', ['-march=btver2'])
324 --cpu_flags('gcc', 'OPTIONS', 'x86', 'znver1', ['-march=znver1'])
325 --cpu_flags('gcc', 'OPTIONS', 'x86', 'znver2', ['-march=znver2'])
326 --cpu_flags('gcc', 'OPTIONS', 'x86', 'winchip-c6', ['-march=winchip-c6'])
327 --cpu_flags('gcc', 'OPTIONS', 'x86', 'winchip2', ['-march=winchip2'])
328 --cpu_flags('gcc', 'OPTIONS', 'x86', 'c3', ['-march=c3'])
329 --cpu_flags('gcc', 'OPTIONS', 'x86', 'c3-2', ['-march=c3-2'])
330 --cpu_flags('gcc', 'OPTIONS', 'x86', 'c7', ['-march=c7'])
331 - ##
332 --cpu_flags('gcc', 'OPTIONS', 'x86', 'atom', ['-march=atom'])
333 - # Sparc
334 - flags('gcc', 'OPTIONS', ['<architecture>sparc/<address-model>32'], ['-m32'])
335 - flags('gcc', 'OPTIONS', ['<architecture>sparc/<address-model>64'], ['-m64'])
336 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'v7', ['-mcpu=v7'], default=True)
337 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'cypress', ['-mcpu=cypress'])
338 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'v8', ['-mcpu=v8'])
339 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'supersparc', ['-mcpu=supersparc'])
340 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'sparclite', ['-mcpu=sparclite'])
341 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'hypersparc', ['-mcpu=hypersparc'])
342 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'sparclite86x', ['-mcpu=sparclite86x'])
343 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'f930', ['-mcpu=f930'])
344 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'f934', ['-mcpu=f934'])
345 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'sparclet', ['-mcpu=sparclet'])
346 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'tsc701', ['-mcpu=tsc701'])
347 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'v9', ['-mcpu=v9'])
348 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'ultrasparc', ['-mcpu=ultrasparc'])
349 --cpu_flags('gcc', 'OPTIONS', 'sparc', 'ultrasparc3', ['-mcpu=ultrasparc3'])
350 - # RS/6000 & PowerPC
351 - flags('gcc', 'OPTIONS', ['<architecture>power/<address-model>32'], ['-m32'])
352 - flags('gcc', 'OPTIONS', ['<architecture>power/<address-model>64'], ['-m64'])
353 --cpu_flags('gcc', 'OPTIONS', 'power', '403', ['-mcpu=403'])
354 --cpu_flags('gcc', 'OPTIONS', 'power', '505', ['-mcpu=505'])
355 --cpu_flags('gcc', 'OPTIONS', 'power', '601', ['-mcpu=601'])
356 --cpu_flags('gcc', 'OPTIONS', 'power', '602', ['-mcpu=602'])
357 --cpu_flags('gcc', 'OPTIONS', 'power', '603', ['-mcpu=603'])
358 --cpu_flags('gcc', 'OPTIONS', 'power', '603e', ['-mcpu=603e'])
359 --cpu_flags('gcc', 'OPTIONS', 'power', '604', ['-mcpu=604'])
360 --cpu_flags('gcc', 'OPTIONS', 'power', '604e', ['-mcpu=604e'])
361 --cpu_flags('gcc', 'OPTIONS', 'power', '620', ['-mcpu=620'])
362 --cpu_flags('gcc', 'OPTIONS', 'power', '630', ['-mcpu=630'])
363 --cpu_flags('gcc', 'OPTIONS', 'power', '740', ['-mcpu=740'])
364 --cpu_flags('gcc', 'OPTIONS', 'power', '7400', ['-mcpu=7400'])
365 --cpu_flags('gcc', 'OPTIONS', 'power', '7450', ['-mcpu=7450'])
366 --cpu_flags('gcc', 'OPTIONS', 'power', '750', ['-mcpu=750'])
367 --cpu_flags('gcc', 'OPTIONS', 'power', '801', ['-mcpu=801'])
368 --cpu_flags('gcc', 'OPTIONS', 'power', '821', ['-mcpu=821'])
369 --cpu_flags('gcc', 'OPTIONS', 'power', '823', ['-mcpu=823'])
370 --cpu_flags('gcc', 'OPTIONS', 'power', '860', ['-mcpu=860'])
371 --cpu_flags('gcc', 'OPTIONS', 'power', '970', ['-mcpu=970'])
372 --cpu_flags('gcc', 'OPTIONS', 'power', '8540', ['-mcpu=8540'])
373 --cpu_flags('gcc', 'OPTIONS', 'power', 'power', ['-mcpu=power'])
374 --cpu_flags('gcc', 'OPTIONS', 'power', 'power2', ['-mcpu=power2'])
375 --cpu_flags('gcc', 'OPTIONS', 'power', 'power3', ['-mcpu=power3'])
376 --cpu_flags('gcc', 'OPTIONS', 'power', 'power4', ['-mcpu=power4'])
377 --cpu_flags('gcc', 'OPTIONS', 'power', 'power5', ['-mcpu=power5'])
378 --cpu_flags('gcc', 'OPTIONS', 'power', 'powerpc', ['-mcpu=powerpc'])
379 --cpu_flags('gcc', 'OPTIONS', 'power', 'powerpc64', ['-mcpu=powerpc64'])
380 --cpu_flags('gcc', 'OPTIONS', 'power', 'rios', ['-mcpu=rios'])
381 --cpu_flags('gcc', 'OPTIONS', 'power', 'rios1', ['-mcpu=rios1'])
382 --cpu_flags('gcc', 'OPTIONS', 'power', 'rios2', ['-mcpu=rios2'])
383 --cpu_flags('gcc', 'OPTIONS', 'power', 'rsc', ['-mcpu=rsc'])
384 --cpu_flags('gcc', 'OPTIONS', 'power', 'rs64a', ['-mcpu=rs64'])
385 --cpu_flags('gcc', 'OPTIONS', 's390x', 'z196', ['-march=z196'])
386 --cpu_flags('gcc', 'OPTIONS', 's390x', 'zEC12', ['-march=zEC12'])
387 --cpu_flags('gcc', 'OPTIONS', 's390x', 'z13', ['-march=z13'])
388 --cpu_flags('gcc', 'OPTIONS', 's390x', 'z14', ['-march=z14'])
389 --cpu_flags('gcc', 'OPTIONS', 's390x', 'z15', ['-march=z15'])
390 - # AIX variant of RS/6000 & PowerPC
391 - flags('gcc', 'OPTIONS', ['<architecture>power/<address-model>32/<target-os>aix'], ['-maix32'])
392 - flags('gcc', 'OPTIONS', ['<architecture>power/<address-model>64/<target-os>aix'], ['-maix64'])
393
394 diff --git a/dev-util/boost-build/files/boost-build-1.77.0-darwin-gentoo-toolchain.patch b/dev-util/boost-build/files/boost-build-1.77.0-darwin-gentoo-toolchain.patch
395 deleted file mode 100644
396 index 2690e5fe5d97..000000000000
397 --- a/dev-util/boost-build/files/boost-build-1.77.0-darwin-gentoo-toolchain.patch
398 +++ /dev/null
399 @@ -1,26 +0,0 @@
400 -Avoid adding all kinds of things to the toolchain's flags that within
401 -Gentoo (Prefix) we really shouldn't, such as sysroot, deployment target,
402 -arch, etc.
403 -
404 ---- a/tools/darwin.jam
405 -+++ b/tools/darwin.jam
406 -@@ -240,6 +240,9 @@
407 - }
408 - }
409 -
410 -+ # leave compiler flags etc. up to the toolchain
411 -+ return $(version-feature) ;
412 -+
413 - if $(version-feature)
414 - {
415 - if $(.debug-configuration)
416 -@@ -448,7 +451,8 @@
417 - support-ppc64 = ;
418 - }
419 - }
420 -- switch $(arch)
421 -+ # Gentoo Prefix toolchain doesn't do multi-arch, so don't try either
422 -+ switch $(donotaddarchpleaseXXXarch)
423 - {
424 - case combined :
425 - {