Since there are many programs that are not related to my interests, I'd like to build a specific program in GNU binutils on Ubuntu.
Program means that one binary file (e.g., ar, objcopy)
for example, I'm interested in the ar among the ar, objdump, objcopy, readelf, ...
What should I do for this?
I've tried to remove other source code in binutils-version/binutils/Makefile
But, Makefile still produced object files for all programs (Makefile also exists in binutils-version/)
Give me a fresh idea to build one program, please.
configureto build only objdump (and required by objdump libraries)?