On Oct 2, 2006, at 5:40 PM, Brendon Costa wrote:
Now I currently need to generate an associated file for each of these files as well.
Additionally, see -save-temps for additional hints. This avoids /tmp/ temp234.s as an intermediate file and generates ext_test.s instead. Run with -v, and you can see how the compiler is called from the driver as well. If the command line has all the information you need, you then can just change the compiler. If it doesn't, change the specs to ensure that the information you need is on the command line. cp/lang-specs.h has those specs that you'd probably need to change.