summary refs log tree commit diff
path: root/config.guess
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2014-07-14 10:53:37 +0200
committerAlexander Barton <alex@barton.de>2014-07-14 10:53:37 +0200
commite864b1f33e7dafacd4b3af5b217567709c49ea2e (patch)
tree87816118dd710f615e9bdb33c25b8839ae08a365 /config.guess
parent39b8fc65b69c7534228e314c08604341bdf6125f (diff)
downloadngircd-e864b1f33e7dafacd4b3af5b217567709c49ea2e.tar.gz
ngircd-e864b1f33e7dafacd4b3af5b217567709c49ea2e.zip
Update config.guess and config.sub to recent versions
- config.guess: 2014-03-23
- config.sub: 2014-05-01
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.guess b/config.guess
index 71f8f7a6..1f5c50c0 100644
--- a/config.guess
+++ b/config.guess
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2014-03-13'
+timestamp='2014-03-23'
 
 # 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
@@ -969,10 +969,10 @@ EOF
 	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
 	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
 	;;
-    or1k:Linux:*:*)
-	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+    openrisc*:Linux:*:*)
+	echo or1k-unknown-linux-${LIBC}
 	exit ;;
-    or32:Linux:*:*)
+    or32:Linux:*:* | or1k*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
 	exit ;;
     padre:Linux:*:*)