aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@OARcorp.com>2002-04-19 18:43:11 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2002-04-19 18:43:11 +0000
commit9eb83f6ce767092711c8c54fb766129c6d4c5a79 (patch)
tree61cbc0238f6d46cb15ec10abd0f565104c0604ee /gcc
parent40e7f8eaf6ac7c4862e0ac6c390ba3d42e477890 (diff)
downloadgcc-9eb83f6ce767092711c8c54fb766129c6d4c5a79.zip
gcc-9eb83f6ce767092711c8c54fb766129c6d4c5a79.tar.gz
gcc-9eb83f6ce767092711c8c54fb766129c6d4c5a79.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rtems.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3fe2921..18c69ab 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h
index c159261..a3f9ba3 100644
--- a/gcc/config/rtems.h
+++ b/gcc/config/rtems.h
@@ -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 ""