commit: 4f2a1d6e7588fad375feea538887b0680abb5ad6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 2 23:16:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 2 23:16:20 2025 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=4f2a1d6e
crossdev: drop 'nocxx' (noop)
nocxx hasn't been a thing in ages.
Signed-off-by: Sam James <sam <AT> gentoo.org>
crossdev | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crossdev b/crossdev
index 2ed27fd..e4747bf 100755
--- a/crossdev
+++ b/crossdev
@@ -329,7 +329,7 @@ parse_target() {
# due to upstream lameness, build C/C++ at first glance
*-cygwin)
- GUSE_DISABLE_STAGE_1+=" -nocxx cxx"
+ GUSE_DISABLE_STAGE_1+=" cxx"
;;
# these are the mingw64 targets that binutils seems to use