Package:db4.2
Version:4.2.52+dfsg-1
Serverity:wishlist
Tags:patch
Could you please update config.guess or apply the patch to add m32r-linux.
Regards,
Kazuhiro Inaoka
--- db4.2-4.2.52+dfsg/dist/config.guess.org 2007-02-06 11:37:44.000000000
+0900
+++ db4.2-4.2.52+dfsg/dist/config.guess 2007-02-06 11:16:44.000000000 +0900
@@ -899,6 +899,9 @@
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 ;;