diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-01-13 05:42:24 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-01-13 05:42:24 -0500 |
commit | 3450f7ba602421ce9fd4f61b8aba38ee21ea7ec1 (patch) | |
tree | c5038925b3ddeeb13cd43ebafee07bb1e84a5259 | |
parent | 6c73937e8f6301056f3d83f7f35a3afacb53debf (diff) | |
download | gcc-3450f7ba602421ce9fd4f61b8aba38ee21ea7ec1.zip gcc-3450f7ba602421ce9fd4f61b8aba38ee21ea7ec1.tar.gz gcc-3450f7ba602421ce9fd4f61b8aba38ee21ea7ec1.tar.bz2 |
Fix typo in -hiux* case.
From-SVN: r6387
-rwxr-xr-x | gcc/config.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index 5f0e9f3..c036cf3 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -1,6 +1,6 @@ #!/bin/sh # Configuration validation subroutine script, version 1.1. -# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc. +# Copyright (C) 1991, 1992, 1993, 1994 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. @@ -72,7 +72,7 @@ case $os in basic_machine=$1 ;; -hiux*) - os==-hiuxwe2 + os=-hiuxwe2 ;; -sco4) os=-sco3.2v4 |