* config.sub: Merge from config repo.
authorJan-Benedict Glaw <jbglaw@lug-owl.de>
Sat, 8 Dec 2012 00:02:34 +0000 (00:02 +0000)
committerJan-Benedict Glaw <jbglaw@lug-owl.de>
Sat, 8 Dec 2012 00:02:34 +0000 (00:02 +0000)
ChangeLog
config.sub

index c47018c34463c68d869679b626ac3db807865369..0cc61937c11064208ff44233c7501d7fd57ec1fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
+
+       * config.sub: Merge from config repo.
+
 2012-11-30  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
 
        * configure.ac: Merge from GCC.
index 89b1286300aeccdd11354909580678eacfa5bd3c..8df5511094a7647957ed5294f1319bfb38ca2d2b 100755 (executable)
@@ -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
                ;;
This page took 0.035873 seconds and 4 git commands to generate.