diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-07-21 13:57:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-07-21 13:57:02 +0000 |
commit | d7873909e6e9e88102f1c41b842a85be86cb8169 (patch) | |
tree | 16a56df58dab9709d4143c083b2390f2455a4bd1 /app/xconsole/config.sub | |
parent | d6e6b986e8ec5c3af39df20dff1a5cfb1e8ed9c0 (diff) |
Update to xconsole 1.0.6
Diffstat (limited to 'app/xconsole/config.sub')
-rw-r--r-- | app/xconsole/config.sub | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/xconsole/config.sub b/app/xconsole/config.sub index 89b128630..8df551109 100644 --- a/app/xconsole/config.sub +++ b/app/xconsole/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 ;; |