diff options
| author | Rolf Eike Beer <eike@sf-mail.de> | 2018-09-07 20:57:31 +0200 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-09-16 22:28:40 +0100 |
| commit | 68b4b694543cddeb2f33115f5581403d1187fe3f (patch) | |
| tree | a5785bfc1cbb392a3f68f57fbcb119f5354626fd /dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild | |
| parent | a24dd6fcc5c5aa17e9b9e09b47dca1e4913ffffe (diff) | |
| download | gentoo-68b4b694543cddeb2f33115f5581403d1187fe3f.tar.gz gentoo-68b4b694543cddeb2f33115f5581403d1187fe3f.tar.bz2 gentoo-68b4b694543cddeb2f33115f5581403d1187fe3f.zip | |
dev-util/boost-build: add patch to unbreak compiler options on sparc
Boost tries to autodetect the processor architecture and overrides any flags
set with CXXFLAGS with the -mcpu value it thinks it is appropiate. Sadly the
most recent architecture it knows of is ultrasparc3. For every newer cpu type
it falls back to it's default, which is v7 (which would be the compiler default
anyway). This avoids any advanced cpu instructions, e.g. those that support
atomic operations on thing larger than a byte. Remove the whole outdated cruft
and just use whatever the user passed in.
Closes: https://bugs.gentoo.org/646234
Closes: https://github.com/gentoo/gentoo/pull/9802
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/bytecodeassembler/bytecodeassembler-0.6.ebuild')
0 files changed, 0 insertions, 0 deletions
