rtems.h (STARTFILE_SPEC, [...]): Fix for non-ELF targets.
authorJoel Sherrill <joel@OARcorp.com>
Fri, 19 Apr 2002 18:43:11 +0000 (18:43 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Fri, 19 Apr 2002 18:43:11 +0000 (18:43 +0000)
2002-04-19 Joel Sherrill <joel@OARcorp.com>

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

From-SVN: r52535

gcc/ChangeLog
gcc/config/rtems.h

index 3fe2921b00ff9462bfce52c0e467ceb06bd637ee..18c69ab928bf508d74b16c1b725a30b3eaa4eed8 100644 (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.
index c1592617e0c9691614fb7a578990f748cdcc5cc5..a3f9ba301b4da47367ea9e3f2b6c1cb269d267a8 100644 (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   ""