From e864b1f33e7dafacd4b3af5b217567709c49ea2e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 14 Jul 2014 10:53:37 +0200 Subject: Update config.guess and config.sub to recent versions - config.guess: 2014-03-23 - config.sub: 2014-05-01 --- config.guess | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.guess') 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:*:*) -- cgit 1.4.1