# HG changeset patch # User Richard M. Stallman # Date 705871280 0 # Node ID 57295fc40ac341b239b4f96292805a3d85ba6423 # Parent 7286b5bbeee441a53971e5eed3b2bb27fb6588a6 *** empty log message *** diff -r 7286b5bbeee4 -r 57295fc40ac3 config.sub --- a/config.sub Wed May 13 23:02:02 1992 +0000 +++ b/config.sub Thu May 14 19:21:20 1992 +0000 @@ -1,6 +1,9 @@ #!/bin/sh # Configuration validation subroutine script, version 1.0. -# Copyright (C) 1991 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992 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. #This file is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by @@ -473,6 +476,8 @@ -svr3) os=-sysv3 ;; + -none) + ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $1 | sed 's/[^-]*-//'`