diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2000-11-20 00:58:02 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2000-11-20 00:58:02 +0000 |
commit | cfd1c7ea39cd437ce827b193b4d920638111b2f7 (patch) | |
tree | 1bdac1b72a683c3173ed12481c1db9f19c6a6dfe /gcc/config.gcc | |
parent | a25f12118ff98fe7983907767398ef77c609cc17 (diff) | |
download | gcc-cfd1c7ea39cd437ce827b193b4d920638111b2f7.zip gcc-cfd1c7ea39cd437ce827b193b4d920638111b2f7.tar.gz gcc-cfd1c7ea39cd437ce827b193b4d920638111b2f7.tar.bz2 |
* config.gcc: Fix another typo.
From-SVN: r37577
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 20b84ba..842515d 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -3117,7 +3117,7 @@ sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux thumb*-*-*) { echo "config.gcc: error: *** The Thumb targets have been deprecated. The equivalent -*** ARM based toolchain can now generated Thumb instructions +*** ARM based toolchain can now generate Thumb instructions *** when the -mthumb switch is given to the compiler." 1>&2; exit 1; } ;; v850-*-rtems*) |