diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-27 17:39:05 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-09-27 17:39:05 +0000 |
commit | 9255e2569280781ec4dcc9bf2904207736f6d4ad (patch) | |
tree | 9d07f40f676c302ea9b7892e5930f8dac6f894f7 /driver/xf86-video-vmware/config.sub | |
parent | 30843bfd234885a14ab14295be77d3e26cdf7408 (diff) |
Update to xf86-video-vmware 13.0.2
Diffstat (limited to 'driver/xf86-video-vmware/config.sub')
-rw-r--r-- | driver/xf86-video-vmware/config.sub | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/driver/xf86-video-vmware/config.sub b/driver/xf86-video-vmware/config.sub index 89b128630..8df551109 100644 --- a/driver/xf86-video-vmware/config.sub +++ b/driver/xf86-video-vmware/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 ;; |