Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 870490 Details for
Bug 914114
current bootstrap-prefix.sh failure
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to bootstrap-prefix.sh wrt. compiler_stage1 variable
bootstrap-prefix.sh.patch (text/plain), 1.08 KB, created by
hsk17
on 2023-09-13 16:49:43 UTC
(
hide
)
Description:
patch to bootstrap-prefix.sh wrt. compiler_stage1 variable
Filename:
MIME Type:
Creator:
hsk17
Created:
2023-09-13 16:49:43 UTC
Size:
1.08 KB
patch
obsolete
>--- bootstrap-prefix.sh 2023-09-11 21:51:58.000000000 +0200 >+++ bootstrap-prefix.sh 2023-09-13 18:44:35.000000000 +0200 >@@ -156,12 +156,23 @@ > compiler_stage1="${gcc_deps} sys-devel/gcc-config" > compiler_type="gcc" > >- # The host may not have a functioning C++ toolchain, but all >- # compilers available to us require C++ to build. The last known >- # version not to require C++ is gcc-4.7. >- # We can bootstrap 4.7 in stage1 perhaps if we find envs that do >- # not have a functioning C++ toolchain, but for now we assume this >- # is not a problem. >+ case ${CHOST} in >+ *-darwin*) >+ # handled below >+ ;; >+ *-freebsd* | *-openbsd*) >+ # comes with clang, handled below >+ ;; >+ *) >+ # The host may not have a functioning C++ toolchain, but all >+ # compilers available to us require C++ to build. The last known >+ # version not to require C++ is gcc-4.7. >+ # We can bootstrap 4.7 in stage1 perhaps if we find envs that do >+ # not have a functioning C++ toolchain, but for now we assume this >+ # is not a problem. >+ compiler_stage1+=" sys-devel/gcc" >+ ;; >+ esac > > CC=gcc > CXX=g++
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 914114
: 870490