I already know how to build the new version of Glibc (e.g. 2.3) beside the older version (e.g. 2.19).
I followed the instructions in https://www.tldp.org/HOWTO/html_single/Glibc-Install-HOWTO/
But rather compiling whole libraries in Glibc, I only want to build math libraries (libm.so).
How can I only recompile libm.so in ubuntu?
The second question is that possible to recompile that specific part (maths) in glibc using the clang compiler? I found that I cannot recompile the whole Glibc using clang because of standards compliance and etc.