From: Joseph Myers Date: Mon, 20 Nov 2000 00:58:02 +0000 (+0000) Subject: * config.gcc: Fix another typo. X-Git-Tag: prereleases/libstdc++-2.92~2889 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfd1c7ea39cd437ce827b193b4d920638111b2f7;p=thirdparty%2Fgcc.git * config.gcc: Fix another typo. From-SVN: r37577 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1e9c1c0afc42..9f291c2bc24e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-20 Joseph S. Myers + + * config.gcc: Fix another typo. + 2000-11-19 Richard Henderson * c-decl.c (grokdeclarator): Support flexible array members. diff --git a/gcc/config.gcc b/gcc/config.gcc index 20b84ba18535..842515d74b57 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*)