From: Richard Stallman Date: Thu, 14 May 1992 19:21:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~12957 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f7113af2c827a8b4e91b4deaf972f9b3b233670;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r974 --- diff --git a/gcc/config.sub b/gcc/config.sub index 7d50c096feef..7794af5c8232 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -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 @@ case $os in -svr3) os=-sysv3 ;; + -none) + ;; *) # Get rid of the `-' at the beginning of $os. os=`echo $1 | sed 's/[^-]*-//'`