diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-15 22:00:25 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-15 22:00:25 +0200 |
commit | cd14ae87e64199c0d9755a4f4a5e8e96b91fb60f (patch) | |
tree | c765d394641bea7a05258bc75b5e5b0327725073 /config.guess | |
parent | 63c77b4b434ebca094b73a7058f4bbb997c6ef94 (diff) | |
parent | a8202dfd103b1a0134939d55f48eb748ce65144d (diff) | |
download | egawk-cd14ae87e64199c0d9755a4f4a5e8e96b91fb60f.tar.gz egawk-cd14ae87e64199c0d9755a4f4a5e8e96b91fb60f.tar.bz2 egawk-cd14ae87e64199c0d9755a4f4a5e8e96b91fb60f.zip |
Merge branch 'gawk-4.0-stable'. Automake and bison.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.guess b/config.guess index 137bedf2..872b96a1 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012 Free Software Foundation, Inc. -timestamp='2012-08-14' +timestamp='2012-09-25' # 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 @@ -306,7 +306,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit ;; - arm:riscos:*:*|arm:RISCOS:*:*) + arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) |