commit: 612caeccea5731df3aea0bf0f21e5fe6fbfa9408
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 01:26:46 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 01:27:04 2025 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=612caecc
crossdev: don't disable D unnecessarily
Cross D should work fine now. Just disable it for stage 1.
Signed-off-by: Sam James <sam <AT> gentoo.org>
crossdev | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/crossdev b/crossdev
index 5ab1b9e..9eda714 100755
--- a/crossdev
+++ b/crossdev
@@ -917,9 +917,9 @@ CROSSDEV_OVERLAY_CREATE_REPOS_CONF=""
AUTOGEN_TAG="# Autogenerated and managed by crossdev"
# These flags are always disabled for cross-gcc; either usually/always broken,
or
# not tested, or doesn't make sense, or no one simply cares about them
-GUSE_DISABLE="-d -objc -objc++ -objc-gc -vtv"
+GUSE_DISABLE="-objc -objc++ -objc-gc -vtv"
# These are disabled only for stage1 gcc. Normally need libc presence.
-GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -go -jit -cxx -openmp -sanitize
-zstd -zlib"
+GUSE_DISABLE_STAGE_1="${GUSE_DISABLE} -fortran -d -go -jit -cxx -openmp
-sanitize -zstd -zlib"
# These are also disabled for stage2, but could be used later if dependencies
# are installed into ${SYSROOT}:
# - sanitize needs crypt.h: #799707