summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@lug-owl.de>2013-01-08 22:46:38 +0000
committerJan-Benedict Glaw <jbglaw@gcc.gnu.org>2013-01-08 22:46:38 +0000
commit24c4a93e31c6aeacecd8a5c4fa7a0b15febd25a6 (patch)
tree690ab79768113ef2d6a96de7f056098297c2b271
parent51c1ff0cbdaf083a9877d2135b6e2f898dedb035 (diff)
downloadgcc-24c4a93e31c6aeacecd8a5c4fa7a0b15febd25a6.tar.gz
config.sub: Merge from config repo.
* config.sub: Merge from config repo. * config.guess: Dito. From-SVN: r195039
-rw-r--r--ChangeLog5
-rwxr-xr-xconfig.guess4
-rwxr-xr-xconfig.sub7
3 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index cd97c2602a2..7fa5f635dff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+ * config.sub: Merge from config repo.
+ * config.guess: Dito.
+
+2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
+
* Makefile.def: Merge from binutils.
* Makefile.in: Dito.
diff --git a/config.guess b/config.guess
index 1804e9fcdcb..0aee6044d30 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012, 2013 Free Software Foundation, Inc.
-timestamp='2012-12-29'
+timestamp='2012-12-30'
# 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
@@ -26,7 +26,7 @@ timestamp='2012-12-29'
# program. This Exception is an additional permission under section 7
# of the GNU General Public License, version 3 ("GPLv3").
#
-# Originally written by Per Bothner.
+# Originally written by Per Bothner.
#
# You can get the latest version of this script from:
# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
diff --git a/config.sub b/config.sub
index 802a224de60..2dd5db334a7 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012, 2013 Free Software Foundation, Inc.
-timestamp='2012-12-29'
+timestamp='2013-01-04'
# 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
@@ -1354,7 +1354,7 @@ case $os in
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
- | -sym* | -kopensolaris* \
+ | -sym* | -kopensolaris* | -plan9* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
| -aos* | -aros* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
@@ -1500,9 +1500,6 @@ case $os in
-aros*)
os=-aros
;;
- -kaos*)
- os=-kaos
- ;;
-zvmoe)
os=-zvmoe
;;