Summary: | bootstrap-prefix.sh: !!! unknown compiler on macOS | ||
---|---|---|---|
Product: | Gentoo/Alt | Reporter: | Alexander Bezrukov <phmagic> |
Component: | Prefix Support | Assignee: | Gentoo Prefix <prefix> |
Status: | RESOLVED FIXED | ||
Severity: | trivial | CC: | kenneth.hoste, phmagic, sam |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | OS X | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=751037 https://bugs.gentoo.org/show_bug.cgi?id=751406 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 755644 | ||
Attachments: | Fix for clang-11 version check |
Description
Alexander Bezrukov
2020-10-24 22:09:17 UTC
Created attachment 668363 [details, diff]
Fix for clang-11 version check
Tested on cleanish MacOS 10.14.6 with Xcode 11.3.1(11C505).
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=c87ecd828f4b4de9ba80c32d3eaf19bfcfc6deea commit c87ecd828f4b4de9ba80c32d3eaf19bfcfc6deea Author: Fabian Groffen <grobian@gentoo.org> AuthorDate: 2020-10-26 11:49:09 +0000 Commit: Fabian Groffen <grobian@gentoo.org> CommitDate: 2020-10-26 11:49:09 +0000 scripts/bootstrap-prefix.sh: add detection support for newer Apple clang Thanks Alexander Bezrukov for an initial patch. I went with a slightly different approach, to be a bit more specific and hopefully not match something unexpected in the future. Closes: https://bugs.gentoo.org/751067 Signed-off-by: Fabian Groffen <grobian@gentoo.org> scripts/bootstrap-prefix.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) |