From 531e78ef6faef0f056304d6077e4e1c19850b43c Mon Sep 17 00:00:00 2001
From: Richard Stallman <rms@gnu.org>
Date: Thu, 17 Nov 1994 15:16:50 +0000
Subject: [PATCH] Accept -domain as OS, and make it default for Apollo.

From-SVN: r8476
---
 gcc/config.sub | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gcc/config.sub b/gcc/config.sub
index bf932cb9dd79..5259113ca904 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -587,7 +587,7 @@ case $os in
 	      | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
 	      | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
 	      | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
-	      | -ptx* | -coff* | -winnt*)
+	      | -ptx* | -coff* | -winnt* | -domain* )
 		;;
 	-sunos5*)
 		os=`echo $os | sed -e 's|sunos5|solaris2|'`
@@ -665,6 +665,9 @@ case $basic_machine in
 	*-dec | vax-*)
 		os=-ultrix4.2
 		;;
+	m68*-apollo)
+		os=-domain
+		;;
 	i386-sun)
 		os=-sunos4.0.2
 		;;
-- 
GitLab