Commit fdc76b09 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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

From-SVN: r49764
parent d76e6800
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:
......
......@@ -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
......
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