aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/t-crtstuff
AgeCommit message (Collapse)Author
2003-01-292003-01-29 Joel Sherrill <joel@OARcorp.com>joel
* config/m68k/t-crtstuff: Replace spaces with tabs, add $(MULTILIB_CFLAGS) as compiler option and multilib crtbegin/end.o. This issue was tracked as PR9293. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62080 138bc75d-0d04-0410-961f-82ee72b054a4
2002-11-11 * config/m68k/t-crtstuff (crti.o): Use this...mmitchel
($(T)crti.o): ... instead. (crtn.o): Use this... ($(T)crtn.o): ... instead. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59008 138bc75d-0d04-0410-961f-82ee72b054a4
1999-09-14 * configure.in (m68k-*-rtemscoff*): Added.law
* configure.in (mips64orion-*-rtems*): Converted to ELF. * configure.in (sparc-*-rtemsaout*): Added as alias for old sparc-rtems configuration. * configure.in (sparc-*-rtemself*): Added. * configure.in (sparc-*-rtems*): Now ELF not a.out. * config/i386/rtems.h: Added comment. * config/sparc/rtemself.h: New file. * configure.in (m68k-rtemself): Added. * config/elfos.h: Added ifndef wrapper for DWARF2_DEBUGGING_INFO and DWARF_DEBUGGING_INFO. * config/m68k/crti.s: New file. * config/m68k/crtn.s: New file. * config/m68k/t-crtstuff: New file. * config/m68k/rtemself.h: New file. * configure.in (i[[34567]]86-*-rtemself*): Now uses crtstuff for global ctor/dtor and C++ exception handling. * config/i386/rtemself.h: Now uses crtstuff (crti.o + crtbegin.o) for STARTFILE_SPEC and crtstuff (crtend.o + crtn.o) for ENDFILE_SPEC. * config/i386/t-rtems-i386: New File. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29401 138bc75d-0d04-0410-961f-82ee72b054a4