mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-19 19:04:11 +08:00
configure.in: Replace ms1 with mt.
* configure.in: Replace ms1 with mt. * configure: Rebuilt. From-SVN: r108637
This commit is contained in:
parent
a3fafcb085
commit
ab34901fe4
@ -1,3 +1,8 @@
|
||||
2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* configure.in: Replace ms1 with mt.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
|
||||
|
||||
* MAINTAINERS: Update my email address.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -1475,7 +1475,7 @@ case "${target}" in
|
||||
mn10300-*-*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
ms1-*-*)
|
||||
mt-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
powerpc-*-aix*)
|
||||
|
@ -683,7 +683,7 @@ case "${target}" in
|
||||
mn10300-*-*)
|
||||
noconfigdirs="$noconfigdirs ${libgcj}"
|
||||
;;
|
||||
ms1-*-*)
|
||||
mt-*-*)
|
||||
noconfigdirs="$noconfigdirs sim"
|
||||
;;
|
||||
powerpc-*-aix*)
|
||||
|
Loading…
Reference in New Issue
Block a user