# HG changeset patch # User Richard Kenner # Date 791260126 0 # Node ID 3105031423013c9681a247221dfefe722b37d2c1 # Parent 430b6b0e14b2b088f57b036634db96faeaec0846 (unixware, svr4): Treat as synonyms for sysv4. diff -r 430b6b0e14b2 -r 310503142301 config.sub --- a/config.sub Sat Jan 28 01:43:53 1995 +0000 +++ b/config.sub Sat Jan 28 02:28:46 1995 +0000 @@ -1,6 +1,6 @@ #!/bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -586,6 +586,9 @@ -solaris) os=-solaris2 ;; + -unixware* | svr4*) + os=-sysv4 + ;; -gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux|'` ;;