Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 668363 Details for
Bug 751067
bootstrap-prefix.sh: !!! unknown compiler on macOS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for clang-11 version check
clang-version.patch (text/plain), 590 bytes, created by
Alexander Bezrukov
on 2020-10-24 22:13:20 UTC
(
hide
)
Description:
Fix for clang-11 version check
Filename:
MIME Type:
Creator:
Alexander Bezrukov
Created:
2020-10-24 22:13:20 UTC
Size:
590 bytes
patch
obsolete
>diff -ur 01/bootstrap-prefix.sh 02/bootstrap-prefix.sh >--- 01/bootstrap-prefix.sh 2020-10-24 18:59:42.666509906 +0300 >+++ 02/bootstrap-prefix.sh 2020-10-24 19:01:46.479776856 +0300 >@@ -222,8 +222,8 @@ > local ccvers="$( (unset CHOST; gcc --version 2>/dev/null) )" > local mycc= > case "${ccvers}" in >- *"Apple LLVM version "*) >- vers=${ccvers#*Apple LLVM version } >+ *"Apple "*" version "*) >+ vers=${ccvers#*Apple * version } > vers=${vers% (clang-*} > # let's assume that >=llvm-3.6 is able to compile > # libcxx, so select the matching Apple versions, see
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 751067
: 668363