LLVM RISCV target clang binary is unable to find the "-lclang_rt.builtins-riscv64" library from baremetal directory.
But There is a suitable library but with the different name "libclang_rt.builtins.a".
This patch will create baremetal directory and installed "libclang_rt.builtins.a" library in the baremetal directory with " libclang_rt.builtins-riscv64.a" name.