[Pkg-db-devel] Bug#375595: Please update dist/config.guess

Kazuhiro Inaoka inaoka.kazuhiro at renesas.com
Tue Jun 27 01:42:29 UTC 2006


Package:db4.2
Version:4.2.52-24
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
-------------- next part --------------
--- 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 ;;


More information about the Pkg-db-devel mailing list