This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Porting gcc to a nonstandard platform requires to call external program after linking


* Cosimo Caproni:

> 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?

This platform is totally standard.  GNU/Linux behaves the same way,
except that the linker automatically marks the program as executable.
I think this also answers your question: you should fix the linker.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]