2008-11-28 Ulrich Mueller <ulm@gentoo.org>

* configure.in: Fix last change.
This commit is contained in:
Romain Francoise 2008-11-28 22:39:06 +00:00
parent f8d106b0f8
commit 3c00847f06
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2008-11-28 Ulrich Mueller <ulm@gentoo.org>
* configure.in: Fix last change.
2008-11-28 Richard M Stallman <rms@gnu.org>
* configure.in (mips64-*-linux-gnu*, mips64el-*-linux-gnu*):

View file

@ -539,8 +539,8 @@ dnl see the `changequote' comment above.
;;
## Mips Linux-based GNU system
mips-*-linux-gnu* | mipsel-*-linux-gnu* |
mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
mips-*-linux-gnu* | mipsel-*-linux-gnu* \
| mips64-*-linux-gnu* | mips64el-*-linux-gnu* )
machine=mips opsys=gnu-linux
;;