dslm4515 / CMLFS

Clang-Built Musl Linux From Scratch
MIT License
99 stars 18 forks source link

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

Open dslm4515 opened 1 year ago

dslm4515 commented 1 year ago

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?