(g2-UU+5B73): Add `=decomposition@hanyo-denshi'.
[chise/xemacs-chise.git.1] / config.guess
index 32a779b..ef70d34 100755 (executable)
@@ -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