X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=config.guess;h=ef70d347931f0bde478af68279051a424efb8296;hp=32a779ba9d32849131cc51a4cb2c613da1c90091;hb=8ba3626da629f1b4ecafae24c85f3d0cb3bf8b8e;hpb=40402600969429d5253e62c6314a3eebbb21f027 diff --git a/config.guess b/config.guess index 32a779b..ef70d34 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-01-17' +timestamp='2004-08-12' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -918,8 +918,14 @@ EOF printf ("%s-unknown-linux-gnu\n", argv[1]); #endif #ifdef __MIPSEL__ +#ifdef __R5900 +/* Little Endian R5900 running Linux, + this *must* be Sony PlayStation 2 */ + printf ("%sel-PlayStation2-linux-gnu\n", argv[1]); +#else printf ("%sel-unknown-linux-gnu\n", argv[1]); #endif +#endif return 0; } EOF