* config.sub (rdos): Expand to x86_64-pc-rdos.

(rdos32, rdos64): New.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Leif Ekblad
2012-12-06 10:37:37 +11:00
committed by Ben Elliston
parent 9582436dfa
commit 7b79d80463
3 changed files with 14 additions and 3 deletions

8
config.sub vendored
View File

@ -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
;;