Commit 9eb83f6c by Joel Sherrill Committed by Joel Sherrill

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: r52535
parent 40e7f8ea
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.
......
......@@ -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 ""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment