Package:krb5 Version:1.4.3 Serverity:wishlist Tags:patch
Could you please update config/config.guess to add m32r-linux entry. Regards, Kazuhiro Inaoka
--- krb5/src/config/config.guess.org 2006-06-15 14:51:36.267751088 +0900 +++ krb5/src/config/config.guess 2006-06-15 14:52:09.384716544 +0900 @@ -910,6 +910,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 ;;