]> sourceware.org Git - newlib-cygwin.git/commitdiff
Fix typo.
authorEric Christopher <echristo@gmail.com>
Sat, 15 Sep 2001 07:47:52 +0000 (07:47 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 15 Sep 2001 07:47:52 +0000 (07:47 +0000)
libgloss/ChangeLog
libgloss/mips/configure
libgloss/mips/configure.in

index 966bfd7303bb7dfa3a59e6c4d29ed72b586bcf93..92c710315185a1c74722f01569120d216fdb69fd 100644 (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.
index ddefe3cc0cc4a8103ca25c1f67ecfc9ea4af3296..3b30a891f56af5adadd04426446adfb732954b8e 100755 (executable)
@@ -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"
index e480988f1c627597020cb41fe685dc5bd5823376..4131466541243eae6d952f89dc9e6e2dcea41e9f 100644 (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"
This page took 0.041056 seconds and 5 git commands to generate.