dslm4515 / CMLFS

Clang-Built Musl Linux From Scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler Warning: "-fuse-ld=' taking a path is deprecated"

dslm4515 opened this issue · comments

When compiling [packages beyound CMLFS] with the final system, most often this warning shows up:

clang-15:  warning:  '-fuse-ld=' taking a path is deprecated; use '--ld-path=' instead [-Wfuse-ld-path]'

Perhaps, stage 2 clang [final system's clang] has defaults not set right?