How can I get the architecture of a '.a' file?

Viewed 34899

I have a .a file from which I want to get architecture information. Running file myFile.a results in file.a: current ar archive. How can I get more information on what architecture the file contains?

5 Answers
Related