summaryrefslogtreecommitdiff
path: root/config.sub
diff options
context:
space:
mode:
authorJan-Benedict Glaw <jbglaw@lug-owl.de>2012-12-08 00:02:31 +0000
committerJan-Benedict Glaw <jbglaw@lug-owl.de>2012-12-08 00:02:31 +0000
commit715d61ee3d68057e3c8e5f3edb8bf7e942aa0e38 (patch)
tree74be06011e555df07d939f1d7337970060812d73 /config.sub
parent39031fa7179828dc0b652a16b4b663c1ccdc8fa7 (diff)
downloadgdb-715d61ee3d68057e3c8e5f3edb8bf7e942aa0e38.tar.gz
* config.sub: Merge from config repo.
Diffstat (limited to 'config.sub')
-rwxr-xr-xconfig.sub8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.sub b/config.sub
index 89b1286300a..8df5511094a 100755
--- a/config.sub
+++ b/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
;;