aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-25 05:49:30 +0100
committerRalf Corsepius <corsepiu@gcc.gnu.org>2004-11-25 05:49:30 +0100
commit91ff9507732360d4706492d86452a6e8103860ef (patch)
tree856756624d9e2a3d4e86e4cb047c2552d957bacc /gcc/config.gcc
parentf04e1b1b4d1a6f57c01894a4a87931c9d7c820ff (diff)
downloadgcc-91ff9507732360d4706492d86452a6e8103860ef.zip
gcc-91ff9507732360d4706492d86452a6e8103860ef.tar.gz
gcc-91ff9507732360d4706492d86452a6e8103860ef.tar.bz2
config.gcc (avr-*-rtems*): Fix typo.
2004-11-25 Ralf Corsepius <ralf.corsepius@rtems.org> * config.gcc (avr-*-rtems*): Fix typo. From-SVN: r91274
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 3935573..1a972a7 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -697,7 +697,7 @@ arm*-*-kaos*)
;;
avr-*-rtems*)
tm_file="avr/avr.h dbxelf.h avr/rtems.h rtems.h"
- tmake_files="avr/t-avr t-rtems avr/t-rtems"
+ tmake_file="avr/t-avr t-rtems avr/t-rtems"
;;
avr-*-*)
tm_file="avr/avr.h dbxelf.h"