commit:     a5daa83d8dd73d73035403aa57b24f7e057e4e19
Author:     Alfred Persson Forsberg <cat <AT> catcream <DOT> org>
AuthorDate: Fri Jan 26 00:05:30 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 09:30:46 2024 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=a5daa83d

llvm.conf: set AS="clang -c" instead of llvm-as

Bug: https://bugs.gentoo.org/680652
Signed-off-by: Alfred Persson Forsberg <cat <AT> catcream.org>
Closes: https://github.com/gentoo/crossdev/pull/18
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 8788747..7a5ad37 100755
--- a/crossdev
+++ b/crossdev
@@ -1594,7 +1594,7 @@ esac
 if [[ "${LLVM}" == "yes" ]] ; then
        cat <<-EOF > "${CONFIGROOT}/env/${CROSSDEV_OVERLAY_CATEGORY}/llvm.conf"
        AR=llvm-ar
-       AS=llvm-as
+       AS="${CTARGET}-clang -c"
        CC="${CTARGET}-clang"
        CROSS_COMPILE="${CTARGET}-"
        CXX="${CTARGET}-clang++"

Reply via email to