diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 11:52:02 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 11:52:02 +0000 |
commit | 957985d9f9c0e95320ac0afde7a0cd9973f8eaa8 (patch) | |
tree | 9431af314a134793e402423f9d1cb4903f0aefbc /configure | |
parent | a4eb28f68b69e3780aff0858944ee1207b7534c9 (diff) | |
download | gcc-957985d9f9c0e95320ac0afde7a0cd9973f8eaa8.tar.gz |
* configure.in: Replace ms1 with mt.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108637 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 08b9ddc585f..4eb60eb2435 100755 --- a/configure +++ b/configure @@ -1475,7 +1475,7 @@ case "${target}" in mn10300-*-*) noconfigdirs="$noconfigdirs ${libgcj}" ;; - ms1-*-*) + mt-*-*) noconfigdirs="$noconfigdirs sim" ;; powerpc-*-aix*) |