[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Minor configuration fix
From: |
Mark Rustad |
Subject: |
Minor configuration fix |
Date: |
Wed, 20 Mar 2002 23:10:55 -0600 |
When mipsisa32 was added, it appears that there was a minor
oversight in config.sub. The following patch makes it possible to
have configurations of the form: mipsisa32-<whatever>-elf,
instead of only mipsisa32-elf.
Index: ChangeLog
from Mark Rustad <address@hidden>
* config.sub (mipsisa32): Add mipsisa32-* to provide for
mipsisa32-<whatever>-elf configurations.
Index: config.sub
===================================================================
--- config.sub.orig Thu Jan 17 22:25:45 2002
+++ config.sub Fri Mar 15 22:17:53 2002
@@ -299,6 +299,7 @@ case $basic_machine in
| mips64orionel-* | mips64vr4100-* | mips64vr4100el-* \
| mips64vr4300-* | mips64vr4300el-* | mipsbe-* | mipseb-* \
| mipsle-* | mipsel-* | mipstx39-* | mipstx39el-* \
+ | mipsisa32-* \
| none-* | np1-* | ns16k-* | ns32k-* \
| orion-* \
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
--
Mark Rustad voice: 612-385-3371 email: address@hidden
BRECIS Communications fax: 952-933-7942
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Minor configuration fix,
Mark Rustad <=