From 7b79d8046324a25db765e7637fd7600eabc7f005 Mon Sep 17 00:00:00 2001 From: Leif Ekblad Date: Thu, 6 Dec 2012 10:37:37 +1100 Subject: [PATCH] * config.sub (rdos): Expand to x86_64-pc-rdos. (rdos32, rdos64): New. Signed-off-by: Ben Elliston --- ChangeLog | 5 +++++ config.sub | 8 ++++++-- testsuite/config-sub.data | 4 +++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index c30c7ac..50308bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-12-06 Leif Ekblad + + * config.sub (rdos): Expand to x86_64-pc-rdos. + (rdos32, rdos64): New. + 2012-11-11 Mike Frysinger * Makefile (check-guess, check-sub): New targets. diff --git a/config.sub b/config.sub index 89b1286..8df5511 100755 --- a/config.sub +++ b/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 ;; diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 19799f9..42c54d3 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -161,7 +161,9 @@ ppcle-none-elf powerpcle-none-elf ppcle powerpcle-unknown-none ppc-none-elf powerpc-none-elf ppc powerpc-unknown-none -rdos i386-pc-rdos +rdos x86_64-pc-rdos +rdos32 i386-pc-rdos +rdos64 x86_64-pc-rdos rl78-linux rl78-unknown-linux-gnu rl78 rl78-unknown-none rx-linux rx-unknown-linux-gnu