Given the path to a gcc/g++ binary, how can I find the path to (and, more importantly, hashes of) all libc/libstdc++/libgcc that it uses?
Use a test .c with something like 'int main() { return 0; }' in it. "-Wl,-t" lists all inputs to linker. Doesn't matter if used.
-
-
Interesting. Will try that. Use case is https://github.com/azonenberg/splash-build-system/wiki/System-components …
-
I'm trying to uniquely fingerprint toolchains so when I push a job out to a build node I know I'm using the same setup each time
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.