This is the mail archive of the gcc@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: __main


On Thu, Aug 29, 2002 at 10:20:29PM -0700, Mike Laman wrote:
> When running a C cross compiler where one does not want a call
> to "__main()" to be emitted, how can one turn it off?

You need to get HAS_INIT_SECTION defined.  The appropriate way to
do that is to use ELF for your object format, and write your target
configuration headers accordingly.

zw


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