From 58918e1358e46e871a9f11646d51b7c910f2ab4b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 12 Nov 2004 01:10:54 +0000 Subject: [PATCH] * config.sub (djgpp): Alias to i586-pc-msdosdjgpp. * testsuite/config-sub.data: Add a test case. --- ChangeLog | 5 +++++ config.sub | 6 +++++- testsuite/config-sub.data | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 169e9ea..3167cb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-11-12 Andris Pavenis + + * config.sub (djgpp): Alias to i586-pc-msdosdjgpp. + * testsuite/config-sub.data: Add a test case. + 2004-10-25 Ben Elliston * testsuite/config-guess.sh: Reduce recurring tabs into a single diff --git a/config.sub b/config.sub index edb6b66..8309fb5 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. -timestamp='2004-08-29' +timestamp='2004-11-12' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -489,6 +489,10 @@ case $basic_machine in basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 23e3961..b365c47 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -20,3 +20,4 @@ amd64-unknown-freebsd5.2 x86_64-unknown-freebsd5.2 cris-linux cris-axis-linux-gnu crisv32-linux crisv32-axis-linux-gnu frv-linux frv-unknown-linux-gnu +djgpp i586-pc-msdosdjgpp