diff build-aux/config.guess @ 5995:b1d0b44b99b3

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 18 Jul 2005 12:31:07 +0000 (2005-07-18)
parents b7ee3b04007a
children 33cbc557f4e4
line wrap: on
line diff
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -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 ;;