changeset 5995:b1d0b44b99b3

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Jul 2005 12:31:07 +0000
parents 8694796f8a72
children 1805e2c15a5b
files build-aux/config.guess
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/config.guess	Mon Jul 18 11:35:09 2005 +0000
+++ b/build-aux/config.guess	Mon Jul 18 12:31:07 2005 +0000
@@ -873,6 +873,9 @@
 	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
 	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 	;;
+    or32:Linux:*:*)
+	echo or32-unknown-linux-gnu
+	exit ;;
     ppc:Linux:*:*)
 	echo powerpc-unknown-linux-gnu
 	exit ;;