richfelker / musl-cross-make

Simple makefile-based build for musl cross compiler
MIT License
1.29k stars 266 forks source link

Can the generated tool chain generate tools containing the ldconfig command set? #154

Closed skychengzhixing closed 2 years ago

skychengzhixing commented 2 years ago

hi,friend: Ask a question, Can the generated tool chain generate tools containing the ldconfig command set?Is ldconfig also in binutils toolset? I want to use the ldconfig command. Can I generate this command set tool? If it can be generated, how are the parameters configured? give an example: there is strip command in musl-cross-make/output/aarch64-linux-musl/bin;I want to ldconfig command?

best wish!

rofl0r commented 2 years ago

musl doesn't require/use ldconfig, but alpine has a mostly no-op impl: https://git.alpinelinux.org/aports/tree/main/musl/ldconfig

skychengzhixing commented 2 years ago

Thank you very much for your reply! I see. I will close this issue.