changeset 22784:c9b6e8a508a3

Allow -beos*. Translate -be to -beos.
author Richard M. Stallman <rms@gnu.org>
date Sun, 19 Jul 1998 22:09:55 +0000
parents 1fb9133a2851
children 3ec05468d4e7
files config.sub
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.sub	Sun Jul 19 21:58:03 1998 +0000
+++ b/config.sub	Sun Jul 19 22:09:55 1998 +0000
@@ -714,7 +714,7 @@
 	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
 	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
 	      | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-	      | -mingw32* | -linux-gnu* | -uxpv*)
+	      | -mingw32* | -linux-gnu* | -uxpv* | -beos*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-linux*)
@@ -827,6 +827,9 @@
 	sparc-* | *-sun)
 		os=-sunos4.1.1
 		;;
+	*-be)
+		os=-beos
+		;;
 	*-ibm)
 		os=-aix
 		;;