Fix typo.

This commit is contained in:
Eric Christopher 2001-09-15 07:47:52 +00:00
parent d55d85113c
commit 542097acd0
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2001-09-15 Eric Christopher <echristo@redhat.com>
* mips/configure.in (LIB_AC_PROG_CC): Fix typo in mipsisa32 to
mipsisa32*.
* mips/configure: Regenerate.
2001-09-14 Eric Christopher <echristo@redhat.com>
* mips/configure.in: Add mipsisa32 support.

View File

@ -929,7 +929,7 @@ case "${target}" in
script_list="idt pmon ddb lsi idtecoff nullmon"
bsp_list="libidt.a libpmon.a liblsi.a libnullmon.a"
;;
mipsisa32-*-*)
mipsisa32*-*-*)
part_specific_obj=
part_specific_defines=
script_list="idt32 idt64"

View File

@ -104,7 +104,7 @@ case "${target}" in
script_list="idt pmon ddb lsi idtecoff nullmon"
bsp_list="libidt.a libpmon.a liblsi.a libnullmon.a"
;;
mipsisa32-*-*)
mipsisa32*-*-*)
part_specific_obj=
part_specific_defines=
script_list="idt32 idt64"