* config.gcc (c4x-*-rtems*): Fix typo in tm_file setting.

From-SVN: r49764
This commit is contained in:
Hans-Peter Nilsson 2002-02-14 11:08:57 +00:00 committed by Hans-Peter Nilsson
parent d76e68001b
commit fdc76b0969
2 changed files with 5 additions and 1 deletions

View 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:

View 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