diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-16 11:52:02 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2005-12-16 11:52:02 +0000 |
commit | ab34901fe436bab2115dbfd04223bfeff378fed9 (patch) | |
tree | 9431af314a134793e402423f9d1cb4903f0aefbc /configure | |
parent | a3fafcb0856c30a12235a938259f30b19960172e (diff) | |
download | gcc-ab34901fe436bab2115dbfd04223bfeff378fed9.zip gcc-ab34901fe436bab2115dbfd04223bfeff378fed9.tar.gz gcc-ab34901fe436bab2115dbfd04223bfeff378fed9.tar.bz2 |
configure.in: Replace ms1 with mt.
* configure.in: Replace ms1 with mt.
* configure: Rebuilt.
From-SVN: r108637
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1475,7 +1475,7 @@ case "${target}" in mn10300-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; - ms1-*-*) + mt-*-*) noconfigdirs="$noconfigdirs sim" ;; powerpc-*-aix*) |