diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-07 11:26:51 -0800 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-07 11:26:51 -0800 |
commit | bf9d5066da70032646250506722085f2202bab65 (patch) | |
tree | 18280c9cdbd89ee274772d63976e26394392822d /build-aux/config.sub | |
parent | c457e702babb79026dd57036e0652e141f58f72d (diff) | |
download | gnulib-bf9d5066da70032646250506722085f2202bab65.tar.gz |
autoupdate
Diffstat (limited to 'build-aux/config.sub')
-rwxr-xr-x | build-aux/config.sub | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/build-aux/config.sub b/build-aux/config.sub index 89b1286300..8df5511094 100755 --- a/build-aux/config.sub +++ b/build-aux/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 ;; |