2006-05-23 Fred Fish <fnf@specifix.com>

* mips/configure.in: Change mipsisa64-*-* to
        mipsisa64*-*-* to catch minor variations like
        mipsisa64sb1.
This commit is contained in:
Jeff Johnston 2006-05-23 19:17:05 +00:00
parent c57dce4697
commit 42e7baffec
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2006-05-23 Fred Fish <fnf@specifix.com>
* mips/configure.in: Change mipsisa64-*-* to
mipsisa64*-*-* to catch minor variations like
mipsisa64sb1.
2006-05-10 Jeff Johnston <jjohnstn@redhat.com>
* Makefile.in: Pass some additional flags in FLAGS_TO_PASS.

View File

@ -1957,7 +1957,7 @@ case "${target}" in
;;
mipsisa32-*-* | mipsisa32el-*-* | \
mipsisa32r2-*-* | mipsisa32r2el-*-* | \
mipsisa64-*-*)
mipsisa64*-*-*)
crt0="crt0_cfe.o crt0_cygmon.o crt0.o"
pcrt0="pcrt0.o"
part_specific_obj=

View File

@ -57,7 +57,7 @@ case "${target}" in
;;
mipsisa32-*-* | mipsisa32el-*-* | \
mipsisa32r2-*-* | mipsisa32r2el-*-* | \
mipsisa64-*-*)
mipsisa64*-*-*)
crt0="crt0_cfe.o crt0_cygmon.o crt0.o"
pcrt0="pcrt0.o"
part_specific_obj=