* config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
authorHans-Peter Nilsson <hp@axis.com>
Thu, 14 Feb 2002 11:08:57 +0000 (11:08 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 14 Feb 2002 11:08:57 +0000 (11:08 +0000)
From-SVN: r49764

gcc/ChangeLog
gcc/config.gcc

index a6c760127b632f83ffd7bd89690f351ffe5ae726..f773d5b617f576809b3768bd6dd3c9db361e03f2 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       * config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.
+
 2002-02-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/5503:
index 588e648d3d29a5fa3c30ce2ca3834f165a4e4e22..9408bb0e6c8ce4044fee43b0e9c0e0a3d6ee6210 100644 (file)
@@ -707,7 +707,7 @@ c38-convex-*)
 c4x-*-rtems*)
        xm_defines=POSIX
        tmake_file="c4x/t-c4x t-rtems"
-       tm_file='c4x/c4x.h c4x/rtems.h rtems.h"
+       tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
        if test x$enable_threads = xyes; then
          thread_file='rtems'
        fi