Generating Makefiles

David A. Cobb david.a.cobb.1943@gmail.com
Thu Jul 6 16:13:00 GMT 2017


gcc has an option to create a Makefile showing the dependency
<objectname>.o: <sourcefile> <includefile>... <system-includefile>...

Is it possible for ld to produce a similar <executable>:
<objectname>.o... <library>... ?

If not, may I file it as an RFC?



More information about the Binutils mailing list