commit:     79fca843192ba53f0c8ba20e2fb65b57b319f7b1
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 09:14:13 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Dec 17 09:14:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=79fca843

scripts/bootstrap-prefix: drop darwin-miscutils dep

darwin-miscutils provided unifdef, but if it's required by the
toolchain (as opposed to cpp or the compiler interpreting it itself) the
host version will be sufficient (and likely much better, for the version
it supplied is ancient).

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index f646cafa5f..72360849b4 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -187,7 +187,6 @@ configure_toolchain() {
        case ${CHOST}:${DARWIN_USE_GCC} in
                *darwin*:1)
                        einfo "Triggering Darwin with GCC toolchain"
-                       compiler_stage1+=" sys-apps/darwin-miscutils"
                        compiler_stage1+=" sys-devel/gcc"
 
                        # binutils-apple/xtools doesn't work (yet) on arm64.  
The
@@ -212,7 +211,6 @@ configure_toolchain() {
                        einfo "Triggering Darwin with LLVM/Clang toolchain"
                        # for compilers choice, see bug:
                        # https://bugs.gentoo.org/show_bug.cgi?id=538366
-                       compiler_stage1="sys-apps/darwin-miscutils"
                        compiler_type="clang"
                        ccvers="$(unset CHOST; ${CC} --version 2>/dev/null)"
                        llvm_deps="dev-build/ninja"

Reply via email to