aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbglaw <jbglaw@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-08 22:46:38 +0000
committerjbglaw <jbglaw@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-08 22:46:38 +0000
commitad41104934cb8659fac5930f417eb4a143b8e0b1 (patch)
tree690ab79768113ef2d6a96de7f056098297c2b271
parent8c300779c19523a3b28164e6eeb28fb3020c126e (diff)
* config.sub: Merge from config repo.
* config.guess: Dito. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195039 138bc75d-0d04-0410-961f-82ee72b054a4
-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
;;