diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-14 19:21:20 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-05-14 19:21:20 +0000 |
commit | 5c212050c23d09ce3fa9e40a7cd125dae3db0f3d (patch) | |
tree | bfd7ec0aeca508fcc172c7d7aca9c238c639a1b2 /gcc/config.sub | |
parent | fb7460cc3cdd711c6039d6b3dbce9326bfdead19 (diff) | |
download | gcc-5c212050c23d09ce3fa9e40a7cd125dae3db0f3d.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@974 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-x | gcc/config.sub | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 7d50c096fee..7794af5c823 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/[^-]*-//'` |