[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/6] sync: update files from upstream with "make fetch"
From: |
Stefano Lattarini |
Subject: |
[PATCH 3/6] sync: update files from upstream with "make fetch" |
Date: |
Sat, 8 Dec 2012 21:42:39 +0100 |
* lib/config.sub: Update.
Signed-off-by: Stefano Lattarini <address@hidden>
---
lib/config.sub | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/lib/config.sub b/lib/config.sub
index 89b1286..8df5511 100755
--- a/lib/config.sub
+++ b/lib/config.sub
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
# 2011, 2012 Free Software Foundation, Inc.
-timestamp='2012-10-10'
+timestamp='2012-12-06'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@@ -1026,7 +1026,11 @@ case $basic_machine in
basic_machine=i586-unknown
os=-pw32
;;
- rdos)
+ rdos | rdos64)
+ basic_machine=x86_64-pc
+ os=-rdos
+ ;;
+ rdos32)
basic_machine=i386-pc
os=-rdos
;;
--
1.8.0.1.347.gf94c325
- [PATCH 0/6] More automation in the release procedure, Stefano Lattarini, 2012/12/08
- [PATCH 1/6] release: distinguish major and minor releases, Stefano Lattarini, 2012/12/08
- [PATCH 2/6] release: generate a stub for the release announcement, Stefano Lattarini, 2012/12/08
- [PATCH 3/6] sync: update files from upstream with "make fetch",
Stefano Lattarini <=
- [PATCH 5/6] docs: add rule to generate manuals for www.gnu.org, Stefano Lattarini, 2012/12/08
- [PATCH 6/6] fetch: improve, and reduce code duplication, Stefano Lattarini, 2012/12/08
- [PATCH 4/6] docs: copy the 'gendocs.sh' script from Texinfo CVS repository, Stefano Lattarini, 2012/12/08
- Re: [PATCH 0/6] More automation in the release procedure, Stefano Lattarini, 2012/12/09