Package:libmysqlclient-lgpl
Version:3.23.56-3
Serverity:wishlist
Tags:patch
Could you please update config.guess to add m32r-linux entry.
The config.guess in ftp.gnu.org was updated.
Regards,
Kazuhiro Inaoka
--- config.guess.org 2006-06-16 10:34:41.712144320 +0900
+++ config.guess 2006-06-16 10:35:09.342943800 +0900
@@ -899,6 +899,9 @@ EOF
sh*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;
+ m32r*:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
+ exit 0 ;;
sparc:Linux:*:* | sparc64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;