commit:     6f5234af31c4240b70bfca6655ab9234bc528336
Author:     Michal Rostecki <vadorovsky <AT> protonmail <DOT> com>
AuthorDate: Fri Jan  2 00:44:38 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 00:59:09 2026 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=6f5234af

crossdev: Mention all LLVM options in the usage text

--libunwind, --libcxxabi and --libcxx were not mentioned.

Signed-off-by: Michal Rostecki <vadorovsky <AT> protonmail.com>
Part-of: https://github.com/gentoo/crossdev/pull/38
Closes: https://github.com/gentoo/crossdev/pull/38
Signed-off-by: Sam James <sam <AT> gentoo.org>

 crossdev | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/crossdev b/crossdev
index db74135..2062145 100755
--- a/crossdev
+++ b/crossdev
@@ -110,10 +110,13 @@ Extra Fun (must be run after above stages):
 
 LLVM/Clang Specific Options (--llvm):
     ${GOOD}--r, --crt${NORMAL} ver           Specify version of compiler-rt to 
use
+    ${GOOD}--u, --libunwind${NORMAL} ver     Specify version of libunwind to 
use
+    ${GOOD}--a, --libcxxabi${NORMAL} ver     Specify version of libcxxabi to 
use
+    ${GOOD}--p, --libcxx${NORMAL} ver        Specify version of libcxx to use
     ${GOOD}--c, --ccw${NORMAL} ver           Specify version of 
clang-crossdev-wrapper to use
-    ${GOOD}--[rc]env${NORMAL} env            Specify env settings for 
compiler-rt/clang-crossdev-wrapper
-    ${GOOD}--[rc]cat${NORMAL} category       Use 
compiler-rt/clang-crossdev-wrapper package from category
-    ${GOOD}--[rc]pkg${NORMAL} pkg            Use 
compiler-rt/clang-crossdev-wrapper package with given name
+    ${GOOD}--[ruapc]env${NORMAL} env         Specify env settings for 
compiler-rt/libunwind/libcxxabi/libcxx/clang-crossdev-wrapper
+    ${GOOD}--[ruapc]cat${NORMAL} category    Use 
compiler-rt/libunwind/libcxxabi/libcxx/clang-crossdev-wrapper package from 
category
+    ${GOOD}--[ruapc]pkg${NORMAL} pkg         Use 
compiler-rt/libunwind/libcxxabi/libcxx/clang-crossdev-wrapper package with 
given name
     ${GOOD}-or, --ov-crt${NORMAL} path       Overlay for compiler-rt ebuilds 
[default: search]
     ${GOOD}-oc, --ov-ccw${NORMAL} path       Overlay for 
clang-crossdev-wrapper ebuilds [default: search]
 

Reply via email to