diff options
author | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2012-12-08 00:02:34 +0000 |
---|---|---|
committer | Jan-Benedict Glaw <jbglaw@lug-owl.de> | 2012-12-08 00:02:34 +0000 |
commit | 53ab32d837176766b2b3962914f0ba54dc1bd0eb (patch) | |
tree | 89aab51172dd23f3cec6894bcaba1934ffc4bec6 | |
parent | 3018e5fe0265c9536bcb81c961ba2f2bc625d9fc (diff) | |
download | fsf-binutils-gdb-53ab32d837176766b2b3962914f0ba54dc1bd0eb.zip fsf-binutils-gdb-53ab32d837176766b2b3962914f0ba54dc1bd0eb.tar.gz fsf-binutils-gdb-53ab32d837176766b2b3962914f0ba54dc1bd0eb.tar.bz2 |
* config.sub: Merge from config repo.
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | config.sub | 8 |
2 files changed, 10 insertions, 2 deletions
@@ -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. @@ -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 ;; |