This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: mips/a.out.h No such file or directory


As far as I understand, mips-tfile is not nescessary and
can be disabled. You don't need no a.out.h.

* gcc: MIPS_DEBUGGING_INFO should be turned off in mips.h,
  else mips-tfile.c compilation fails.

* gcc: Also #undef ASM_FINAL_SPEC must be added to mips.h after
  the definition of it, so mips-tfile is not called before assembly.

  mips-tfile inserts special debug info into assembler files. We
  dont need that.

* Dlltool does not support MIPS yet!


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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