diff build-aux/config.guess @ 17327:bd1a436d0977

autoupdate
author Karl Berry <karl@freefriends.org>
date Wed, 13 Feb 2013 06:33:51 -0800
parents c47552eff05b
children ee311a5bfb19
line wrap: on
line diff
--- a/build-aux/config.guess	Mon Feb 11 14:58:56 2013 -0800
+++ b/build-aux/config.guess	Wed Feb 13 06:33:51 2013 -0800
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2013 Free Software Foundation, Inc.
 
-timestamp='2013-02-04'
+timestamp='2013-02-12'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -953,6 +953,9 @@
 	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
 	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
 	;;
+    or1k:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
     or32:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;