rtems.h (STARTFILE_SPEC, [...]): Fix for non-ELF targets.

2002-04-19	Joel Sherrill <joel@OARcorp.com>

	* config/rtems.h (STARTFILE_SPEC, ENDFILE_SPEC): Fix for non-ELF
	targets.

From-SVN: r52534
This commit is contained in:
Joel Sherrill 2002-04-19 18:40:33 +00:00 committed by Joel Sherrill
parent 713a3a56c1
commit ee22f9373f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-04-19 Joel Sherrill <joel@OARcorp.com>
* config/rtems.h (STARTFILE_SPEC, ENDFILE_SPEC): Fix for non-ELF
targets.
2002-04-19 Tom Tromey <tromey@redhat.com>
* doc/install.texi (Specific): Update status of Solaris 2.8.

View File

@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */
* needed by autoconf scripts using this compiler.
*/
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "crt0.o%s crti.o%s crtbegin.o%s"
#define STARTFILE_SPEC "crt0.o%s"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend.o%s crtn.o%s"
#define ENDFILE_SPEC ""