I am currently working in porting gcc to a non standard platform which requires to call a program after having linked the program in order to make it executable. Where can I add such call?
I am currently working in porting gcc to a non standard platform which requires to call a program after having linked the program in order to make it executable. Where can I add such call?