changeset 1545:9ff238dd8a35

Don't discard SCO version number if it's 3.2v4.
author Richard M. Stallman <rms@gnu.org>
date Thu, 05 Nov 1992 03:15:24 +0000
parents 8c3ffcd3faf7
children da9a60e97e72
files config.sub
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.sub	Wed Nov 04 20:39:56 1992 +0000
+++ b/config.sub	Thu Nov 05 03:15:24 1992 +0000
@@ -66,6 +66,11 @@
 		os=
 		basic_machine=$1
 		;;
+	-sco3.2v[4-9]*)
+		# Don't forget version if it is 3.2v4 or newer.
+		os=-sco3.2v4
+		basic_machine=i386-unknown
+		;;
 	-sco*)
 		os=-sco3.2v2
 		basic_machine=i386-unknown