diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6c7601..f773d5b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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: diff --git a/gcc/config.gcc b/gcc/config.gcc index 588e648..9408bb0 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |